|
Tesseract 3.01
|
#include <paramsd.h>
Public Member Functions | |
| ParamContent () | |
| ParamContent (tesseract::StringParam *it) | |
| ParamContent (tesseract::IntParam *it) | |
| ParamContent (tesseract::BoolParam *it) | |
| ParamContent (tesseract::DoubleParam *it) | |
| void | SetValue (const char *val) |
| const char * | GetValue () const |
| const char * | GetName () const |
| const char * | GetDescription () const |
| int | GetId () |
| bool | HasChanged () |
Static Public Member Functions | |
| static int | Compare (const void *v1, const void *v2) |
| static ParamContent * | GetParamContentById (int id) |
| ParamContent::ParamContent | ( | ) | [inline] |
| ParamContent::ParamContent | ( | tesseract::StringParam * | it | ) |
| ParamContent::ParamContent | ( | tesseract::IntParam * | it | ) |
| ParamContent::ParamContent | ( | tesseract::BoolParam * | it | ) |
| ParamContent::ParamContent | ( | tesseract::DoubleParam * | it | ) |
| int ParamContent::Compare | ( | const void * | v1, |
| const void * | v2 | ||
| ) | [static] |
| const char * ParamContent::GetDescription | ( | ) | const |
| int ParamContent::GetId | ( | ) | [inline] |
| const char * ParamContent::GetName | ( | ) | const |
| ParamContent * ParamContent::GetParamContentById | ( | int | id | ) | [static] |
| const char * ParamContent::GetValue | ( | ) | const |
| bool ParamContent::HasChanged | ( | ) | [inline] |
| void ParamContent::SetValue | ( | const char * | val | ) |