pqBoolPropertyWidgetDecorator is a base class for enable/disable or show/hide widgets based on the status of another property not directly controlled by the widget. More...
#include <pqBoolPropertyWidgetDecorator.h>


Signals | |
| void | boolPropertyChanged () |
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 () |
Public Member Functions | |
| pqBoolPropertyWidgetDecorator (vtkPVXMLElement *config, pqPropertyWidget *parent) | |
| ~pqBoolPropertyWidgetDecorator () override=default | |
| bool | isBoolProperty () const |
Public Member Functions inherited from pqPropertyWidgetDecorator | |
| pqPropertyWidgetDecorator (vtkPVXMLElement *xml, pqPropertyWidget *parent) | |
| Constructor. More... | |
| ~pqPropertyWidgetDecorator () override | |
| pqPropertyWidget * | parentWidget () const |
| Returns the pqPropertyWidget parent. More... | |
| virtual bool | canShowWidget (bool show_advanced) const |
| Override this method to override the visibility of the widget in the panel. More... | |
| virtual bool | enableWidget () const |
| Override this method to override the enable state of the widget in the panel. More... | |
Additional Inherited Members | |
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 |
pqBoolPropertyWidgetDecorator is a base class for enable/disable or show/hide widgets based on the status of another property not directly controlled by the widget.
Definition at line 18 of file pqBoolPropertyWidgetDecorator.h.
| pqBoolPropertyWidgetDecorator::pqBoolPropertyWidgetDecorator | ( | vtkPVXMLElement * | config, |
| pqPropertyWidget * | parent | ||
| ) |
|
overridedefault |
| bool pqBoolPropertyWidgetDecorator::isBoolProperty | ( | ) | const |
|
signal |
1.8.13 on Sat Dec 6 2025