Public Member Functions | List of all members
pqDisplayPanelInterface Class Referenceabstract

interface class for plugins that create pqDisplayPanels More...

#include <pqDisplayPanelInterface.h>

Public Member Functions

virtual ~pqDisplayPanelInterface ()
 destructor More...
 
virtual bool canCreatePanel (pqRepresentation *display) const =0
 Returns true if this panel can be created for the given the proxy. More...
 
virtual pqDisplayPanelcreatePanel (pqRepresentation *display, QWidget *parent)=0
 Creates a panel for the given proxy. More...
 

Detailed Description

interface class for plugins that create pqDisplayPanels

Definition at line 17 of file pqDisplayPanelInterface.h.

Constructor & Destructor Documentation

◆ ~pqDisplayPanelInterface()

virtual pqDisplayPanelInterface::~pqDisplayPanelInterface ( )
virtual

destructor

Member Function Documentation

◆ canCreatePanel()

virtual bool pqDisplayPanelInterface::canCreatePanel ( pqRepresentation display) const
pure virtual

Returns true if this panel can be created for the given the proxy.

◆ createPanel()

virtual pqDisplayPanel* pqDisplayPanelInterface::createPanel ( pqRepresentation display,
QWidget *  parent 
)
pure virtual

Creates a panel for the given proxy.


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