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

Public Types | |
| typedef std::map< int, trpgTextStyle > | StyleMapType |
Public Member Functions | |
| trpgTextStyleTable (void) | |
| ~trpgTextStyleTable (void) | |
| int | AddStyle (const trpgTextStyle &) |
| Add a single text style. More... | |
| int | FindAddStyle (const trpgTextStyle &) |
| int | GetNumStyle (void) const |
| Figure out how many text styles there are. More... | |
| const trpgTextStyle * | GetStyleRef (int) const |
| Return a reference to the given style. More... | |
| bool | isValid (void) const |
| Validity check. More... | |
| void | Reset (void) |
| Reset the contents back to empty. More... | |
| bool | Write (trpgWriteBuffer &) |
| Write this class to a write buffer. More... | |
| bool | Read (trpgReadBuffer &) |
| Read this class from a read buffer. More... | |
| bool | Print (trpgPrintBuffer &) const |
| Print this class to a print buffer. More... | |
| const StyleMapType * | getStyleMap () 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 |
| Returns the state of the valid flag, or can be overriden by a subclass to do a more complex check. More... | |
| virtual TeAttrHdl | GetHandle () const |
| virtual void | SetHandle (TeAttrHdl hdl) |
Protected Attributes | |
| StyleMapType | styleMap |
Protected Attributes inherited from trpgReadWriteable | |
| char | errMess [512] |
Protected Attributes inherited from trpgCheckable | |
| bool | valid |
| TeAttrHdl | handle |
| bool | writeHandle |
| typedef std::map<int,trpgTextStyle> trpgTextStyleTable::StyleMapType |
| trpgTextStyleTable::trpgTextStyleTable | ( | void | ) |
| trpgTextStyleTable::~trpgTextStyleTable | ( | void | ) |
| int trpgTextStyleTable::AddStyle | ( | const trpgTextStyle & | ) |
Add a single text style.
| int trpgTextStyleTable::FindAddStyle | ( | const trpgTextStyle & | ) |
| int trpgTextStyleTable::GetNumStyle | ( | void | ) | const |
Figure out how many text styles there are.
| const trpgTextStyle* trpgTextStyleTable::GetStyleRef | ( | int | ) | const |
Return a reference to the given style.
| bool trpgTextStyleTable::isValid | ( | void | ) | const |
Validity check.
|
virtual |
Reset the contents back to empty.
Implements trpgReadWriteable.
|
virtual |
Write this class to a write buffer.
Implements trpgReadWriteable.
|
virtual |
Read this class from a read buffer.
Reimplemented from trpgReadWriteable.
|
virtual |
Print this class to a print buffer.
Reimplemented from trpgReadWriteable.
|
inline |
|
protected |