|
| virtual void | receivedPlanCallback (DtSimMessage *) |
| |
| virtual void | processReceivePlan (const DtUUID &, bool isGlobal, const std::vector< DtSimStatement * > &statements, const DtRwTriggersList &, const DtRwVariableBindings &variables)=0 |
| |
| virtual void | receivedPlanStatementCallback (DtSimMessage *) |
| |
| virtual void | processPlanStatement (const DtUUID &, bool isGlobal, DtPlanStatus status, bool reselect=true)=0 |
| |
| virtual void | processReceiveCurrentStatement (const DtUUID &, bool isGlobal, DtPlanStatus status, bool reselect=true)=0 |
| |
| virtual void | processReceivePlanComplete (const DtUUID &, bool isGlobal)=0 |
| |
| virtual void | addStatementsToPlan (const std::vector< DtSimStatement * > &statements, bool append) |
| |
| virtual void | displayPlan () |
| |
| virtual void | clearAllStatements () |
| |
| virtual void | displayPlanStatusString (DtPlanStatus status) |
| |
| virtual void | slot_objectAboutToBeRemoved (makVrv::DtSimObjectEntry &) |
| |
| virtual void | updatePlanLockState () |
| |
| virtual makVrf::DtBasePlanWidgetLogic::~DtBasePlanWidgetLogic |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::requestPlan |
( |
const std::vector< DtUUID > & |
| ) |
|
|
pure virtual |
| virtual bool makVrf::DtBasePlanWidgetLogic::sendPlan |
( |
bool |
reregister = true | ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::planSelectionChanged |
( |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::restartPlan |
( |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::abandonPlan |
( |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::replacePlan |
( |
| ) |
|
|
pure virtual |
| virtual bool makVrf::DtBasePlanWidgetLogic::planIsModified |
( |
| ) |
const |
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::deleteAllStatements |
( |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::addSetRequest |
( |
const DtSetDataRequest & |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::addTaskRequest |
( |
const DtSimTask & |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::addCommandRequest |
( |
DtSimCommand & |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::addConditional |
( |
const DtSimStatement & |
stmt | ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::addTrigger |
( |
const DtSimStatement & |
stmt, |
|
|
bool |
andSelect |
|
) |
| |
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::editCurrentPlanStatement |
( |
const std::vector< makVrv::DtSimEntry * > & |
| ) |
|
|
pure virtual |
| virtual bool makVrf::DtBasePlanWidgetLogic::editing |
( |
| ) |
const |
|
pure virtual |
| virtual bool makVrf::DtBasePlanWidgetLogic::globalPlan |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::enableReplacePlan |
( |
| ) |
|
|
virtual |
| virtual bool makVrf::DtBasePlanWidgetLogic::canPastePlan |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::cleanupUnusedTriggers |
( |
bool |
showNeverShowAgain = false | ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::removeTrigger |
( |
const DtUUID & |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::editTrigger |
( |
const std::vector< makVrv::DtSimEntry * > & |
states, |
|
|
const DtUUID & |
|
|
) |
| |
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::cleanup |
( |
| ) |
|
|
pure virtual |
| virtual bool makVrf::DtBasePlanWidgetLogic::planUnlockedByUser |
( |
| ) |
const |
|
inlinevirtual |
| virtual bool makVrf::DtBasePlanWidgetLogic::planLocked |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::userLockPlan |
( |
bool |
| ) |
|
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::printPlan |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::copySelectedPlanStatement |
( |
| ) |
|
|
virtual |
Copies plan to clipboard.
| virtual void makVrf::DtBasePlanWidgetLogic::copyPlan |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::setPlanName |
( |
const DtUUID & |
| ) |
|
|
virtual |
| virtual const DtUUID& makVrf::DtBasePlanWidgetLogic::planName |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::setMarkingTextTitle |
( |
const QString & |
| ) |
|
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::cancel |
( |
bool |
force = false | ) |
|
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::accept |
( |
| ) |
|
|
virtual |
Accepts contents of dialog.
| virtual void makVrf::DtBasePlanWidgetLogic::connectSignals |
( |
const std::vector< makVrv::DtSimEntry * > & |
s | ) |
|
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::setTitle |
( |
| ) |
|
|
virtual |
| virtual DtPlan* makVrf::DtBasePlanWidgetLogic::plan |
( |
| ) |
|
|
virtual |
Returns the current plan.
| virtual void makVrf::DtBasePlanWidgetLogic::setClosingBecauseObjectRemoved |
( |
bool |
b | ) |
|
|
inlinevirtual |
| virtual bool makVrf::DtBasePlanWidgetLogic::closingBecauseObjectRemoved |
( |
| ) |
const |
|
inlinevirtual |
| virtual void makVrf::DtBasePlanWidgetLogic::receivedPlanCallback |
( |
DtSimMessage * |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtBasePlanWidgetLogic::receivedPlanStatementCallback |
( |
DtSimMessage * |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtBasePlanWidgetLogic::processPlanStatement |
( |
const DtUUID & |
, |
|
|
bool |
isGlobal, |
|
|
DtPlanStatus |
status, |
|
|
bool |
reselect = true |
|
) |
| |
|
protectedpure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::processReceiveCurrentStatement |
( |
const DtUUID & |
, |
|
|
bool |
isGlobal, |
|
|
DtPlanStatus |
status, |
|
|
bool |
reselect = true |
|
) |
| |
|
protectedpure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::processReceivePlanComplete |
( |
const DtUUID & |
, |
|
|
bool |
isGlobal |
|
) |
| |
|
protectedpure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::addStatementsToPlan |
( |
const std::vector< DtSimStatement * > & |
statements, |
|
|
bool |
append |
|
) |
| |
|
protectedvirtual |
Adds the statements from the statement list to myPlan. If append it true, they are added to the end, else they replace the existing statements.
| virtual void makVrf::DtBasePlanWidgetLogic::displayPlan |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtBasePlanWidgetLogic::clearAllStatements |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtBasePlanWidgetLogic::displayPlanStatusString |
( |
DtPlanStatus |
status | ) |
|
|
protectedvirtual |
| virtual void makVrf::DtBasePlanWidgetLogic::updatePlanLockState |
( |
| ) |
|
|
protectedvirtual |
| DtUUID makVrf::DtBasePlanWidgetLogic::myName |
|
protected |
| bool makVrf::DtBasePlanWidgetLogic::myClosingBecauseObjectRemoved |
|
protected |
| bool makVrf::DtBasePlanWidgetLogic::myIgnoreNextPlanStatementReceipt |
|
protected |
| bool makVrf::DtBasePlanWidgetLogic::myPlanUnlockedByUser = false |
|
protected |
The documentation for this class was generated from the following file: