|
ParaView
|
interface class for plugins that add a QDockWindow More...
#include <pqDockWindowInterface.h>
Public Member Functions | |
| virtual | ~pqDockWindowInterface () |
| destructor | |
| virtual QString | dockArea () const =0 |
| virtual QDockWidget * | dockWindow (QWidget *p)=0 |
| Creates a dock window with the given parent. | |
interface class for plugins that add a QDockWindow
Definition at line 42 of file pqDockWindowInterface.h.
| virtual pqDockWindowInterface::~pqDockWindowInterface | ( | ) | [inline, virtual] |
destructor
Definition at line 46 of file pqDockWindowInterface.h.
| virtual QString pqDockWindowInterface::dockArea | ( | ) | const [pure virtual] |
| virtual QDockWidget* pqDockWindowInterface::dockWindow | ( | QWidget * | p | ) | [pure virtual] |
Creates a dock window with the given parent.
1.7.5.1