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

Public Member Functions | |
| DtVrfGlobalPlansManager (makVrv::DtDe &) | |
| CTOR. Registers all known dialogs with manager. | |
| virtual | ~DtVrfGlobalPlansManager () |
| DTOR. | |
| virtual void | show (QWidget *parent) |
| Shows the current dialog. If one does not exist, creates one. | |
| virtual DtEditGlobalPlanWidget * | editGlobalPlan (const std::string &plan, const QString &simulationAddress, QWidget *parent, bool isNewPlan=false) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtVrfGlobalPlansManager & | instance (makVrv::DtDe &de) |
| Returns instance of the messager. | |
Public Attributes | |
| boost::signal< void(DtEditGlobalPlanWidget *, QString, QString)> | signal_globalPlanEditorCreated |
| boost::signal< void(DtEditGlobalPlanWidget *, QString, QString)> | signal_globalPlanEditorDeleted |
Protected Types | |
| typedef std::pair< std::string, std::string > | DtGlobalPlanInformation |
| typedef std::map < DtEditGlobalPlanWidget *, DtGlobalPlanInformation > | DtGlobalPlanInformationMap |
Protected Member Functions | |
| virtual DtGlobalPlansDialogInterface * | createGlobalPlansDialog (QWidget *) |
| virtual DtEditGlobalPlanWidget * | createGlobalPlanEditDialog (QWidget *, const std::string &p, const QString &a, bool isNewPlan) |
| virtual void | slot_onDialogDestroyed () |
| virtual void | slot_onGlobalPlanDialogDestroyed (DtEditGlobalPlanWidget *) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtGlobalPlansDialogInterface * | myGlobalPlans |
| DtVrfGlobalPlansManagerSignalHandler | mySignalHandler |
| DtGlobalPlanInformationMap | myEditors |
|
protected |
|
protected |
| makVrf::DtVrfGlobalPlansManager::DtVrfGlobalPlansManager | ( | makVrv::DtDe & | ) |
CTOR. Registers all known dialogs with manager.
|
virtual |
DTOR.
|
static |
Returns instance of the messager.
|
virtual |
Shows the current dialog. If one does not exist, creates one.
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
| boost::signal<void (DtEditGlobalPlanWidget*, QString, QString)> makVrf::DtVrfGlobalPlansManager::signal_globalPlanEditorCreated |
| boost::signal<void (DtEditGlobalPlanWidget*, QString, QString)> makVrf::DtVrfGlobalPlansManager::signal_globalPlanEditorDeleted |
|
protected |
|
protected |
|
protected |
|
protected |