21 class DtPlanTriggerItem;
34 virtual void removeButtonPressed();
35 virtual void editButtonPressed();
55 const DtUUID& triggerUUID()
const;
59 virtual void planUpdated()
override;
60 virtual QVariant data(
int col,
int role)
const override;
62 virtual void triggerStateChanged();
64 virtual bool isCopyable()
const override;
65 virtual void planLockStatusChanged(
bool);
68 virtual void updateTrigger();
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtItemHandler myItemHandler
Definition: planTriggerItem.h:77
DtPlanTriggerItem * myHolder
Definition: planTriggerItem.h:38
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
makVrv::DtDe & myDe
Definition: planTriggerItem.h:95
QToolButton * myEditButton
Definition: planTriggerItem.h:75
DtPlanListBoxItem * myMainPlan
Definition: planTriggerItem.h:72
QWidget * myButtons
Definition: planTriggerItem.h:73
QToolButton * myRemoveButton
Definition: planTriggerItem.h:74
Handles signals for the plan trigger item since tree widget items are not QObjects.
Definition: planTriggerItem.h:24
This item will be the root node for a plan item – this will create children of type DtPlanStatementIt...
Definition: planListBoxItem.h:32
Definition: planTriggerItem.h:80
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
QLabel * myState
Definition: planTriggerItem.h:76
This item will be the root node for a trigger item – this will create children of type DtPlanStatemen...
Definition: planTriggerItem.h:42
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Definition: triggerStmt.h:63