![]() |
VR-Forces 4.1 Class Documentation
|
This class will create individual variable widgets. More...

Public Member Functions | |
| DtVrfTaskSetVariableWidgetManager (makVrv::DtDe &) | |
| virtual | ~DtVrfTaskSetVariableWidgetManager () |
| virtual void | addTaskSetVariableCreator (const std::string &type, DtTaskSetVariableWidgetCreatorInterface *, const makVrv::DtUnicode &) |
| Adds a new creator into the system. If existing, old creator is deleted. | |
| virtual DtTaskSetVariableWidgetInterface * | create (const std::string &type, QWidget *parent=0, const Qt::WindowFlags &flags=0) |
| virtual makVrv::DtUnicode | screenName (const std::string &type) const |
| std::map< std::string, makVrv::DtUnicode > | variables () const |
| Returns a list of unique id for variable to it's screen name. | |
| virtual makVrv::DtUnicode | codeVariableType (const std::string &type) const |
| Given a type return the codeVariableType associated with it. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtVrfTaskSetVariableWidgetManager & | instance (makVrv::DtDe &de) |
| Returns instance of the manager. | |
| static void | registerInstance (makVrv::DtDe &, DtVrfTaskSetVariableWidgetManager *) |
Protected Types | |
| typedef std::pair < DtTaskSetVariableWidgetCreatorInterface *, makVrv::DtUnicode > | TaskSetVariableInformation |
| typedef std::map< std::string, TaskSetVariableInformation > | VariableCreators |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| VariableCreators | myVariableCreators |
This class will create individual variable widgets.
|
protected |
|
protected |
| makVrf::DtVrfTaskSetVariableWidgetManager::DtVrfTaskSetVariableWidgetManager | ( | 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 |
| std::map<std::string, makVrv::DtUnicode> makVrf::DtVrfTaskSetVariableWidgetManager::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.
|
protected |
|
protected |