#include <chancfg.h>
Public Types | |
enum | Field { OrigX, OrigY, SizeX, SizeY, Title, Mask, Cameras } |
Public Member Functions | |
ChanCfgOverrides (void) | |
ChanCfgOverrides (const ChanCfgOverrides &) | |
~ChanCfgOverrides (void) | |
ChanCfgOverrides & | operator= (const ChanCfgOverrides &) |
void | setField (const Field, const bool) |
void | setField (const Field, const int) |
void | setField (const Field, const unsigned int) |
void | setField (const Field, const float) |
void | setField (const Field, const double) |
void | setField (const Field, const std::string &) |
void | setField (const Field, const char *) |
bool | defined (const Field) const |
bool | getBool (const Field) const |
int | getInt (const Field) const |
unsigned int | getUInt (const Field) const |
float | getFloat (const Field) const |
double | getDouble (const Field) const |
std::string | getString (const Field) const |
Private Types | |
typedef pmap< Field, Types > | Fields |
Private Attributes | |
Fields | _fields |
|
|
|
|
|
Definition at line 535 of file chancfg.cxx. |
|
Definition at line 537 of file chancfg.cxx. |
|
Definition at line 540 of file chancfg.cxx. References _fields. |
|
Definition at line 590 of file chancfg.cxx. |
|
Definition at line 594 of file chancfg.cxx. References t. |
|
Definition at line 618 of file chancfg.cxx. References t. |
|
Definition at line 612 of file chancfg.cxx. References t. |
|
Definition at line 600 of file chancfg.cxx. References t. |
|
Definition at line 624 of file chancfg.cxx. References t. |
|
Definition at line 606 of file chancfg.cxx. References t. |
|
Definition at line 542 of file chancfg.cxx. |
|
Definition at line 584 of file chancfg.cxx. |
|
Definition at line 578 of file chancfg.cxx. |
|
Definition at line 572 of file chancfg.cxx. |
|
Definition at line 566 of file chancfg.cxx. |
|
Definition at line 560 of file chancfg.cxx. |
|
Definition at line 554 of file chancfg.cxx. |
|
Definition at line 548 of file chancfg.cxx. |
|
Definition at line 81 of file chancfg.h. Referenced by defined(), setField(), and ~ChanCfgOverrides(). |