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

Public Member Functions | |
| trpgGroup (void) | |
| virtual | ~trpgGroup (void) override |
| virtual void | Reset (void) override |
| 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 |
| virtual bool | Write (trpgWriteBuffer &) override |
| virtual bool | Read (trpgReadBuffer &) override |
| virtual bool | Print (trpgPrintBuffer &) const override |
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) |
Protected Attributes | |
| 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 |
| trpgGroup::trpgGroup | ( | void | ) |
|
overridevirtual |
|
overridevirtual |
Resets the contents back to empty.
Implements trpgReadWriteable.
Reimplemented in trpgTransform, trpgLayer, trpgBillboard, and trpgAttach.
|
virtual |
|
virtual |
Starting from 0, increments the number of children.
|
virtual |
| void trpgGroup::SetName | ( | const char * | ) |
| const char* trpgGroup::GetName | ( | void | ) | const |
Returns the group name.
|
virtual |
Validity check.
Reimplemented in trpgAttach.
|
overridevirtual |
Writes this class to a write buffer.
Implements trpgReadWriteable.
Reimplemented in trpgTransform, trpgLayer, trpgBillboard, and trpgAttach.
|
overridevirtual |
Reads this class from a read buffer.
Reimplemented from trpgReadWriteable.
Reimplemented in trpgTransform, trpgLayer, trpgBillboard, and trpgAttach.
|
overridevirtual |
Prints this class to a print buffer.
Reimplemented from trpgReadWriteable.
Reimplemented in trpgTransform, trpgLayer, trpgBillboard, and trpgAttach.
|
protected |
|
protected |
|
protected |