ParaView
|
pqStandardLegacyCustomPanels is used by pqPropertiesPanel to create legacy custom panels. More...
#include <pqStandardLegacyCustomPanels.h>
Public Member Functions | |
pqStandardLegacyCustomPanels (QObject *parent=0) | |
virtual | ~pqStandardLegacyCustomPanels () |
virtual pqObjectPanel * | createPanel (pqProxy *proxy, QWidget *parent) |
create panel for proxy. More... | |
virtual bool | canCreatePanel (pqProxy *proxy) const |
returns if a panel can be created. More... | |
![]() | |
virtual | ~pqObjectPanelInterface () |
destructor More... | |
pqStandardLegacyCustomPanels is used by pqPropertiesPanel to create legacy custom panels.
In time, this class needs to disappear with all panels being created using the newer panels API.
Definition at line 43 of file pqStandardLegacyCustomPanels.h.
pqStandardLegacyCustomPanels::pqStandardLegacyCustomPanels | ( | QObject * | parent = 0 | ) |
|
virtual |
|
virtual |
create panel for proxy.
Implements pqObjectPanelInterface.
|
virtual |
returns if a panel can be created.
Implements pqObjectPanelInterface.