3 #ifndef vtkSMNewWidgetRepresentationProxyAbstract_h 4 #define vtkSMNewWidgetRepresentationProxyAbstract_h 42 bool UnlinkProperties(
vtkSMProxy* controlledProxy);
53 virtual void ExecuteEvent(
unsigned long event) = 0;
58 void ProcessLinkedPropertyEvent(
vtkSMProperty* caller,
unsigned long event);
64 void SetupPropertiesLinks();
77 typedef std::list<vtkSmartPointer<vtkSMLink>> LinksType;
91 void Execute(
vtkObject* caller,
unsigned long event,
void*)
override;
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
superclass for all SM properties
Abstract base class for proxy/property links.
proxy for a VTK object(s) on a server
void operator=(const vtkSMProxy &)=delete