13 #if !defined(Q_MOC_RUN)
24 #include <boost/signals2.hpp>
75 virtual void buildMenu();
81 virtual void clearMenu();
87 virtual void setPartOfPlanDialog(
int partOfPlanDialog);
88 virtual int partOfPlanDialog();
111 boost::signals2::signal<void (std::vector<DtUUID> names,
const DtSimTask&)>
112 signal_planTaskCreated;
116 virtual void slot_planTaskCreated(
const DtSimTask& task);
118 virtual void setRecreateFlags(
int);
123 virtual void slot_onInfoCacheUpdated(
const DtObjectType& updatedType);
127 virtual void resolveContext(
DtObjectType& objType,
DtUUID& uuid,
bool& isHomogeneous);
129 virtual void setActionsEnabled(
QMenu*,
bool b);
134 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.
Definition: objectType.h:27
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:72
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32