![]() |
VR-Forces Development_Version Class Documentation
|

Public Member Functions | |
| DtDefaultInterfaceContentFactory () | |
Public Member Functions inherited from DtInterfaceContentFactory | |
| DtInterfaceContentFactory () | |
| DtInterfaceContentFactory (const DtInterfaceContentFactory &orig) | |
| const DtInterfaceContentFactory & | operator= (const DtInterfaceContentFactory &orig) |
| virtual | ~DtInterfaceContentFactory () |
| virtual void | addCreatorFcn (const int type, DtInterfaceContentCreatorFcn fcn) |
| virtual DtSimInterfaceContent * | createInterfaceContent (const int type) |
| virtual void | addDefaultMessageFilters () |
| Adds in default message filters for depreciated messages. | |
| virtual void | addMessageWarningFilter (int) |
| Adds a message filter warning for the specified message type. | |
| virtual void | removeMessageWarningFilter (int) |
| Removes the filter warning for specified message. | |
Static Public Member Functions | |
| static void | registerCreators (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | create () |
Additional Inherited Members | |
Protected Member Functions inherited from DtInterfaceContentFactory | |
| virtual void | generateWarningFor (int type) |
| Called when a warning wants to be issued for content that is not there. | |
Protected Attributes inherited from DtInterfaceContentFactory | |
| DtHashlist | myHashlist |
| std::map< int, bool > | myMessageWarningFilters |
| DtDefaultInterfaceContentFactory::DtDefaultInterfaceContentFactory | ( | ) |
|
static |
|
static |
Reimplemented from DtInterfaceContentFactory.