|
ParaView
|
interface class for plugins that create pqDisplayPanels More...
#include <pqDisplayPanelInterface.h>
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 pqDisplayPanel * | createPanel (pqRepresentation *display, QWidget *parent)=0 |
| Creates a panel for the given proxy. | |
interface class for plugins that create pqDisplayPanels
Definition at line 43 of file pqDisplayPanelInterface.h.
| virtual pqDisplayPanelInterface::~pqDisplayPanelInterface | ( | ) | [inline, virtual] |
destructor
Definition at line 47 of file pqDisplayPanelInterface.h.
| 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.
1.7.5.1