32 #ifndef vtkSMNamedPropertyIterator_h 33 #define vtkSMNamedPropertyIterator_h 35 #include "vtkPVServerManagerCoreModule.h" 47 virtual void PrintSelf(ostream& os, vtkIndent indent);
72 virtual const char*
GetKey();
iterates over a subset of a proxy's properties
virtual vtkSMProperty * GetProperty()
Returns the property at the current iterator position.
virtual int IsAtEnd()
Returns true if iterator points past the end of the collection.
superclass for all SM properties
static vtkSMPropertyIterator * New()
virtual const char * GetKey()
Returns the key (name) at the current iterator position.
virtual void PrintSelf(ostream &os, vtkIndent indent)
proxy for a VTK object(s) on a server
vtkStringList * PropertyNames
virtual void Begin()
Go to the first property.
virtual const char * GetPropertyLabel()
Returns the XMLLabel for self properties and the exposed name for sub-proxy properties.
iterates over the properties of a proxy
virtual void Next()
Move to the next property.