4 #ifndef vtkGenericPropertyDecorator_h 5 #define vtkGenericPropertyDecorator_h 41 bool CanShow(
bool showAdvanced)
const override;
42 bool Enable()
const override;
55 std::unique_ptr<vtkInternals> Internals;
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...
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.
virtual bool CanShow(bool vtkNotUsed(showAdvanced)) const
Override this method to override the visibility of the widget in the panel.
vtkGenericPropertyDecorator is a vtkPropertyDecorator that supports multiple common use cases from a ...