ParaView
Public Member Functions | List of all members
pqStandardLegacyCustomPanels Class Reference

pqStandardLegacyCustomPanels is used by pqPropertiesPanel to create legacy custom panels. More...

#include <pqStandardLegacyCustomPanels.h>

Inheritance diagram for pqStandardLegacyCustomPanels:
Inheritance graph
[legend]
Collaboration diagram for pqStandardLegacyCustomPanels:
Collaboration graph
[legend]

Public Member Functions

 pqStandardLegacyCustomPanels (QObject *parent=0)
 
virtual ~pqStandardLegacyCustomPanels ()
 
virtual pqObjectPanelcreatePanel (pqProxy *proxy, QWidget *parent)
 create panel for proxy. More...
 
virtual bool canCreatePanel (pqProxy *proxy) const
 returns if a panel can be created. More...
 
- Public Member Functions inherited from pqObjectPanelInterface
virtual ~pqObjectPanelInterface ()
 destructor More...
 

Detailed Description

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 45 of file pqStandardLegacyCustomPanels.h.

Constructor & Destructor Documentation

§ pqStandardLegacyCustomPanels()

pqStandardLegacyCustomPanels::pqStandardLegacyCustomPanels ( QObject *  parent = 0)

§ ~pqStandardLegacyCustomPanels()

virtual pqStandardLegacyCustomPanels::~pqStandardLegacyCustomPanels ( )
virtual

Member Function Documentation

§ createPanel()

virtual pqObjectPanel* pqStandardLegacyCustomPanels::createPanel ( pqProxy proxy,
QWidget *  parent 
)
virtual

create panel for proxy.

Implements pqObjectPanelInterface.

§ canCreatePanel()

virtual bool pqStandardLegacyCustomPanels::canCreatePanel ( pqProxy proxy) const
virtual

returns if a panel can be created.

Implements pqObjectPanelInterface.


The documentation for this class was generated from the following file: