![]() |
VR-Forces 5.0.3 Developer's Guide
|

Public Member Functions | |
| trpgLayer (void) | |
| ~trpgLayer (void) | |
| bool | Write (trpgWriteBuffer &) |
| bool | Read (trpgReadBuffer &) |
| bool | Print (trpgPrintBuffer &) const |
| void | Reset (void) |
Public Member Functions inherited from trpgGroup | |
| trpgGroup (void) | |
| virtual | ~trpgGroup (void) |
| virtual void | SetNumChild (int) |
| virtual int | AddChild (void) |
| virtual bool | GetNumChild (int &) const |
| virtual void | SetID (int) |
| virtual bool | GetID (int &) const |
| void | SetName (const char *) |
| const char * | GetName (void) const |
| virtual bool | isValid (void) const |
Public Member Functions inherited from trpgReadWriteable | |
| trpgReadWriteable () | |
| const char * | getErrMess () const |
Public Member Functions inherited from trpgCheckable | |
| trpgCheckable (void) | |
| virtual | ~trpgCheckable (void) |
| bool | isValid (void) const |
| virtual TeAttrHdl | GetHandle () const |
| virtual void | SetHandle (TeAttrHdl hdl) |
Additional Inherited Members | |
Protected Attributes inherited from trpgGroup | |
| int | id |
| int | numChild |
| char * | name |
Protected Attributes inherited from trpgReadWriteable | |
| char | errMess [512] |
Protected Attributes inherited from trpgCheckable | |
| bool | valid |
| TeAttrHdl | handle |
| bool | writeHandle |
| trpgLayer::trpgLayer | ( | void | ) |
| trpgLayer::~trpgLayer | ( | void | ) |
|
virtual |
Writes this class to a write buffer.
Reimplemented from trpgGroup.
|
virtual |
Reads this class from a read buffer.
Reimplemented from trpgGroup.
|
virtual |
Prints this class to a print buffer.
Reimplemented from trpgGroup.
|
virtual |
Resets the contents back to empty.
Reimplemented from trpgGroup.