|
ParaView
|
Auto-generated Widget which provides an editor for editing properties of a proxy Widgets are created based on the types of the proxy properties. More...
#include <pqAutoGeneratedObjectPanel.h>


Public Member Functions | |
| pqAutoGeneratedObjectPanel (pqProxy *proxy, bool summaryOnly=false, QWidget *p=NULL) | |
| constructor | |
| ~pqAutoGeneratedObjectPanel () | |
| destructor | |
Protected Member Functions | |
| void | linkServerManagerProperties () |
| populate widgets with properties from the server manager | |
Static Protected Member Functions | |
| static void | setupValidator (QLineEdit *lineEdit, QVariant::Type propertyType) |
| sets up a QValidator for the line edit based on the type. | |
| static void | processHints (QGridLayout *panelLayout, vtkSMProxy *refProxy, vtkSMProxy *pxy, QStringList &propertiesToHide, QStringList &properiesToShow) |
Protected Attributes | |
| QGridLayout * | PanelLayout |
Auto-generated Widget which provides an editor for editing properties of a proxy Widgets are created based on the types of the proxy properties.
Definition at line 46 of file pqAutoGeneratedObjectPanel.h.
| pqAutoGeneratedObjectPanel::pqAutoGeneratedObjectPanel | ( | pqProxy * | proxy, |
| bool | summaryOnly = false, |
||
| QWidget * | p = NULL |
||
| ) |
constructor
| pqAutoGeneratedObjectPanel::~pqAutoGeneratedObjectPanel | ( | ) |
destructor
| void pqAutoGeneratedObjectPanel::linkServerManagerProperties | ( | ) | [protected, virtual] |
populate widgets with properties from the server manager
Reimplemented from pqNamedObjectPanel.
| static void pqAutoGeneratedObjectPanel::setupValidator | ( | QLineEdit * | lineEdit, |
| QVariant::Type | propertyType | ||
| ) | [static, protected] |
sets up a QValidator for the line edit based on the type.
| static void pqAutoGeneratedObjectPanel::processHints | ( | QGridLayout * | panelLayout, |
| vtkSMProxy * | refProxy, | ||
| vtkSMProxy * | pxy, | ||
| QStringList & | propertiesToHide, | ||
| QStringList & | properiesToShow | ||
| ) | [static, protected] |
QGridLayout* pqAutoGeneratedObjectPanel::PanelLayout [protected] |
Definition at line 67 of file pqAutoGeneratedObjectPanel.h.
1.7.5.1