24 class DtProgressiveLineGraph;
25 class DtStateObjectViewWidget;
26 class DtStateObserverController;
45 void setTotalObjectCount(
int count);
48 void setRemovedObjectCount(
int count);
51 void setUnknownObjectCount(
int count);
54 void setEntityCount(
int count);
57 void setAggregateCount(
int count);
60 void setEnvironmentalProcessCount(
int count);
66 virtual void activate();
69 virtual void deactivate();
72 virtual bool canCloseFile()
const;
87 virtual double updateTime();
91 virtual void update();
100 void fileOpenChanged(QString fileName);
101 void connectionStatusChanged(
bool connected);
114 const static int theRequestUpdateRate = 10;
118 Graph_TotalObjectCount = 1,
124 Graph_EnvironmentalProcessCount
DtStateObjectViewWidget * myWidget
Definition: stateObView.h:108
DtStateObserverController * myController
Definition: stateObView.h:106
MAKLogger::DtProgressiveLineGraph * myGraph
Definition: stateObView.h:107
Provides the base interface for Logger Application gui components.
Definition: lgrGuiComponent.h:36
The DtStateObserverView represents the view for the state observer which is part of a standard Model-...
Definition: stateObView.h:31
bool myActiveState
Definition: stateObView.h:109
int myCurrentUpdateCount
Definition: stateObView.h:110
Definition: stateObView.h:122
Contains MAKLogger::DtLgrGuiComponent class.
The logger GUI's model.
Definition: lgrGuiModel.h:56
The implementation of the control logic for the state observer.
Definition: stateObController.h:26
The specific interface for interacting with the default logger GUI.
Definition: lgrAppGui.h:40
DtAbsoluteTime myLastGraphTime
Definition: stateObView.h:111
Definition: stateObView.h:119
DtLgrGuiModel * myModel
Definition: stateObView.h:105
#define DT_DLL_STATEOBSERVER
Definition: stateObserver.h:19
Contains the IMPORT/EXPORT macros.
DtLgrAppGui * myGui
Definition: stateObView.h:104
Widget which draws a line graphic where the data is progressively added over time.
Definition: progressiveLineGraph.h:32
Definition: stateObView.h:121
Definition: stateObView.h:123
GraphIds
Definition: stateObView.h:116
Contains MAKLogger::DtTimeComponent class.
Absolute Time, a particular measured instance in time, could be thought of as a set of relative times...
Definition: absoluteTime.h:82