![]() |
VR-Forces 4.0.4 Class Documentation
|
A widget class for managing simulation back-ends. More...

Public Member Functions | |
| DtExtendedDockable (makVrv::DtDe &de, const std::string &className) | |
| CTOR. | |
| virtual | ~DtExtendedDockable () |
| DTOR. | |
| virtual void | dock (makVrv::DtQtDeMainWindow &mainWindow, Qt::DockWidgetArea area) |
| virtual void | showContainer () |
| Show the container. | |
| virtual void | hideContainer () |
| Hide the container. | |
| virtual QPixmap | shadowIcon () const =0 |
| Returns the icon that will be used for the mouse over. | |
| virtual QString | iconName () const =0 |
| Returns the "short name" that will be placed next to the icon. | |
Public Attributes | |
| boost::signal< void()> | signal_contentsModified |
| Send this signal when the contents are modified and the "little" expandable icon wants to be updated. | |
A widget class for managing simulation back-ends.
| makVrf::DtExtendedDockable::DtExtendedDockable | ( | makVrv::DtDe & | de, |
| const std::string & | className | ||
| ) |
CTOR.
| virtual makVrf::DtExtendedDockable::~DtExtendedDockable | ( | ) | [virtual] |
DTOR.
| virtual void makVrf::DtExtendedDockable::dock | ( | makVrv::DtQtDeMainWindow & | mainWindow, |
| Qt::DockWidgetArea | area | ||
| ) | [virtual] |
| virtual void makVrf::DtExtendedDockable::showContainer | ( | ) | [virtual] |
Show the container.
Reimplemented from makVrv::DtDockable.
| virtual void makVrf::DtExtendedDockable::hideContainer | ( | ) | [virtual] |
Hide the container.
Reimplemented from makVrv::DtDockable.
| virtual QPixmap makVrf::DtExtendedDockable::shadowIcon | ( | ) | const [pure virtual] |
Returns the icon that will be used for the mouse over.
If this returns a NULL icon the dock widget will be used as the template
| virtual QString makVrf::DtExtendedDockable::iconName | ( | ) | const [pure virtual] |
Returns the "short name" that will be placed next to the icon.
| boost::signal<void ()> makVrf::DtExtendedDockable::signal_contentsModified |
Send this signal when the contents are modified and the "little" expandable icon wants to be updated.