#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 532 of file chancfg.cxx. |
|
Definition at line 534 of file chancfg.cxx. References c. |
|
Definition at line 537 of file chancfg.cxx. |
|
Definition at line 587 of file chancfg.cxx. References _fields. |
|
Definition at line 591 of file chancfg.cxx. |
|
Definition at line 615 of file chancfg.cxx. |
|
Definition at line 609 of file chancfg.cxx. |
|
Definition at line 597 of file chancfg.cxx. |
|
Definition at line 621 of file chancfg.cxx. |
|
Definition at line 603 of file chancfg.cxx. |
|
Definition at line 539 of file chancfg.cxx. |
|
Definition at line 581 of file chancfg.cxx. |
|
Definition at line 575 of file chancfg.cxx. |
|
Definition at line 569 of file chancfg.cxx. |
|
Definition at line 563 of file chancfg.cxx. |
|
Definition at line 557 of file chancfg.cxx. |
|
Definition at line 551 of file chancfg.cxx. |
|
Definition at line 545 of file chancfg.cxx. Referenced by Tiledviz::Flush(), Viztex::Flush(), herc_overrides_func(), and panda_overrides_func(). |
|
Definition at line 78 of file chancfg.h. Referenced by defined(), getBool(), getDouble(), getFloat(), getInt(), getString(), getUInt(), operator=(), and setField(). |