![]() |
VR-Forces Developer's Guide
|
A widget class for putting simulation Time buttons on that are tied to existing menu items.

Public Member Functions | |
| virtual | ~DtPerformanceMonitorWidget () |
| virtual QIcon | icon () |
| virtual makVrv::DtQIconConfigurations | qIconConfigurations () const |
| virtual QString | title () |
| virtual const std::string & | pageClassName () const |
| virtual void | removeAllBackends () |
| virtual void | addBackend (const QString &) |
| virtual void | removeBackend (const QString &) |
| virtual void | update () |
| virtual void | objectCountsChanged () |
| virtual void | setLatency (const QString &, double latency) |
| virtual double | latency (const QString &) const |
| virtual void | setPingTimeInterval (int) |
| virtual void | pingServer (const QString &) |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtPage () |
| virtual PageAction | pageAction () |
| virtual void | setPageAction (PageAction action) |
| virtual void | setActionFlag (int flag) |
| virtual int | actionFlag () |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| virtual QWidget * | parentDialog () |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| virtual void | askBeforeAction () |
| virtual void | executeAfterAsk (bool revert) |
| virtual void | resumeLastAction () |
| virtual void | onCloseEvent () |
| virtual void | onSwitchEvent () |
Public Member Functions inherited from makVrf::DtPerformanceMonitorWidgetInterface | |
| virtual | ~DtPerformanceMonitorWidgetInterface () |
Public Attributes | |
| DtPerformanceMonitorWidgetLogic * | myLogic |
| DtPerformanceMonitorGraph * | myPerformanceGraph |
| QVBoxLayout * | myMainLayout |
Static Public Attributes | |
| static QColor | thePerformanceMonitorLineColor |
Protected Slots | |
| virtual void | pingServers () |
| virtual void | checkLatency () |
Protected Member Functions | |
| DtPerformanceMonitorWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| virtual void | activate () |
| virtual void | deactivate () |
| virtual void | displayModeChanged () |
| virtual void | setupUi (QWidget *p) |
| virtual void | slot_postInitialize () |
| virtual void | setContainerVisible (bool visible) |
| virtual void | closeEvent (QCloseEvent *) |
| virtual void | showEvent (QShowEvent *) |
| virtual void | hideEvent (QHideEvent *) |
| virtual void | performanceUpdated (const QString &, const DtVrfBackendState &) |
Protected Attributes | |
| std::string | myClassName |
| std::map< QString, DtPerformanceBar * > | myPerformanceBars |
| QTimer * | myPingTimer |
| QTimer * | myLatencyTimer |
| int | myPingTimeInterval |
| std::set< std::string > | myWaitingForPing |
| std::map< QString, bool > | myTickingPublishersDuringObjectTick |
| QColor | myBeginFrameColor |
| QColor | myNetworkTickColor |
| QColor | myObjectTickColor |
| QColor | myAdvanceFrameColor |
| QColor | mySimulationFrameColor |
| int | myCombineKey |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
Properties | |
| QColor | BeginFrameColor |
| QColor | NetworkTickColor |
| QColor | ObjectTickColor |
| QColor | AdvanceFrameColor |
| QColor | SimulationFrameColor |
Friends | |
| class | DtPerformanceMonitorWidgetCreator |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
|
virtual |
DTOR.
|
protected |
CTOR.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the icon configurations for the page. This is used to style the page's icon based on application settings.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
virtual |
Removes all the servers from the monitor.
Implements makVrf::DtPerformanceMonitorWidgetInterface.
|
virtual |
Adds a new backend.
Implements makVrf::DtPerformanceMonitorWidgetInterface.
|
virtual |
Removes a backend.
Implements makVrf::DtPerformanceMonitorWidgetInterface.
|
virtual |
Redraws frame rate list view.
Implements makVrf::DtPerformanceMonitorWidgetInterface.
|
virtual |
Implements makVrf::DtPerformanceMonitorWidgetInterface.
|
virtual |
Implements makVrf::DtPerformanceMonitorWidgetInterface.
|
virtual |
|
virtual |
Default is 10 seconds.
|
virtual |
|
protectedvirtual |
Called when the page is displayed.
Implements makVrv::DtPage.
|
protectedvirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
protectedvirtual |
Implements makVrf::DtPerformanceMonitorWidgetInterface.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtual |
Sets up the contents of the widget onto the supplied parent.
|
protectedvirtual |
|
protectedvirtual |
Call down to logic to start monitoring or stop monitoring frame rate monitor settings based on current backends.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Implements makVrf::DtPerformanceMonitorWidgetInterface.
|
friend |
Let the creator create the page.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| DtPerformanceMonitorWidgetLogic* makVrf::DtPerformanceMonitorWidget::myLogic |
| DtPerformanceMonitorGraph* makVrf::DtPerformanceMonitorWidget::myPerformanceGraph |
| QVBoxLayout* makVrf::DtPerformanceMonitorWidget::myMainLayout |
|
static |
| QColor makVrf::DtPerformanceMonitorWidget::BeginFrameColor |
| QColor makVrf::DtPerformanceMonitorWidget::NetworkTickColor |
| QColor makVrf::DtPerformanceMonitorWidget::ObjectTickColor |
| QColor makVrf::DtPerformanceMonitorWidget::AdvanceFrameColor |
| QColor makVrf::DtPerformanceMonitorWidget::SimulationFrameColor |