Public Member Functions | List of all members
pqDockWindowInterface Class Referenceabstract

interface class for plugins that add a QDockWindow More...

#include <pqDockWindowInterface.h>

Public Member Functions

 pqDockWindowInterface ()
 
virtual ~pqDockWindowInterface ()
 
virtual QString dockArea () const =0
 
virtual QDockWidget * dockWindow (QWidget *p)=0
 Creates a dock window with the given parent. More...
 

Detailed Description

interface class for plugins that add a QDockWindow

Definition at line 45 of file pqDockWindowInterface.h.

Constructor & Destructor Documentation

◆ pqDockWindowInterface()

pqDockWindowInterface::pqDockWindowInterface ( )

◆ ~pqDockWindowInterface()

virtual pqDockWindowInterface::~pqDockWindowInterface ( )
virtual

Member Function Documentation

◆ dockArea()

virtual QString pqDockWindowInterface::dockArea ( ) const
pure virtual

◆ dockWindow()

virtual QDockWidget* pqDockWindowInterface::dockWindow ( QWidget *  p)
pure virtual

Creates a dock window with the given parent.


The documentation for this class was generated from the following file: