ParaView
Public Member Functions
pqObjectPanelInterface Class Reference

interface class for plugins that create pqObjectPanels More...

#include <pqObjectPanelInterface.h>

List of all members.

Public Member Functions

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

Detailed Description

interface class for plugins that create pqObjectPanels

Definition at line 42 of file pqObjectPanelInterface.h.


Constructor & Destructor Documentation

virtual pqObjectPanelInterface::~pqObjectPanelInterface ( ) [inline, virtual]

destructor

Definition at line 46 of file pqObjectPanelInterface.h.


Member Function Documentation

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

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

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

Creates a panel for the given proxy.


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