decorator to show/hide or enable/disable property widget based on the session. More...
#include <pqSessionTypeDecorator.h>


Public Member Functions | |
| pqSessionTypeDecorator (vtkPVXMLElement *config, pqPropertyWidget *parent) | |
| ~pqSessionTypeDecorator () override | |
| bool | canShowWidget (bool show_advanced) const override |
| Methods overridden from pqPropertyWidget. More... | |
| bool | enableWidget () const override |
| Methods overridden from pqPropertyWidget. More... | |
Public Member Functions inherited from pqPropertyWidgetDecorator | |
| pqPropertyWidgetDecorator (vtkPVXMLElement *xml, pqPropertyWidget *parent) | |
| Constructor. More... | |
| ~pqPropertyWidgetDecorator () override | |
| pqPropertyWidget * | parentWidget () const |
| Returns the pqPropertyWidget parent. More... | |
Additional Inherited Members | |
Signals inherited from pqPropertyWidgetDecorator | |
| void | visibilityChanged () |
| This signal is fired whenever the decorator has determined that the panel may need a refresh since the state of the system has changed which would deem changes in the widget visibility or enable state. More... | |
| void | enableStateChanged () |
Static Public Member Functions inherited from pqPropertyWidgetDecorator | |
| static pqPropertyWidgetDecorator * | create (vtkPVXMLElement *xml, pqPropertyWidget *parent) |
| Creates a new decorator, given the xml config and the parent pqPropertyWidget for the decorator. More... | |
Protected Member Functions inherited from pqPropertyWidgetDecorator | |
| vtkPVXMLElement * | xml () const |
decorator to show/hide or enable/disable property widget based on the session.
pqSessionTypeDecorator is a pqPropertyWidgetDecorator subclass that can be used to show/hide or enable/disable a pqPropertyWidget based on the current session.
Definition at line 25 of file pqSessionTypeDecorator.h.
| pqSessionTypeDecorator::pqSessionTypeDecorator | ( | vtkPVXMLElement * | config, |
| pqPropertyWidget * | parent | ||
| ) |
|
override |
|
overridevirtual |
Methods overridden from pqPropertyWidget.
Reimplemented from pqPropertyWidgetDecorator.
|
overridevirtual |
Methods overridden from pqPropertyWidget.
Reimplemented from pqPropertyWidgetDecorator.
1.8.13 on Sat Dec 6 2025