|
| virtual | ~DtGlobalPlansDialogInterface () |
| |
| virtual QWidget * | widget ()=0 |
| | Returns widget that represents this dialog. More...
|
| |
| virtual bool | itemSelected () const =0 |
| |
| virtual void | setEditPlanEnabled (bool)=0 |
| |
| virtual void | setDeletePlanEnabled (bool)=0 |
| |
| virtual void | setInformationButtonEnabled (bool)=0 |
| |
| virtual void | setLaunchButtonEnabled (bool)=0 |
| |
| virtual void | clearGlobalPlansList ()=0 |
| |
| virtual void | addGlobalPlan (const DtUUID &planUUID, const QString &name, const DtSimulationAddress &simulationAddress, bool isQuickLaunch, bool isLaunched, const DtString &quickLaunchIcon)=0 |
| |
| virtual void | setShowObjectConsoleWarningIcon (bool)=0 |
| |
| virtual bool | showObjectConsoleWarningIcon () const =0 |
| |
| virtual void | setHasMessagesWaiting (makVrv::DtUniqueID, bool)=0 |
| |
| virtual void | setHasQuestionsWaiting (makVrv::DtUniqueID, bool)=0 |
| |
| virtual void | setCanCreateGlobalPlan (bool)=0 |
| |
| virtual void | removeGlobalPlansForBackend (const DtSimulationAddress &)=0 |
| |
| virtual void | removePlansFromBackendNotInList (const std::vector< DtUUID > &, const DtSimulationAddress &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. More...
|
| |
| virtual bool | getSelectedGlobalPlan (DtUUID &plan, DtSimulationAddress &simulationAddress) const =0 |
| |
| virtual DtSimulationAddress | simulationAddressForPlan (const DtUUID &) const =0 |
| |
| virtual bool | hasPlanNamed (const QString &) const =0 |
| |
| virtual void | editGlobalPlan (makVrv::DtUniqueID, const std::string &showValue="")=0 |
| |
| virtual makVrf::DtGlobalPlansDialogInterface::~DtGlobalPlansDialogInterface |
( |
| ) |
|
|
virtual |
| virtual QWidget* makVrf::DtGlobalPlansDialogInterface::widget |
( |
| ) |
|
|
pure virtual |
| virtual bool makVrf::DtGlobalPlansDialogInterface::itemSelected |
( |
| ) |
const |
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::setEditPlanEnabled |
( |
bool |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::setDeletePlanEnabled |
( |
bool |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::setInformationButtonEnabled |
( |
bool |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::setLaunchButtonEnabled |
( |
bool |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::clearGlobalPlansList |
( |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::addGlobalPlan |
( |
const DtUUID & |
planUUID, |
|
|
const QString & |
name, |
|
|
const DtSimulationAddress & |
simulationAddress, |
|
|
bool |
isQuickLaunch, |
|
|
bool |
isLaunched, |
|
|
const DtString & |
quickLaunchIcon |
|
) |
| |
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::setShowObjectConsoleWarningIcon |
( |
bool |
| ) |
|
|
pure virtual |
| virtual bool makVrf::DtGlobalPlansDialogInterface::showObjectConsoleWarningIcon |
( |
| ) |
const |
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::setCanCreateGlobalPlan |
( |
bool |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::removeGlobalPlansForBackend |
( |
const DtSimulationAddress & |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::removePlansFromBackendNotInList |
( |
const std::vector< DtUUID > & |
, |
|
|
const DtSimulationAddress & |
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 |
( |
DtUUID & |
plan, |
|
|
DtSimulationAddress & |
simulationAddress |
|
) |
| const |
|
pure virtual |
| virtual DtSimulationAddress makVrf::DtGlobalPlansDialogInterface::simulationAddressForPlan |
( |
const DtUUID & |
| ) |
const |
|
pure virtual |
| virtual bool makVrf::DtGlobalPlansDialogInterface::hasPlanNamed |
( |
const QString & |
| ) |
const |
|
pure virtual |
| virtual void makVrf::DtGlobalPlansDialogInterface::editGlobalPlan |
( |
makVrv::DtUniqueID |
, |
|
|
const std::string & |
showValue = "" |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: