14 #include <boost/signals2.hpp>
18 #include <QtCore/QVariant>
28 class DtVrfBackendState;
37 virtual void initialize();
40 virtual void setShowInOrbatOnly(
bool);
41 bool showInOrbatOnly()
const;
49 virtual void activate();
52 virtual void sessionUpdated(
int);
54 virtual bool organizeByTopLevelNodes()
const;
69 virtual void slot_onTick();
71 virtual void deferredItemSelectionChanged();
74 virtual void resorted();
Definition: vrfBackendState.h:69
std::map< makVrv::DtUniqueID, makVrv::DtUniqueID > myAwaitingReplacement
Definition: vrfOrbatPageLogic.h:80
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: vrfOrbatPageLogic.h:30
Definition: vrfEchelonHierarchyPageLogic.h:29
boost::signals2::signal< void(makVrv::DtUniqueID)> signal_createdNodeReplaced
ID is the orbat id.
Definition: vrfOrbatPageLogic.h:44
bool myShowInOrbatOnly
Definition: vrfOrbatPageLogic.h:81
Definition: vrfHierarchyPage.h:110
std::vector< EntryAttributes > EntryAttributesList
Define the type used to signal changes to one or more attributes for one or more elements.
Definition: DtElementAttributeManager.h:43
The DtElementIDHierarchyNode class will contain information about an element, its children and its pa...
Definition: DtElementIDHierarchy.h:33
boost::signals2::signal< void(makVrv::DtUniqueID)> signal_orbatNodeReplaced
Definition: vrfOrbatPageLogic.h:43
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:70
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:51