4 #ifndef vtkPropertyDecorator_h 5 #define vtkPropertyDecorator_h 56 virtual bool CanShow(
bool show_advanced)
const 70 virtual bool Enable()
const {
return true; }
79 VisibilityChangedEvent = vtkCommand::UserEvent + 1000,
80 EnableStateChangedEvent = vtkCommand::UserEvent + 1001
105 void InvokeVisibilityChangedEvent();
106 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...
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.
void operator=(const vtkObjectBase &)