tesseract
4.0.0-1-g2a2b
|
#include <paramsd.h>
Public Member Functions | |
ParamContent ()=default | |
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) |
|
default |
|
explicit |
Definition at line 57 of file paramsd.cpp.
|
explicit |
Definition at line 65 of file paramsd.cpp.
|
explicit |
Definition at line 73 of file paramsd.cpp.
|
explicit |
Definition at line 81 of file paramsd.cpp.
|
static |
Definition at line 183 of file paramsd.cpp.
const char * ParamContent::GetDescription | ( | ) | const |
Definition at line 125 of file paramsd.cpp.
const char * ParamContent::GetName | ( | ) | const |
Definition at line 115 of file paramsd.cpp.
|
static |
Definition at line 90 of file paramsd.cpp.
STRING ParamContent::GetValue | ( | ) | const |
Definition at line 134 of file paramsd.cpp.
|
inline |
void ParamContent::SetValue | ( | const char * | val | ) |
Definition at line 153 of file paramsd.cpp.