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 () |
| virtual void | hideContainer () |
| 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.
|
Detailed Description
A widget class for managing simulation back-ends.
Constructor & Destructor Documentation
| makVrf::DtExtendedDockable::DtExtendedDockable |
( |
makVrv::DtDe & |
de, |
|
|
const std::string & |
className |
|
) |
| |
| virtual makVrf::DtExtendedDockable::~DtExtendedDockable |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrf::DtExtendedDockable::dock |
( |
makVrv::DtQtDeMainWindow & |
mainWindow, |
|
|
Qt::DockWidgetArea |
area |
|
) |
| |
|
virtual |
| virtual void makVrf::DtExtendedDockable::showContainer |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtExtendedDockable::hideContainer |
( |
| ) |
|
|
virtual |
| 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.
Member Data Documentation
| boost::signal<void ()> makVrf::DtExtendedDockable::signal_contentsModified |
Send this signal when the contents are modified and the "little" expandable icon wants to be updated.
The documentation for this class was generated from the following file: