|
ParaView
|
#include <pqSummaryPanelInterface.h>

Public Member Functions | |
| virtual | ~pqSummaryPanelInterface () |
| virtual pqObjectPanel * | createPropertiesPanel (pqProxy *proxy) const |
| virtual QWidget * | createDisplayPanel (pqRepresentation *representation) const |
Definition at line 48 of file pqSummaryPanelInterface.h.
| virtual pqSummaryPanelInterface::~pqSummaryPanelInterface | ( | ) | [virtual] |
| virtual pqObjectPanel* pqSummaryPanelInterface::createPropertiesPanel | ( | pqProxy * | proxy | ) | const [virtual] |
Reimplemented in pqStandardSummaryPanelImplementation.
| virtual QWidget* pqSummaryPanelInterface::createDisplayPanel | ( | pqRepresentation * | representation | ) | const [virtual] |
Reimplemented in pqStandardSummaryPanelImplementation.
1.7.5.1