![]() |
VR-Forces 4.1.1 Class Documentation
|
Factory for building GLStudio attribute updaters for a cockpit. More...
Public Member Functions | |
| DtGlStudioAttributeUpdaterFactory () | |
| virtual | ~DtGlStudioAttributeUpdaterFactory () |
| virtual void | registerUpdater (DtGlStudioAttributeUpdaterCreator *creator) |
| register a new or replace an updater | |
| virtual DtGlStudioAttributeUpdater * | findUpdater (const std::string &protocol, const std::string &name) const |
| finds an updater. Returns NULL if it cannot find the updater with the given name for the given protocol | |
Protected Types | |
| typedef std::map< std::pair < std::string, std::string > , DtGlStudioAttributeUpdaterCreator * > | UpdaterMap |
Protected Attributes | |
| UpdaterMap | myUpdaterMap |
Factory for building GLStudio attribute updaters for a cockpit.
|
protected |
| makVrv::DtGlStudioAttributeUpdaterFactory::DtGlStudioAttributeUpdaterFactory | ( | ) |
|
virtual |
|
virtual |
register a new or replace an updater
|
virtual |
finds an updater. Returns NULL if it cannot find the updater with the given name for the given protocol
|
protected |