Represents the base class for a docking panel. More...
#include <dock.h>
Public Member Functions | |
Dock (MW *mw, const QString &s_text) | |
constructor; | |
virtual | ~Dock (void) |
destructor; | |
QAction * | action (void) |
the embedded action | |
MW * | mainWindow (void) const |
parent main window | |
QDockWidget * | dock (void) const |
the action used to show-hide the widget |
Protected Member Functions | |
virtual void | construct (void)=0 |
used to construct the widget | |
virtual void | deconstruct (void)=0 |
used to destruct the widget |
Represents the base class for a docking panel.