VR-Forces Developer's Guide
 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
trpgLabelPropertyTable Class Reference
Inheritance diagram for trpgLabelPropertyTable:
Inheritance graph
[legend]

Public Member Functions

 trpgLabelPropertyTable (void)
 
virtual ~trpgLabelPropertyTable (void) override
 
int AddProperty (const trpgLabelProperty &)
 
int FindAddProperty (const trpgLabelProperty &property)
 
int GetNumProperty (void) const
 
const trpgLabelPropertyGetPropertyRef (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 chargetErrMess () 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,
trpgLabelProperty
LabelPropertyMapType
 

Protected Attributes

LabelPropertyMapType labelPropertyMap
 
- 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

trpgLabelPropertyTable::trpgLabelPropertyTable ( void  )
virtual trpgLabelPropertyTable::~trpgLabelPropertyTable ( void  )
overridevirtual

Member Function Documentation

int trpgLabelPropertyTable::AddProperty ( const trpgLabelProperty )

Add a single label property.

int trpgLabelPropertyTable::FindAddProperty ( const trpgLabelProperty property)

Find or Add a single label property.

int trpgLabelPropertyTable::GetNumProperty ( void  ) const

Figure out how many properties there are.

const trpgLabelProperty* trpgLabelPropertyTable::GetPropertyRef ( int  ) const

Return a reference to the given property.

bool trpgLabelPropertyTable::isValid ( void  ) const

Validity check.

virtual void trpgLabelPropertyTable::Reset ( void  )
overridevirtual

Reset the contents back to empty.

Implements trpgReadWriteable.

virtual bool trpgLabelPropertyTable::Write ( trpgWriteBuffer )
overridevirtual

Write this class to a write buffer.

Implements trpgReadWriteable.

virtual bool trpgLabelPropertyTable::Read ( trpgReadBuffer )
overridevirtual

Read this class from a read buffer.

Reimplemented from trpgReadWriteable.

virtual bool trpgLabelPropertyTable::Print ( trpgPrintBuffer ) const
overridevirtual

Print this class to a print buffer.

Reimplemented from trpgReadWriteable.

Member Data Documentation

LabelPropertyMapType trpgLabelPropertyTable::labelPropertyMap
protected

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)