Protected Member Functions |
| virtual void | receivedPlanCallback (DtSimMessage *) |
| virtual void | processReceivePlan (const DtString &name, bool isGlobal, const DtList &statements)=0 |
| virtual void | receivedPlanStatementCallback (DtSimMessage *) |
| virtual void | processPlanStatement (const DtString &name, bool isGlobal, DtPlanStatus status)=0 |
| virtual void | processReceiveCurrentStatement (const DtString &name, bool isGlobal, DtPlanStatus status)=0 |
| virtual void | processReceivePlanComplete (const DtString &name, bool isGlobal)=0 |
| virtual DtPlanListBoxItem * | findItemByIndex (int statementIndex) |
| | Returns the list box item which represents the statement refered to by the provided index number.
|
| DtPlanListBoxItem * | findLastItemByIndex (int statementIndex) |
| | Returns the last item in the list that has the specified statement index.
|
| virtual void | addStatementsToPlan (const DtList &statements, bool append) |
| | Adds the statements from the statement list to myPlan.
|
| virtual void | displayPlan () |
| virtual void | displayStatement (const DtStmtIndex &stmt, const DtPlanListBoxItem *parentItem) |
| virtual void | displayBlock (DtSimBlock *block, const DtPlanListBoxItem *parentItem) |
| virtual void | clearDisplay () |
| virtual void | clearAllStatements () |
| virtual void | displayPlanStatusString (DtPlanStatus status) |
| | Puts the appropriate string in the "Plan Status" label on the window.
|
| virtual void | slot_objectAboutToBeRemoved (makVrv::DtSimObjectEntry &) |
Constructor & Destructor Documentation
| virtual makVrf::DtBasePlanWidgetLogic::~DtBasePlanWidgetLogic |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrf::DtBasePlanWidgetLogic::requestPlan |
( |
const std::vector< std::string > & |
| ) |
|
|
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 void makVrf::DtBasePlanWidgetLogic::enableReplacePlan |
( |
| ) |
|
|
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::editCurrentPlanStatement |
( |
const std::vector< makVrv::DtSimEntry * > & |
| ) |
|
|
pure virtual |
| virtual bool makVrf::DtBasePlanWidgetLogic::editing |
( |
| ) |
const |
|
pure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::printPlan |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::copyPlan |
( |
| ) |
|
|
virtual |
Copies plan to clipboard.
| virtual void makVrf::DtBasePlanWidgetLogic::setPlanName |
( |
const QString & |
| ) |
|
|
virtual |
| virtual QString makVrf::DtBasePlanWidgetLogic::planName |
( |
| ) |
const |
|
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 void makVrf::DtBasePlanWidgetLogic::receivedPlanCallback |
( |
DtSimMessage * |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtBasePlanWidgetLogic::processReceivePlan |
( |
const DtString & |
name, |
|
|
bool |
isGlobal, |
|
|
const DtList & |
statements |
|
) |
| |
|
protectedpure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::receivedPlanStatementCallback |
( |
DtSimMessage * |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtBasePlanWidgetLogic::processPlanStatement |
( |
const DtString & |
name, |
|
|
bool |
isGlobal, |
|
|
DtPlanStatus |
status |
|
) |
| |
|
protectedpure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::processReceiveCurrentStatement |
( |
const DtString & |
name, |
|
|
bool |
isGlobal, |
|
|
DtPlanStatus |
status |
|
) |
| |
|
protectedpure virtual |
| virtual void makVrf::DtBasePlanWidgetLogic::processReceivePlanComplete |
( |
const DtString & |
name, |
|
|
bool |
isGlobal |
|
) |
| |
|
protectedpure virtual |
Returns the list box item which represents the statement refered to by the provided index number.
Returns the last item in the list that has the specified statement index.
| virtual void makVrf::DtBasePlanWidgetLogic::addStatementsToPlan |
( |
const DtList & |
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::clearDisplay |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtBasePlanWidgetLogic::clearAllStatements |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtBasePlanWidgetLogic::displayPlanStatusString |
( |
DtPlanStatus |
status | ) |
|
|
protectedvirtual |
Member Data Documentation
| DtPlan* makVrf::DtBasePlanWidgetLogic::myPlan |
|
protected |
| QString makVrf::DtBasePlanWidgetLogic::myName |
|
protected |
The documentation for this class was generated from the following file: