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

Public Member Functions | |
| trpgSupportStyleTable (void) | |
| virtual | ~trpgSupportStyleTable (void) override |
| int | AddStyle (const trpgSupportStyle &) |
| int | FindAddStyle (const trpgSupportStyle &) |
| int | GetNumStyle (void) const |
| const trpgSupportStyle * | GetStyleRef (int) const |
| bool | isValid (void) const |
| virtual void | Reset (void) override |
| 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 Types | |
| typedef std::map< int, trpgSupportStyle > | SupportStyleMapType |
Protected Attributes | |
| SupportStyleMapType | supportStyleMap |
Protected Attributes inherited from trpgReadWriteable | |
| char | errMess [512] |
Protected Attributes inherited from trpgCheckable | |
| bool | valid |
| TeAttrHdl | handle |
| bool | writeHandle |
|
protected |
| trpgSupportStyleTable::trpgSupportStyleTable | ( | void | ) |
|
overridevirtual |
| int trpgSupportStyleTable::AddStyle | ( | const trpgSupportStyle & | ) |
Add a single text style.
| int trpgSupportStyleTable::FindAddStyle | ( | const trpgSupportStyle & | ) |
| int trpgSupportStyleTable::GetNumStyle | ( | void | ) | const |
Figure out how many text styles there are.
| const trpgSupportStyle* trpgSupportStyleTable::GetStyleRef | ( | int | ) | const |
Return a reference to the given style.
| bool trpgSupportStyleTable::isValid | ( | void | ) | const |
Validity check.
|
overridevirtual |
Reset the contents back to empty.
Implements trpgReadWriteable.
|
overridevirtual |
Write this class to a write buffer.
Implements trpgReadWriteable.
|
overridevirtual |
Read this class from a read buffer.
Reimplemented from trpgReadWriteable.
|
overridevirtual |
Print this class to a print buffer.
Reimplemented from trpgReadWriteable.
|
protected |