VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Types | Protected Attributes
trpgSupportStyleTable Class Reference
Inheritance diagram for trpgSupportStyleTable:
Inheritance graph
[legend]

Public Member Functions

 trpgSupportStyleTable (void)
 ~trpgSupportStyleTable (void)
int AddStyle (const trpgSupportStyle &)
 Add a single text style.
int FindAddStyle (const trpgSupportStyle &)
int GetNumStyle (void) const
 Figure out how many text styles there are.
const trpgSupportStyleGetStyleRef (int) const
 Return a reference to the given style.
bool isValid (void) const
 Validity check.
void Reset (void)
 Reset the contents back to empty.
bool Write (trpgWriteBuffer &)
 Write this class to a write buffer.
bool Read (trpgReadBuffer &)
 Read this class from a read buffer.
bool Print (trpgPrintBuffer &) const
 Print this class to a print buffer.
- Public Member Functions inherited from trpgReadWriteable
 trpgReadWriteable ()
const chargetErrMess () const
- Public Member Functions inherited from trpgCheckable
 trpgCheckable (void)
virtual ~trpgCheckable (void)
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

Member Typedef Documentation

Constructor & Destructor Documentation

trpgSupportStyleTable::trpgSupportStyleTable ( void  )
trpgSupportStyleTable::~trpgSupportStyleTable ( void  )

Member Function Documentation

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.

Reimplemented from trpgCheckable.

void trpgSupportStyleTable::Reset ( void  )
virtual

Reset the contents back to empty.

Implements trpgReadWriteable.

bool trpgSupportStyleTable::Write ( trpgWriteBuffer )
virtual

Write this class to a write buffer.

Implements trpgReadWriteable.

bool trpgSupportStyleTable::Read ( trpgReadBuffer )
virtual

Read this class from a read buffer.

Reimplemented from trpgReadWriteable.

bool trpgSupportStyleTable::Print ( trpgPrintBuffer ) const
virtual

Print this class to a print buffer.

Reimplemented from trpgReadWriteable.

Member Data Documentation

SupportStyleMapType trpgSupportStyleTable::supportStyleMap
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)