ParaView
Public Member Functions | List of all members
pqObjectPanelInterface Class Referenceabstract

interface class for plugins that create pqObjectPanels More...

#include <pqObjectPanelInterface.h>

Inheritance diagram for pqObjectPanelInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~pqObjectPanelInterface ()
 destructor More...
 
virtual bool canCreatePanel (pqProxy *proxy) const =0
 Returns true if this panel can be created for the given the proxy. More...
 
virtual pqObjectPanelcreatePanel (pqProxy *proxy, QWidget *p)=0
 Creates a panel for the given proxy. More...
 

Detailed Description

interface class for plugins that create pqObjectPanels

Definition at line 46 of file pqObjectPanelInterface.h.

Constructor & Destructor Documentation

§ ~pqObjectPanelInterface()

virtual pqObjectPanelInterface::~pqObjectPanelInterface ( )
virtual

destructor

Member Function Documentation

§ canCreatePanel()

virtual bool pqObjectPanelInterface::canCreatePanel ( pqProxy proxy) const
pure virtual

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

Implemented in pqStandardLegacyCustomPanels.

§ createPanel()

virtual pqObjectPanel* pqObjectPanelInterface::createPanel ( pqProxy proxy,
QWidget *  p 
)
pure virtual

Creates a panel for the given proxy.

Implemented in pqStandardLegacyCustomPanels.


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