![]() |
VR-Forces 4.0.4 Class Documentation
|
A widget class for putting simulation Time buttons on that are tied to existing menu items. More...

Public Member Functions | |
| virtual | ~DtFrameRateMonitorWidget () |
| DTOR. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
| virtual void | addColumn (const QString &, const DtVariableColumnTreeWidget::Flags &, DtVariableColumnTreeWidget::DtDisplayFunction *display, DtVariableColumnTreeWidget::DtSortFunction *=DtVariableColumnTreeWidget::defaultSort()) |
| Add a new column to the frame rate widget. | |
| virtual void | removeAllBackends () |
| Removes all the servers from the monitor. | |
| virtual void | addBackend (const QString &) |
| Adds a new backend. | |
| virtual void | removeBackend (const QString &) |
| Removes a backend. | |
| virtual void | update () |
| Redraws frame rate list view. | |
Public Attributes | |
| QVBoxLayout * | myMainLayout |
| DtVariableColumnTreeWidget * | myFrameRates |
| DtFrameRateMonitorWidgetLogic * | myLogic |
Protected Member Functions | |
| DtFrameRateMonitorWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
| virtual void | setupUi (QWidget *p) |
| Sets up the contents of the widget onto the supplied parent. | |
| virtual void | slot_postInitialize () |
| virtual void | setContainerVisible (bool visible) |
| Call down to logic to start monitoring or stop monitoring frame rate monitor settings based on current backends. | |
| virtual void | closeEvent (QCloseEvent *) |
| virtual void | showEvent (QShowEvent *) |
| virtual void | hideEvent (QHideEvent *) |
Protected Attributes | |
| std::string | myClassName |
Friends | |
| class | DtFrameRateMonitorWidgetCreator |
| Let the creator create the page. | |
A widget class for putting simulation Time buttons on that are tied to existing menu items.
| virtual makVrf::DtFrameRateMonitorWidget::~DtFrameRateMonitorWidget | ( | ) | [virtual] |
DTOR.
| makVrf::DtFrameRateMonitorWidget::DtFrameRateMonitorWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) | [protected] |
CTOR.
| virtual QIcon makVrf::DtFrameRateMonitorWidget::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrf::DtFrameRateMonitorWidget::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrf::DtFrameRateMonitorWidget::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| virtual void makVrf::DtFrameRateMonitorWidget::addColumn | ( | const QString & | , |
| const DtVariableColumnTreeWidget::Flags & | , | ||
| DtVariableColumnTreeWidget::DtDisplayFunction * | display, | ||
| DtVariableColumnTreeWidget::DtSortFunction * | = DtVariableColumnTreeWidget::defaultSort() |
||
| ) | [virtual] |
Add a new column to the frame rate widget.
Implements makVrf::DtFrameRateMonitorWidgetInterface.
| virtual void makVrf::DtFrameRateMonitorWidget::removeAllBackends | ( | ) | [virtual] |
Removes all the servers from the monitor.
Implements makVrf::DtFrameRateMonitorWidgetInterface.
| virtual void makVrf::DtFrameRateMonitorWidget::addBackend | ( | const QString & | ) | [virtual] |
Adds a new backend.
Implements makVrf::DtFrameRateMonitorWidgetInterface.
| virtual void makVrf::DtFrameRateMonitorWidget::removeBackend | ( | const QString & | ) | [virtual] |
Removes a backend.
Implements makVrf::DtFrameRateMonitorWidgetInterface.
| virtual void makVrf::DtFrameRateMonitorWidget::update | ( | ) | [virtual] |
Redraws frame rate list view.
Implements makVrf::DtFrameRateMonitorWidgetInterface.
| virtual void makVrf::DtFrameRateMonitorWidget::activate | ( | ) | [protected, virtual] |
Called when the page is displayed.
Implements makVrv::DtPage.
| virtual void makVrf::DtFrameRateMonitorWidget::deactivate | ( | ) | [protected, virtual] |
Called when the page is hidden.
Implements makVrv::DtPage.
| virtual void makVrf::DtFrameRateMonitorWidget::setupUi | ( | QWidget * | p | ) | [protected, virtual] |
Sets up the contents of the widget onto the supplied parent.
| virtual void makVrf::DtFrameRateMonitorWidget::slot_postInitialize | ( | ) | [protected, virtual] |
| virtual void makVrf::DtFrameRateMonitorWidget::setContainerVisible | ( | bool | visible | ) | [protected, virtual] |
Call down to logic to start monitoring or stop monitoring frame rate monitor settings based on current backends.
| virtual void makVrf::DtFrameRateMonitorWidget::closeEvent | ( | QCloseEvent * | ) | [protected, virtual] |
| virtual void makVrf::DtFrameRateMonitorWidget::showEvent | ( | QShowEvent * | ) | [protected, virtual] |
| virtual void makVrf::DtFrameRateMonitorWidget::hideEvent | ( | QHideEvent * | ) | [protected, virtual] |
friend class DtFrameRateMonitorWidgetCreator [friend] |
Let the creator create the page.
std::string makVrf::DtFrameRateMonitorWidget::myClassName [protected] |
| QVBoxLayout* makVrf::DtFrameRateMonitorWidget::myMainLayout |