|
ParaView
|
interface class for plugins that create pqObjectPanels More...
#include <pqObjectPanelInterface.h>

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 pqObjectPanel * | createPanel (pqProxy *proxy, QWidget *p)=0 |
| Creates a panel for the given proxy. More... | |
interface class for plugins that create pqObjectPanels
Definition at line 46 of file pqObjectPanelInterface.h.
|
virtual |
destructor
|
pure virtual |
Returns true if this panel can be created for the given the proxy.
Implemented in pqStandardLegacyCustomPanels.
|
pure virtual |
Creates a panel for the given proxy.
Implemented in pqStandardLegacyCustomPanels.
1.8.12