![]() |
VR-Forces 5.0.2 Developer's Guide
|
Factory for DtVrfObjectCommunicationInterface. Overridden from the template class to specialize the error messages only.

Public Member Functions | |
| DtVrfObjectNavInterfaceFactory () | |
| virtual | ~DtVrfObjectNavInterfaceFactory () |
Public Member Functions inherited from DtSingleArgFactoryTemplate< DtVrfObjectNavInterface, DtString, DtLocalObject * > | |
| DtSingleArgFactoryTemplate () | |
| virtual | ~DtSingleArgFactoryTemplate () |
| virtual void | addCreatorFcn (const DtString &key, DtCreatorFcn fcn) |
| virtual bool | removeCreatorFcn (const DtString &key) |
| virtual bool | isKeyRegistered (const DtString &key) const |
| virtual DtString | creationObjectName () const |
| virtual const DtCreatorMapType & | creatorMap () const |
| virtual void | setAlwaysWarnOnlyOnce (bool) |
| bool | alwaysWarnOnlyOnce () const |
| virtual DtVrfObjectNavInterface * | createNew (const DtString &key, DtLocalObject *arg) const |
Static Public Member Functions | |
| static DtVrfObjectNavInterfaceFactory * | create () |
| static DtVrfObjectNavInterfaceFactory * | factory () |
| static void | setFactory (DtVrfObjectNavInterfaceFactory *fact) |
Static Public Member Functions inherited from DtSingleArgFactoryTemplate< DtVrfObjectNavInterface, DtString, DtLocalObject * > | |
| static DtSingleArgFactoryTemplate < DtVrfObjectNavInterface, DtString, DtLocalObject * > * | create () |
Protected Member Functions | |
| virtual DtString | creationTypeName () const |
Static Protected Attributes | |
| static DtVrfObjectNavInterfaceFactory * | theFactory |
Additional Inherited Members | |
Public Types inherited from DtSingleArgFactoryTemplate< DtVrfObjectNavInterface, DtString, DtLocalObject * > | |
| typedef DtVrfObjectNavInterface *(* | DtCreatorFcn )(DtLocalObject *) |
| typedef std::map< DtString, DtSingleArgFactoryTemplateEntry > | DtCreatorMapType |
Protected Attributes inherited from DtSingleArgFactoryTemplate< DtVrfObjectNavInterface, DtString, DtLocalObject * > | |
| DtCreatorMapType | myCreatorMap |
| bool | myAlwaysWarnOnlyOnce |
| std::map< DtString, bool > | myMessageWarningFilters |
| DtVrfObjectNavInterfaceFactory::DtVrfObjectNavInterfaceFactory | ( | ) |
|
virtual |
|
static |
Creates a version of this factory with the default nav interfaces for VRF.
|
static |
|
static |
|
protectedvirtual |
|
staticprotected |