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>
|
| static void | setupValidator (QLineEdit *lineEdit, QVariant::Type propertyType) |
| | sets up a QValidator for the line edit based on the type. More...
|
| |
| static void | processHints (QGridLayout *panelLayout, vtkSMProxy *refProxy, vtkSMProxy *pxy, QStringList &propertiesToHide, QStringList &properiesToShow) |
| |
|
| virtual void | setModified () |
| | Fires modified. More...
|
| |
| virtual void | accept () |
| | accept the changes made to the properties changes will be propogated down to the server manager subclasses should only change properties when accept is called to work properly with undo/redo More...
|
| |
| virtual void | reset () |
| | reset the changes made editor will query properties from the server manager More...
|
| |
| virtual void | accept () |
| | accept the changes made to the properties changes will be propogated down to the server manager subclasses should only change properties when accept is called to work properly with undo/redo More...
|
| |
| virtual void | reset () |
| | reset the changes made editor will query properties from the server manager More...
|
| |
| virtual void | select () |
| | Called when the panel becomes active. More...
|
| |
| virtual void | deselect () |
| | Called when the panel becomes inactive. More...
|
| |
| virtual void | setView (pqView *) |
| | Set the view that this panel works with. More...
|
| |
| virtual void | setModified () |
| | Fires modified. More...
|
| |
| void | modified () |
| |
| void | onaccept () |
| |
| void | onreset () |
| |
| void | onselect () |
| |
| void | ondeselect () |
| |
| void | viewChanged (pqView *) |
| |
| virtual void | updateInformationAndDomains () |
| | This method gets called to referesh all domains and information properties. More...
|
| |
| void | dataUpdated () |
| | Called after the algorithm executes. More...
|
| |
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 47 of file pqAutoGeneratedObjectPanel.h.
§ pqAutoGeneratedObjectPanel()
| pqAutoGeneratedObjectPanel::pqAutoGeneratedObjectPanel |
( |
pqProxy * |
proxy, |
|
|
bool |
summaryOnly = false, |
|
|
QWidget * |
p = NULL |
|
) |
| |
§ ~pqAutoGeneratedObjectPanel()
| pqAutoGeneratedObjectPanel::~pqAutoGeneratedObjectPanel |
( |
| ) |
|
§ linkServerManagerProperties()
| void pqAutoGeneratedObjectPanel::linkServerManagerProperties |
( |
| ) |
|
|
protectedvirtual |
populate widgets with properties from the server manager
Reimplemented from pqNamedObjectPanel.
§ setupValidator()
| static void pqAutoGeneratedObjectPanel::setupValidator |
( |
QLineEdit * |
lineEdit, |
|
|
QVariant::Type |
propertyType |
|
) |
| |
|
staticprotected |
sets up a QValidator for the line edit based on the type.
§ processHints()
| static void pqAutoGeneratedObjectPanel::processHints |
( |
QGridLayout * |
panelLayout, |
|
|
vtkSMProxy * |
refProxy, |
|
|
vtkSMProxy * |
pxy, |
|
|
QStringList & |
propertiesToHide, |
|
|
QStringList & |
properiesToShow |
|
) |
| |
|
staticprotected |
§ PanelLayout
| QGridLayout* pqAutoGeneratedObjectPanel::PanelLayout |
|
protected |
The documentation for this class was generated from the following file: