Public Member Functions | List of all members
pqMultiComponentsDecorator Class Reference

pqMultiComponentsDecorator's purpose is to prevent the GUI from showing Multi Components Mapping checkbox when the representation is not Volume, the number of components is not valid or MapScalars is not checked. More...

#include <pqMultiComponentsDecorator.h>

Inheritance diagram for pqMultiComponentsDecorator:
Inheritance graph
[legend]
Collaboration diagram for pqMultiComponentsDecorator:
Collaboration graph
[legend]

Public Member Functions

 pqMultiComponentsDecorator (vtkPVXMLElement *config, pqPropertyWidget *parentObject)
 
 ~pqMultiComponentsDecorator () override=default
 
bool canShowWidget (bool show_advanced) const override
 Overridden to hide the widget. More...
 
- Public Member Functions inherited from pqPropertyWidgetDecorator
 pqPropertyWidgetDecorator (vtkPVXMLElement *xml, pqPropertyWidget *parent)
 Constructor. More...
 
 ~pqPropertyWidgetDecorator () override
 
pqPropertyWidgetparentWidget () const
 Returns the pqPropertyWidget parent. More...
 
virtual bool enableWidget () const
 Override this method to override the enable state of the widget in the panel. 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 pqPropertyWidgetDecoratorcreate (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
vtkPVXMLElementxml () const
 

Detailed Description

pqMultiComponentsDecorator's purpose is to prevent the GUI from showing Multi Components Mapping checkbox when the representation is not Volume, the number of components is not valid or MapScalars is not checked.

Definition at line 44 of file pqMultiComponentsDecorator.h.

Constructor & Destructor Documentation

◆ pqMultiComponentsDecorator()

pqMultiComponentsDecorator::pqMultiComponentsDecorator ( vtkPVXMLElement config,
pqPropertyWidget parentObject 
)

◆ ~pqMultiComponentsDecorator()

pqMultiComponentsDecorator::~pqMultiComponentsDecorator ( )
overridedefault

Member Function Documentation

◆ canShowWidget()

bool pqMultiComponentsDecorator::canShowWidget ( bool  show_advanced) const
overridevirtual

Overridden to hide the widget.

Reimplemented from pqPropertyWidgetDecorator.


The documentation for this class was generated from the following file: