![]() |
VR-Forces 4.7 Class Documentation
|

Public Member Functions | |
| trpgLayer (void) | |
| ~trpgLayer (void) | |
| bool | Write (trpgWriteBuffer &) |
| Writes this class to a write buffer. | |
| bool | Read (trpgReadBuffer &) |
| Reads this class from a read buffer. | |
| bool | Print (trpgPrintBuffer &) const |
| Prints this class to a print buffer. | |
| void | Reset (void) |
| Resets the contents back to empty. | |
Public Member Functions inherited from trpgGroup | |
| trpgGroup (void) | |
| virtual | ~trpgGroup (void) |
| virtual void | SetNumChild (int) |
| virtual int | AddChild (void) |
| Starting from 0, increments the number of children. | |
| virtual bool | GetNumChild (int &) const |
| virtual void | SetID (int) |
| virtual bool | GetID (int &) const |
| Returns the group ID. | |
| void | SetName (const char *) |
| const char * | GetName (void) const |
| Returns the group name. | |
| virtual bool | isValid (void) const |
| Validity check. | |
Public Member Functions inherited from trpgReadWriteable | |
| trpgReadWriteable () | |
| const char * | getErrMess () const |
Public Member Functions inherited from trpgCheckable | |
| trpgCheckable (void) | |
| virtual | ~trpgCheckable (void) |
| virtual TeAttrHdl | GetHandle () const |
| virtual void | SetHandle (TeAttrHdl hdl) |
Additional Inherited Members | |
Protected Attributes inherited from trpgGroup | |
| int | id |
| int | numChild |
| char * | name |
| 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.