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

Public Member Functions | |
| virtual | ~DtGlobalPlansDialogInterface () |
| virtual QWidget * | widget ()=0 |
| Returns widget that represents this dialog. | |
| virtual bool | itemSelected () const =0 |
| virtual void | setEditPlanEnabled (bool)=0 |
| virtual void | setDeletePlanEnabled (bool)=0 |
| virtual void | clearGlobalPlansList ()=0 |
| virtual void | addGlobalPlan (const QString &planName, const QString &simulationAddress)=0 |
| virtual void | removeGlobalPlansForBackend (const QString &)=0 |
| virtual void | removePlansFromBackendNotInList (const std::vector< DtString > &, const QString &addr)=0 |
| Given the list of plan names, remove items from the list view that are on that backend that are not in the list. | |
| virtual bool | getSelectedGlobalPlan (QString &plan, QString &simulationAddress) const =0 |
| virtual bool | hasPlanNamed (const QString &) const =0 |
| virtual makVrf::DtGlobalPlansDialogInterface::~DtGlobalPlansDialogInterface | ( | ) | [virtual] |
| virtual QWidget* makVrf::DtGlobalPlansDialogInterface::widget | ( | ) | [pure virtual] |
Returns widget that represents this dialog.
Implemented in makVrf::DtGlobalPlansDialog.
| virtual bool makVrf::DtGlobalPlansDialogInterface::itemSelected | ( | ) | const [pure virtual] |
Implemented in makVrf::DtGlobalPlansDialog.
| virtual void makVrf::DtGlobalPlansDialogInterface::setEditPlanEnabled | ( | bool | ) | [pure virtual] |
Implemented in makVrf::DtGlobalPlansDialog.
| virtual void makVrf::DtGlobalPlansDialogInterface::setDeletePlanEnabled | ( | bool | ) | [pure virtual] |
Implemented in makVrf::DtGlobalPlansDialog.
| virtual void makVrf::DtGlobalPlansDialogInterface::clearGlobalPlansList | ( | ) | [pure virtual] |
Implemented in makVrf::DtGlobalPlansDialog.
| virtual void makVrf::DtGlobalPlansDialogInterface::addGlobalPlan | ( | const QString & | planName, |
| const QString & | simulationAddress | ||
| ) | [pure virtual] |
Implemented in makVrf::DtGlobalPlansDialog.
| virtual void makVrf::DtGlobalPlansDialogInterface::removeGlobalPlansForBackend | ( | const QString & | ) | [pure virtual] |
Implemented in makVrf::DtGlobalPlansDialog.
| virtual void makVrf::DtGlobalPlansDialogInterface::removePlansFromBackendNotInList | ( | const std::vector< DtString > & | , |
| const QString & | addr | ||
| ) | [pure virtual] |
Given the list of plan names, remove items from the list view that are on that backend that are not in the list.
Implemented in makVrf::DtGlobalPlansDialog.
| virtual bool makVrf::DtGlobalPlansDialogInterface::getSelectedGlobalPlan | ( | QString & | plan, |
| QString & | simulationAddress | ||
| ) | const [pure virtual] |
Implemented in makVrf::DtGlobalPlansDialog.
| virtual bool makVrf::DtGlobalPlansDialogInterface::hasPlanNamed | ( | const QString & | ) | const [pure virtual] |
Implemented in makVrf::DtGlobalPlansDialog.