![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtGlobalPlansLogic (makVrv::DtDe &de, DtGlobalPlansDialogInterface *iface) | |
| CTOR. | |
| virtual | ~DtGlobalPlansLogic () |
| DTOR. | |
| virtual void | requestGlobalPlans () |
| virtual void | onSelectedItemsChanged () |
| virtual void | deleteSelectedPlan () |
| virtual void | editSelectedPlan () |
| virtual void | newPlan () |
Protected Types | |
| typedef std::pair< std::string, std::string > | DtGlobalPlanInformation |
| typedef std::map < DtEditGlobalPlanWidget *, DtGlobalPlanInformation > | DtGlobalPlanInformationMap |
Protected Member Functions | |
| virtual void | processGlobalPlansResponseCallback (DtSimMessage *) |
| virtual QString | uniquePlanName () const |
| virtual bool | newPlanInformation (QString &simAddress, QString &planName) |
| Puts up a dialog that allows the user to select a simulation engine to place a plan on and the name of that new plan. | |
| virtual void | slot_backendUpdated (const DtVrfBackendState &, int) |
| virtual void | slot_onGlobalPlanEditorDeleted (DtEditGlobalPlanWidget *, QString, QString) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtGlobalPlansDialogInterface * | myInterface |
| DtGlobalPlanInformationMap | myEditing |
typedef std::pair<std::string, std::string> makVrf::DtGlobalPlansLogic::DtGlobalPlanInformation [protected] |
typedef std::map<DtEditGlobalPlanWidget*, DtGlobalPlanInformation> makVrf::DtGlobalPlansLogic::DtGlobalPlanInformationMap [protected] |
| makVrf::DtGlobalPlansLogic::DtGlobalPlansLogic | ( | makVrv::DtDe & | de, |
| DtGlobalPlansDialogInterface * | iface | ||
| ) |
CTOR.
| virtual makVrf::DtGlobalPlansLogic::~DtGlobalPlansLogic | ( | ) | [virtual] |
DTOR.
| virtual void makVrf::DtGlobalPlansLogic::requestGlobalPlans | ( | ) | [virtual] |
| virtual void makVrf::DtGlobalPlansLogic::onSelectedItemsChanged | ( | ) | [virtual] |
| virtual void makVrf::DtGlobalPlansLogic::deleteSelectedPlan | ( | ) | [virtual] |
| virtual void makVrf::DtGlobalPlansLogic::editSelectedPlan | ( | ) | [virtual] |
| virtual void makVrf::DtGlobalPlansLogic::newPlan | ( | ) | [virtual] |
| virtual void makVrf::DtGlobalPlansLogic::processGlobalPlansResponseCallback | ( | DtSimMessage * | ) | [protected, virtual] |
| virtual QString makVrf::DtGlobalPlansLogic::uniquePlanName | ( | ) | const [protected, virtual] |
| virtual bool makVrf::DtGlobalPlansLogic::newPlanInformation | ( | QString & | simAddress, |
| QString & | planName | ||
| ) | [protected, virtual] |
Puts up a dialog that allows the user to select a simulation engine to place a plan on and the name of that new plan.
| virtual void makVrf::DtGlobalPlansLogic::slot_backendUpdated | ( | const DtVrfBackendState & | , |
| int | |||
| ) | [protected, virtual] |
| virtual void makVrf::DtGlobalPlansLogic::slot_onGlobalPlanEditorDeleted | ( | DtEditGlobalPlanWidget * | , |
| QString | , | ||
| QString | |||
| ) | [protected, virtual] |
makVrv::DtDe& makVrf::DtGlobalPlansLogic::myDe [protected] |