![]() |
VR-Forces 4.10 Class Documentation
|
Implements the DtLocalExtendedPropertiesNetInterface class template. More...

Public Member Functions | |
| DtLocalExtendedPropertiesNetInterface (const DtString &name, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry=0, bool publishObject=true) | |
| read/writable constructor More... | |
| DtLocalExtendedPropertiesNetInterface (const DtLocalExtendedPropertiesNetInterface< BaseNetInterface, StateRepository > &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor More... | |
| const DtLocalExtendedPropertiesNetInterface & | operator= (const DtLocalExtendedPropertiesNetInterface< BaseNetInterface, StateRepository > &orig) |
| assignment operator More... | |
| virtual | ~DtLocalExtendedPropertiesNetInterface () |
| destructor More... | |
| virtual bool | initExtendedProperties () |
| Initializer. More... | |
| virtual void | onTick () |
| Overridden to tick the ExtendedAttributes object publisher. More... | |
| virtual void | updatePublisher () |
| Calls the base class updatePublisher() and then updates the extended property attributes. More... | |
| virtual void | updateUuid () |
Static Public Member Functions | |
| static DtSimObjectNetInterface * | creator (const DtString &name, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry, bool publishObject) |
Protected Member Functions | |
| DtLocalExtendedPropertiesNetInterface () | |
| default constructor More... | |
Protected Attributes | |
| bool | myIsUninitialized |
Implements the DtLocalExtendedPropertiesNetInterface class template.
Extends an existing local net interface class to give it the ability to publish extended properties.
|
inlineprotected |
default constructor
|
inline |
read/writable constructor
|
inline |
copy constructor
|
inlinevirtual |
destructor
|
inline |
assignment operator
|
inlinevirtual |
Initializer.
|
inlinevirtual |
Overridden to tick the ExtendedAttributes object publisher.
|
inlinevirtual |
Calls the base class updatePublisher() and then updates the extended property attributes.
Reimplemented in MyIndividualLocalEntityNetInterface.
|
inlinevirtual |
|
inlinestatic |
|
protected |