4 #ifndef vtkPropertyDecorator_h 5 #define vtkPropertyDecorator_h 54 virtual bool CanShow(
bool vtkNotUsed(showAdvanced))
const {
return true; }
64 virtual bool Enable()
const {
return true; }
73 VisibilityChangedEvent = vtkCommand::UserEvent + 1000,
74 EnableStateChangedEvent = vtkCommand::UserEvent + 1001
99 void InvokeVisibilityChangedEvent();
100 void InvokeEnableStateChangedEvent();
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKREMOTINGAPPLICATIONCOMPONENTS_EXPORT
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.
void operator=(const vtkObjectBase &)