decorator_utils Module

paraview.decorator_utils.get_decorators(proxy, property_name)[source]

Get a list of all vtkPropertyDecorators associated with this property. Decorators are defined in the xml definition of the property with the <PropertyWidgetDecorator> tag. A decorator can be assigned directly to a property or to a propertygroup that this property belongs to.

paraview.decorator_utils.should_trace_based_on_decorators(proxy, property_name)[source]