|
ParaView
|
interface class for plugins that create pqObjectPanels More...
#include <pqObjectPanelInterface.h>
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 pqObjectPanel * | createPanel (pqProxy *proxy, QWidget *p)=0 |
| Creates a panel for the given proxy. | |
interface class for plugins that create pqObjectPanels
Definition at line 42 of file pqObjectPanelInterface.h.
| virtual pqObjectPanelInterface::~pqObjectPanelInterface | ( | ) | [inline, virtual] |
destructor
Definition at line 46 of file pqObjectPanelInterface.h.
| 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.
1.7.5.1