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

Public Member Functions | |
| 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 DtInterfaceContentFactory * | create () |
Protected Member Functions | |
| virtual void | generateWarningFor (int type) |
| Called when a warning wants to be issued for content that is not there. | |
Protected Attributes | |
| DtHashlist | myHashlist |
| std::map< int, bool > | myMessageWarningFilters |
| virtual DtInterfaceContentFactory::~DtInterfaceContentFactory | ( | ) | [virtual] |
| const DtInterfaceContentFactory& DtInterfaceContentFactory::operator= | ( | const DtInterfaceContentFactory & | orig | ) |
| virtual void DtInterfaceContentFactory::addCreatorFcn | ( | const int | type, |
| DtInterfaceContentCreatorFcn | fcn | ||
| ) | [virtual] |
| virtual DtSimInterfaceContent* DtInterfaceContentFactory::createInterfaceContent | ( | const int | type | ) | [virtual] |
| static DtInterfaceContentFactory* DtInterfaceContentFactory::create | ( | ) | [static] |
Reimplemented in DtDefaultInterfaceContentFactory.
| virtual void DtInterfaceContentFactory::addDefaultMessageFilters | ( | ) | [virtual] |
Adds in default message filters for depreciated messages.
Currently, this includes" DtVrfObjectCreatedMessageType DtRequestVrfObjectCreatedMessageType DtVrfObjectDataMessageType
| virtual void DtInterfaceContentFactory::addMessageWarningFilter | ( | int | ) | [virtual] |
Adds a message filter warning for the specified message type.
If a filter is added, will only warn once
| virtual void DtInterfaceContentFactory::removeMessageWarningFilter | ( | int | ) | [virtual] |
Removes the filter warning for specified message.
| virtual void DtInterfaceContentFactory::generateWarningFor | ( | int | type | ) | [protected, virtual] |
Called when a warning wants to be issued for content that is not there.
If there is not a warning filter for that message type, will print the warning else will only print it once
DtHashlist DtInterfaceContentFactory::myHashlist [protected] |
std::map<int, bool> DtInterfaceContentFactory::myMessageWarningFilters [protected] |