4 #ifndef vtkCompositePropertyDecorator_h 5 #define vtkCompositePropertyDecorator_h 61 bool CanShow(
bool show_advanced)
const override;
62 bool Enable()
const override;
92 std::unique_ptr<vtkInternals> Internals;
std::function< vtkSmartPointer< vtkPropertyDecorator >(vtkPVXMLElement *, vtkSMProxy *)> DecoratorCreationFunction
virtual void Initialize(vtkPVXMLElement *xml, vtkSMProxy *proxy)
Constructor.
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKREMOTINGAPPLICATIONCOMPONENTS_EXPORT
static vtkPropertyDecorator * New()
vtkPropertyDecorator hold the logic of pqPropertyDecorator TODO provides a mechanism to decorate pqPr...
virtual bool CanShow(bool show_advanced) const
Override this method to override the visibility of the widget in the panel.
proxy for a VTK object(s) on a server
virtual bool Enable() const
Override this method to override the enable state of the widget in the panel.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
vtkPropertyDecorator subclass that can combine multiple decorators using boolean operations.