![]() |
VR-Forces 4.6.1 Class Documentation
|
DtScriptedTaskToolbar Base class for toolbars that can contain scripted tasks (or sets) More...

Public Types | |
| typedef std::set< std::string > | Mappings |
| typedef std::map< std::string, Mappings > | EquivalenceMappings |
Public Member Functions | |
| DtScriptedTaskToolbar (makVrv::DtDe &, const std::string &id) | |
| CTOR. | |
| virtual | ~DtScriptedTaskToolbar () |
| DTOR. | |
| virtual void | removeEquivalenceMappings () |
| virtual void | addEquivalenceMapping (const std::string &toolbar, const std::string &equivalentTo) |
| virtual void | removeEquivalenceMapping (const std::string &toolbar, const std::string &equivalentTo) |
| virtual const EquivalenceMappings & | equivalenceMappings () const |
Public Member Functions inherited from makVrv::DtToolbar | |
| DtToolbar (DtDe &de, const std::string &toolbarIdName) | |
| CTOR. | |
| virtual | ~DtToolbar () |
| DTOR. | |
| 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. | |
| virtual QToolBar * | createToolbar (DtDe &, QWidget *parent)=0 |
| Build a toolbar. | |
| 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. | |
| QToolBar * | toolbar () const |
| Brief returns the toolbar this object wraps. | |
| virtual bool | initiallyVisible () const |
| Whether or not (according to configuration) toolbar is initially visible. | |
| void | setToolbarVisible (bool visible) |
| call either show or hide toolbar base upon the input. | |
| virtual QToolBar * | toolbar () |
| Returns the toolbar that was docked as part of this item. | |
| virtual bool | isToolbarHidden () |
| Returns true if toolbar is hidden. | |
| virtual void | showToolbar () |
| Show the toolbar. | |
| virtual void | hideToolbar () |
| Hide the toolbar. | |
Protected Attributes | |
| EquivalenceMappings | myEquivalenceMappings |
Protected Attributes inherited from makVrv::DtToolbar | |
| std::string | myClassName |
| DtDe & | myDe |
| QToolBar * | myToolbar |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtToolbar | |
| boost::signal< void()> | signal_toolbarSet |
DtScriptedTaskToolbar Base class for toolbars that can contain scripted tasks (or sets)
| typedef std::set<std::string> makVrf::DtScriptedTaskToolbar::Mappings |
| typedef std::map<std::string, Mappings> makVrf::DtScriptedTaskToolbar::EquivalenceMappings |
| makVrf::DtScriptedTaskToolbar::DtScriptedTaskToolbar | ( | makVrv::DtDe & | , |
| const std::string & | id | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
protected |