13 #ifndef vtkSMPropertyIterator_h
14 #define vtkSMPropertyIterator_h
16 #include "vtkRemotingServerManagerModule.h"
19 struct vtkSMPropertyIteratorInternals;
51 virtual int IsAtEnd();
61 virtual const char* GetKey();
67 virtual const char* GetPropertyLabel();
79 vtkSetMacro(TraverseSubProxies,
int);
80 vtkGetMacro(TraverseSubProxies,
int);
92 vtkSMPropertyIteratorInternals* Internals;