19 class DtGlobalIDHierarchyNode;
27 class DtObjectListViewItem;
29 namespace makVrfGuiObjectInformationQt
50 virtual void addEmbarkedObjects(
DtEmbarkedTab* tab,
const std::vector<std::string>& embarkedObjects);
51 virtual void addEmbarkedObject(
QTreeWidget* tree,
const std::string& globalId);
67 myFixedItemWidth = 20;
73 myFixedItemWidth = 20;
78 static std::string creatorName();
79 virtual bool shouldBeHidden()
const;
88 virtual bool mouseReleaseEvent();
std::vector< DtElementID > ElementIDs
Definition: DtElementIDHierarchy.h:114
Definition: informationDialogPage.h:406
QLabel * myEmbarkedOn
Definition: embarkedPageLogic.h:57
Contains makVrv::DtInformationDialogPage class.
Contains makVrv::DtElementIDHierarchy class. This is an arbitrary hierarchy class that will allow hie...
QWidget * myWidgetRepresentation
Definition: embarkedPageLogic.h:56
Definition: embarkedPageLogic.h:33
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Definition: informationDialogPage.h:260
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Base class to provide boost signal/slot management.
makVrv::DtSignalConnectionManager myConnectionManager
Definition: embarkedPageLogic.h:58
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
This tree widget item can be used in any tree that wants to display an icon next to the name of an ob...
Definition: objectListViewItem.h:55