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

Public Member Functions | |
| DtGlobalPlansDialog (makVrv::DtDe &de, QWidget *parent=0, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtGlobalPlansDialog () |
| virtual QWidget * | widget () |
| Returns widget that represents this dialog. | |
Public Attributes | |
| Ui_DtGlobalPlansWidgetUi | myUiImpl |
Protected Slots | |
| virtual void | onSelectedItemsChanged () |
| virtual void | onClose () |
| virtual void | onEditSelectedPlan () |
| virtual void | onNewPlan () |
| virtual void | onDeleteSelectedPlan () |
| virtual void | onProcessItemDoubleClicked (QTreeWidgetItem *, int) |
| virtual bool | getSelectedGlobalPlan (QString &plan, QString &simulationAddress) const |
Protected Member Functions | |
| virtual bool | itemSelected () const |
| virtual void | setEditPlanEnabled (bool) |
| virtual void | setDeletePlanEnabled (bool) |
| virtual void | clearGlobalPlansList () |
| virtual void | addGlobalPlan (const QString &planName, const QString &simulationAddress) |
| virtual void | removeGlobalPlansForBackend (const QString &) |
| virtual void | removePlansFromBackendNotInList (const std::vector< DtString > &, const QString &addr) |
| 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 | hasPlanNamed (const QString &) const |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtGlobalPlansLogic * | myLogic |
| makVrf::DtGlobalPlansDialog::DtGlobalPlansDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtGlobalPlansDialog::~DtGlobalPlansDialog | ( | ) | [virtual] |
| virtual QWidget* makVrf::DtGlobalPlansDialog::widget | ( | ) | [inline, virtual] |
Returns widget that represents this dialog.
Implements makVrf::DtGlobalPlansDialogInterface.
| virtual bool makVrf::DtGlobalPlansDialog::itemSelected | ( | ) | const [protected, virtual] |
Implements makVrf::DtGlobalPlansDialogInterface.
| virtual void makVrf::DtGlobalPlansDialog::setEditPlanEnabled | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtGlobalPlansDialogInterface.
| virtual void makVrf::DtGlobalPlansDialog::setDeletePlanEnabled | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtGlobalPlansDialogInterface.
| virtual void makVrf::DtGlobalPlansDialog::clearGlobalPlansList | ( | ) | [protected, virtual] |
Implements makVrf::DtGlobalPlansDialogInterface.
| virtual void makVrf::DtGlobalPlansDialog::addGlobalPlan | ( | const QString & | planName, |
| const QString & | simulationAddress | ||
| ) | [protected, virtual] |
Implements makVrf::DtGlobalPlansDialogInterface.
| virtual void makVrf::DtGlobalPlansDialog::removeGlobalPlansForBackend | ( | const QString & | ) | [protected, virtual] |
Implements makVrf::DtGlobalPlansDialogInterface.
| virtual void makVrf::DtGlobalPlansDialog::removePlansFromBackendNotInList | ( | const std::vector< DtString > & | , |
| const QString & | addr | ||
| ) | [protected, virtual] |
Given the list of plan names, remove items from the list view that are on that backend that are not in the list.
Implements makVrf::DtGlobalPlansDialogInterface.
| virtual bool makVrf::DtGlobalPlansDialog::hasPlanNamed | ( | const QString & | ) | const [protected, virtual] |
Implements makVrf::DtGlobalPlansDialogInterface.
| virtual void makVrf::DtGlobalPlansDialog::onSelectedItemsChanged | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtGlobalPlansDialog::onClose | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtGlobalPlansDialog::onEditSelectedPlan | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtGlobalPlansDialog::onNewPlan | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtGlobalPlansDialog::onDeleteSelectedPlan | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtGlobalPlansDialog::onProcessItemDoubleClicked | ( | QTreeWidgetItem * | , |
| int | |||
| ) | [protected, virtual, slot] |
| virtual bool makVrf::DtGlobalPlansDialog::getSelectedGlobalPlan | ( | QString & | plan, |
| QString & | simulationAddress | ||
| ) | const [protected, virtual, slot] |
Implements makVrf::DtGlobalPlansDialogInterface.
| Ui_DtGlobalPlansWidgetUi makVrf::DtGlobalPlansDialog::myUiImpl |
makVrv::DtDe& makVrf::DtGlobalPlansDialog::myDe [protected] |
DtGlobalPlansLogic* makVrf::DtGlobalPlansDialog::myLogic [protected] |