13 #if !defined(Q_MOC_RUN)
23 #include <boost/signals2.hpp>
74 virtual void buildMenu();
80 virtual void clearMenu();
86 virtual void setPartOfPlanDialog(
int partOfPlanDialog);
87 virtual int partOfPlanDialog();
110 boost::signals2::signal<void (std::vector<DtUUID> names,
const DtSimTask&)>
111 signal_planTaskCreated;
115 virtual void slot_planTaskCreated(
const DtSimTask& task);
117 virtual void setRecreateFlags(
int);
122 virtual void slot_onInfoCacheUpdated(
const DtEntityType& updatedType);
126 virtual void resolveContext(DtEntityType& objType,
DtUUID& uuid,
bool& isHomogeneous);
128 virtual void setActionsEnabled(
QMenu*,
bool b);
131 virtual void slot_selectionChanged();
136 virtual void onAboutToShow();
UUID is a unique ID wrapper class.
Definition: uuid.h:59
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Contains makVrv:DtSelectionManager class.
Contains the DtUUID class declaration.
The DtEmbeddedSetForwardTask is a task container for DtSetDataRequest instances which are addressed t...
Definition: embeddedSetForwardTask.h:23
The DtEmbeddedSetForwardTask is a task container for DtSimTask instances which are addressed to an Em...
Definition: embeddedTaskForwardTask.h:23
DtSimTask is an abstract base class from which real tasks can derive. It manages the read/write capab...
Definition: simTask.h:30
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:76
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32