12 #pragma warning(disable : 4100)
24 class DtReflectedGenericObject;
74 virtual DtReflectedGenericObject* reflectedObject(
const DtString& objectName);
77 virtual void discoverObject(DtReflectedGenericObject *obj);
80 virtual void removeObject(DtReflectedGenericObject *obj);
85 virtual void updateEntityType(DtReflectedGenericObject *obj);
88 virtual void updateObjectTime(
const DtStateMsg& msg, DtHlaObject* obj);
93 virtual bool getEntityType(DtReflectedGenericObject *obj,
94 bool addCallback, QString& entityTypeString);
99 static void updateEntityTypeCb(DtReflectedGenericObject* obj,
void* userData);
102 static void updateObjectTimeCb(
const DtStateMsg& msg, DtHlaObject* obj,
void* usr );
Definition: objectInstanceListCtrl.h:38
DtEntityTypeDatatypeRep myEntityTypeDatatypeRep
Definition: objectInstanceListCtrl.h:119
MAKLogger::DtAbsoluteTime myCurrentTime
Definition: objectInstanceListCtrl.h:120
DtOMTTree & myOmtTree
Definition: objectInstanceListCtrl.h:117
Definition: disDictionary.h:53
DtObjectInstanceListCtrl UI Controller type for object instances Populates a QListView with the objec...
Definition: objectInstanceListCtrl.h:50
This class handles the conversion between a byte stream and an English readable view of the data in a...
Definition: datatypeManager.h:41
Definition: objectInstanceListCtrl.h:41
Definition: objectInstanceListCtrl.h:40
Definition: objectInstanceListCtrl.h:37
Definition: objectInstanceListCtrl.h:39
Display an entity type in English.
Definition: entityTypeDatatypeRep.h:15
DtObjectListColumn
Data column index.
Definition: objectInstanceListCtrl.h:35
Contains MAKLogger::DtAbsoluteTime and MAKLogger::DtRelativeTime classes.
defines an object class inside our Fed Tree
Definition: objectClassFedNode.h:30
Definition: objectInstanceListCtrl.h:42
DtFomReflGenList & myReflectedObjects
Definition: objectInstanceListCtrl.h:116
Definition: reflectedListViewItem.h:21
A tree using the an OMT File information.
Definition: omtTree.h:58
QTreeWidget * myListView
Definition: objectInstanceListCtrl.h:115
#define DT_DLL_TRFCANLZR
Definition: trafficAnalyzerPlugin.h:18
DtDatatypeManager & myDatatypeManager
Definition: objectInstanceListCtrl.h:118
Absolute Time, a particular measured instance in time, could be thought of as a set of relative times...
Definition: absoluteTime.h:82
Definition: fomReflGenList.h:24