20 #include <vlutil/vlString.h>
36 virtual bool itemSelected()
const = 0;
38 virtual void setEditPlanEnabled(
bool) = 0;
39 virtual void setDeletePlanEnabled(
bool) = 0;
41 virtual void clearGlobalPlansList() = 0;
42 virtual void addGlobalPlan(
const QString& planName,
const QString& simulationAddress) = 0;
44 virtual void removeGlobalPlansForBackend(
const QString&) = 0;
48 virtual void removePlansFromBackendNotInList(
const std::vector<DtString>&,
const QString& addr) = 0;
50 virtual bool getSelectedGlobalPlan(QString& plan, QString& simulationAddress)
const = 0;
52 virtual bool hasPlanNamed(
const QString&)
const = 0;