tesseract
3.05.02
|
#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) |
STRING | GetValue () const |
const char * | GetName () const |
const char * | GetDescription () const |
int | GetId () |
bool | HasChanged () |
Public Member Functions inherited from ELIST_LINK | |
ELIST_LINK () | |
ELIST_LINK (const ELIST_LINK &) | |
void | operator= (const ELIST_LINK &) |
Static Public Member Functions | |
static int | Compare (const void *v1, const void *v2) |
static ParamContent * | GetParamContentById (int id) |
|
explicit |
Definition at line 58 of file paramsd.cpp.
|
explicit |
Definition at line 66 of file paramsd.cpp.
|
explicit |
Definition at line 74 of file paramsd.cpp.
|
explicit |
Definition at line 82 of file paramsd.cpp.
|
static |
Definition at line 185 of file paramsd.cpp.
const char * ParamContent::GetDescription | ( | ) | const |
Definition at line 126 of file paramsd.cpp.
const char * ParamContent::GetName | ( | ) | const |
Definition at line 116 of file paramsd.cpp.
|
static |
Definition at line 91 of file paramsd.cpp.
STRING ParamContent::GetValue | ( | ) | const |
Definition at line 135 of file paramsd.cpp.
|
inline |
void ParamContent::SetValue | ( | const char * | val | ) |
Definition at line 154 of file paramsd.cpp.