![]() |
VR-Forces 4.8 Class Documentation
|
Registers default admin content creators supplied with VR-Forces. More...

Public Member Functions | |
| DtDefaultAdminContentFactory () | |
| constructor More... | |
Public Member Functions inherited from DtAdminContentFactory | |
| DtAdminContentFactory () | |
| virtual | ~DtAdminContentFactory () |
Public Member Functions inherited from DtFactoryTemplate< DtAdminContent, DtAdminContentMessageType > | |
| DtFactoryTemplate () | |
| constructor More... | |
| virtual | ~DtFactoryTemplate () |
| Destructor: deletes factory and any entries on the factory. More... | |
| virtual void | addCreatorFcn (const DtAdminContentMessageType &key, DtCreatorFcn fcn) |
| Add a creator function to the factory. More... | |
| virtual bool | removeCreatorFcn (const DtAdminContentMessageType &key) |
| Remove a creator function with the given key. More... | |
| virtual bool | isKeyRegistered (const DtAdminContentMessageType &key) const |
| virtual DtString | creationObjectName () const |
| virtual const DtCreatorMapType & | creatorMap () const |
| virtual void | setAlwaysWarnOnlyOnce (bool) |
| Whether or not to always warn only once, even if not registered. Default is true. More... | |
| bool | alwaysWarnOnlyOnce () const |
| virtual DtAdminContent * | createNew (const DtAdminContentMessageType &key) const |
| Create and return a new instance of the type based on the creator functions and the type specified. More... | |
Static Public Member Functions | |
| static void | registerCreators (DtAdminContentFactory *factory) |
| static DtAdminContentFactory * | create () |
Static Public Member Functions inherited from DtAdminContentFactory | |
| static DtAdminContentFactory * | create () |
Static Public Member Functions inherited from DtFactoryTemplate< DtAdminContent, DtAdminContentMessageType > | |
| static DtFactoryTemplate < DtAdminContent, DtAdminContentMessageType > * | create () |
Additional Inherited Members | |
Public Types inherited from DtFactoryTemplate< DtAdminContent, DtAdminContentMessageType > | |
| typedef DtAdminContent *(* | DtCreatorFcn )() |
| typedef std::map < DtAdminContentMessageType, DtFactoryTemplateEntry > | DtCreatorMapType |
Protected Member Functions inherited from DtAdminContentFactory | |
| virtual DtString | creationTypeName () const |
Protected Attributes inherited from DtFactoryTemplate< DtAdminContent, DtAdminContentMessageType > | |
| DtCreatorMapType | myCreatorMap |
| bool | myAlwaysWarnOnlyOnce |
| std::map < DtAdminContentMessageType, bool > | myMessageWarningFilters |
Registers default admin content creators supplied with VR-Forces.
| DtDefaultAdminContentFactory::DtDefaultAdminContentFactory | ( | ) |
constructor
|
static |
|
static |