![]() |
VR-Forces 5.0.3 Developer's Guide
|
This class will create individual variable widgets.

Public Types | |
| typedef std::pair < DtTaskSetVariableWidgetCreatorInterface *, makVrv::DtUnicode > | TaskSetVariableInformation |
| typedef std::map< std::string, TaskSetVariableInformation > | VariableCreators |
Static Public Member Functions | |
| static DtDataEntryVariableWidgetManager & | instance (makVrv::DtDe &de) |
| static void | registerInstance (makVrv::DtDe &, DtDataEntryVariableWidgetManager *) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| VariableCreators | myVariableCreators |
| std::map< std::string, std::string > | myVariableWidgetCreatorsByClassName |
| DtTaskSetVariableWidget::CreationFlags | myWidgetCreationMode |
| typedef std::pair<DtTaskSetVariableWidgetCreatorInterface*, makVrv::DtUnicode> makVrf::DtDataEntryVariableWidgetManager::TaskSetVariableInformation |
| typedef std::map<std::string, TaskSetVariableInformation> makVrf::DtDataEntryVariableWidgetManager::VariableCreators |
| makVrf::DtDataEntryVariableWidgetManager::DtDataEntryVariableWidgetManager | ( | makVrv::DtDe & | ) |
|
virtual |
|
static |
Returns instance of the manager.
|
static |
|
virtual |
Adds a new creator into the system. If existing, old creator is deleted.
|
virtual |
|
virtual |
|
virtual |
| std::map<std::string, makVrv::DtUnicode> makVrf::DtDataEntryVariableWidgetManager::variables | ( | ) | const |
Returns a list of unique id for variable to it's screen name.
|
virtual |
Given a type return the codeVariableType associated with it.
|
virtual |
Given the Qt class name return the type that is supported by that class. Blank if it does not exists.
|
inline |
|
virtual |
The mode that is to be used when creating widgets by default. Default is DtTaskSetVariableWidget::NormalMode.
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |