![]() |
VR-Forces 4.8 Class Documentation
|
A builder for the simulation time toolbar. More...

Public Member Functions | |
| DtSimulationTimeToolbar (makVrv::DtDe &) | |
| CTOR. More... | |
| virtual | ~DtSimulationTimeToolbar () |
| DTOR. More... | |
| virtual QToolBar * | createToolbar (makVrv::DtDe &, QWidget *parent) |
| Build a toolbar. More... | |
Public Member Functions inherited from makVrv::DtToolbar | |
| DtToolbar (DtDe &de, const std::string &toolbarIdName) | |
| CTOR. More... | |
| virtual | ~DtToolbar () |
| DTOR. More... | |
| virtual const std::string & | toolbarClassName () const |
| Get the toolbar id name, the toolbar id name is not the same thing as the visible toolbar text. More... | |
| virtual void | dock (QToolBar *, QMainWindow *) |
| Using the DE, looks at the configuration to see where this should be docked and whether or not it is initially visible. More... | |
| QToolBar * | toolbar () const |
| Brief returns the toolbar this object wraps. More... | |
| virtual bool | initiallyVisible () const |
| Whether or not (according to configuration) toolbar is initially visible. More... | |
| void | setToolbarVisible (bool visible) |
| call either show or hide toolbar base upon the input. More... | |
| virtual QToolBar * | toolbar () |
| Returns the toolbar that was docked as part of this item. More... | |
| virtual bool | isToolbarHidden () |
| Returns true if toolbar is hidden. More... | |
| virtual void | showToolbar () |
| Show the toolbar. More... | |
| virtual void | hideToolbar () |
| Hide the toolbar. More... | |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtToolbar | |
| boost::signal< void()> | signal_toolbarSet |
Protected Attributes inherited from makVrv::DtToolbar | |
| std::string | myClassName |
| DtDe & | myDe |
| QToolBar * | myToolbar |
A builder for the simulation time toolbar.
The menu string is "DtSimulationTimeToolbar"
| makVrf::DtSimulationTimeToolbar::DtSimulationTimeToolbar | ( | makVrv::DtDe & | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Build a toolbar.
Implements makVrv::DtToolbar.