![]() |
VR-Exchange 2.1 API Documentation
|
A view component which graphicaly displays message updates over 60 seconds. More...

Public Member Functions | |
| DtDataViewComponent (DtPortalConnection *pconn, QWidget *parent) | |
| The CTOR. | |
| virtual | ~DtDataViewComponent () |
| The DTOR. | |
| virtual QWidget * | getGuiFrame () |
| Returns the GUI widget associated with this component. | |
| virtual void | toggleShowData (bool show) |
| Turns on and off the display of interactions. | |
Protected Slots | |
| virtual void | update () |
| This is called to update the component. | |
Protected Member Functions | |
| void | initView () |
| Create the view – called from CTOR. | |
| double | updateGraph (const DtPortalViewSet &aSet, double firstVisibleTime, double lastVisibleTime) |
| Update the graph via a dataset. | |
| virtual void | processMessage (const DtPortalMessage &message) |
| processes every message for display. | |
Static Protected Member Functions | |
| static void | portalMessageCb (const DtPortalMessage &msg, void *userData) |
| Static call for loggin. | |
Protected Attributes | |
| QWidget * | myMainWidget |
| QWidget * | myParent |
| QTimer * | myTimer |
| bool | myDataOutOfSyncFlag |
| DtTime | myLastGraphTime |
| DtPortalConnection * | myPConn |
| DtProgressiveLineGraph * | myGraph |
Static Protected Attributes | |
| static const int | Graph_Control = 1 |
| static const int | Graph_Interactions = 2 |
| static const int | Graph_Updates = 3 |
Private Member Functions | |
| DtDataViewComponent (DtDataViewComponent &other) | |
| DtDataViewComponent & | operator= (DtDataViewComponent &other) |
Private Attributes | |
| DtPortalViewSet | myRunningDataSet |
A view component which graphicaly displays message updates over 60 seconds.
| MAKVrExchange::DtDataViewComponent::DtDataViewComponent | ( | DtPortalConnection * | pconn, |
| QWidget * | parent | ||
| ) |
The CTOR.
|
virtual |
The DTOR.
|
private |
|
virtual |
Returns the GUI widget associated with this component.
|
virtual |
Turns on and off the display of interactions.
|
private |
|
protectedvirtualslot |
This is called to update the component.
|
protected |
Create the view – called from CTOR.
|
protected |
Update the graph via a dataset.
|
protectedvirtual |
processes every message for display.
|
staticprotected |
Static call for loggin.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
private |