interface class for plugins that create pqDisplayPanels More...
#include <pqDisplayPanelInterface.h>
Public Member Functions | |
virtual | ~pqDisplayPanelInterface () |
destructor More... | |
virtual bool | canCreatePanel (pqRepresentation *display) const =0 |
Returns true if this panel can be created for the given the proxy. More... | |
virtual pqDisplayPanel * | createPanel (pqRepresentation *display, QWidget *parent)=0 |
Creates a panel for the given proxy. More... | |
interface class for plugins that create pqDisplayPanels
Definition at line 17 of file pqDisplayPanelInterface.h.
|
virtual |
destructor
|
pure virtual |
Returns true if this panel can be created for the given the proxy.
|
pure virtual |
Creates a panel for the given proxy.