ParaView
Public Member Functions
pqDisplayPanelInterface Class Reference

interface class for plugins that create pqDisplayPanels More...

#include <pqDisplayPanelInterface.h>

List of all members.

Public Member Functions

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

Detailed Description

interface class for plugins that create pqDisplayPanels

Definition at line 43 of file pqDisplayPanelInterface.h.


Constructor & Destructor Documentation

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

destructor

Definition at line 47 of file pqDisplayPanelInterface.h.


Member Function Documentation

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

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

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: