|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual vtkIdType | GetNumberOfElements () |
| | Returns the number of elements for the value type. More...
|
| |
| virtual bool | IsValueDefault () |
| | Returns true if the current value is the same as the default value. More...
|
| |
| virtual void | Copy (vtkSMProperty *src) |
| | Copy all property values. More...
|
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| int | IsInDomains () |
| | Returns true if all values are in all domains, false otherwise. More...
|
| |
| int | IsInDomains (vtkSMDomain **domain) |
| | Overload of IsInDomains() that provides a mechanism to return the first domain that fails the check. More...
|
| |
| virtual void | UnRegister (vtkObjectBase *obj) |
| | Overloaded to break the reference loop caused by the internal domain iterator. More...
|
| |
| vtkSMDomainIterator * | NewDomainIterator () |
| | Creates, initializes and returns a new domain iterator. More...
|
| |
| vtkSMDomain * | GetDomain (const char *name) |
| | Returns a domain give a name. More...
|
| |
| vtkSMDomain * | FindDomain (const char *classname) |
| | Returns the first domain which is of the specified type. More...
|
| |
| unsigned int | GetNumberOfDomains () |
| | Returns the number of domains this property has. More...
|
| |
| void | UpdateDependentDomains () |
| | Calls Update() on all domains contained by the property as well as all dependant domains. More...
|
| |
| void | AddDomain (const char *name, vtkSMDomain *dom) |
| | Properties can have one or more domains. More...
|
| |
| virtual void | AddLinkedProperty (vtkSMProperty *targetProperty) |
| | Add a link to a property whose value should be synchronized with this property value. More...
|
| |
| virtual void | RemoveLinkedProperty (vtkSMProperty *targetProperty) |
| | Remove a link to a property added with AddLinkedProperty() More...
|
| |
| virtual void | RemoveFromSourceLink () |
| | Remove a link from the source property. More...
|
| |
| void | ResetToDefault () |
| | Simply calls this->ResetToDomainDefaults() and if that returns false, calls this->ResetToXMLDefaults(). More...
|
| |
| virtual void | ResetToXMLDefaults () |
| | For properties that support specifying defaults in XML configuration, this method will reset the property value to the default values specified in the XML. More...
|
| |
| virtual bool | ResetToDomainDefaults (bool use_unchecked_values=false) |
| | Iterates over all domains and call SetDefaultValues() on each domain until the first one returns true i.e. More...
|
| |
| vtkSMProxy * | GetParent () |
| | Get the proxy to which this property belongs. More...
|
| |
| virtual bool | IsStateIgnored () |
| |
| bool | HasDomainsWithRequiredProperties () |
| | Returns true if the property has a domain with required properties. More...
|
| |
| virtual void | ClearUncheckedElements () |
| | Use this method to clear unchecked values set of this property. More...
|
| |
| virtual void | SetCommand (const char *) |
| | The command name used to set the value on the server object. More...
|
| |
| virtual char * | GetCommand () |
| | The command name used to set the value on the server object. More...
|
| |
| virtual void | SetImmediateUpdate (int) |
| | If ImmediateUpdate is true, the value of the property will be pushed to the server as soon as it is modified. More...
|
| |
| virtual int | GetImmediateUpdate () |
| | If ImmediateUpdate is true, the value of the property will be pushed to the server as soon as it is modified. More...
|
| |
| virtual int | GetInformationOnly () |
| | Is InformationOnly is set to true, this property is used to get information from server instead of setting values. More...
|
| |
| virtual int | GetIgnoreSynchronization () |
| | If IgnoreSynchronization is set to true, this property is used to prevent that property from beeing updated when changed remotely by another collaborative client. More...
|
| |
| virtual vtkSMProperty * | GetInformationProperty () |
| | Get the associated information property. More...
|
| |
| virtual void | SetAnimateable (int) |
| | Get/Set if the property is animateable. More...
|
| |
| virtual int | GetAnimateable () |
| | Get/Set if the property is animateable. More...
|
| |
| virtual void | SetIsInternal (int) |
| | Get/Set if the property is internal to server manager. More...
|
| |
| virtual int | GetIsInternal () |
| | Get/Set if the property is internal to server manager. More...
|
| |
| virtual void | SetNoCustomDefault (int) |
| | Sets whether the property should ignore custom default settings. More...
|
| |
| virtual int | GetNoCustomDefault () |
| | Gets whether the property should ignore custom default settings. More...
|
| |
| virtual void | SetPanelVisibility (const char *) |
| | Sets the panel visibility for the property. More...
|
| |
| virtual char * | GetPanelVisibility () |
| | Returns the panel visibility for the property. More...
|
| |
| virtual void | SetPanelVisibilityDefaultForRepresentation (const char *) |
| | Sets the panel visibility to default if the current representation type matches representation. More...
|
| |
| virtual char * | GetPanelVisibilityDefaultForRepresentation () |
| | Returns which representation type the property will be shown by default for. More...
|
| |
| virtual void | SetPanelWidget (const char *) |
| | Sets the name of the custom panel widget to use for the property. More...
|
| |
| virtual char * | GetPanelWidget () |
| | Returns name of the panel widget for the property. More...
|
| |
| virtual vtkSMDocumentation * | GetDocumentation () |
| | Returns the documentation for this proxy. More...
|
| |
| virtual char * | GetXMLLabel () |
| | The label assigned by the xml parser. More...
|
| |
| virtual char * | GetXMLName () |
| | The name assigned by the xml parser. More...
|
| |
| virtual int | GetRepeatable () |
| | If repeatable, a property can have 1 or more values of the same kind. More...
|
| |
| virtual vtkPVXMLElement * | GetHints () |
| | The server manager configuration XML may define <Hints> element for a property. More...
|
| |
| void | SetHints (vtkPVXMLElement *hints) |
| | The server manager configuration XML may define <Hints> element for a property. More...
|
| |
| virtual void | Modified () |
| | Overridden to support blocking of modified events. More...
|
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
abstract superclass for all map properties
vtkSMMapProperty defines an interface common for all map properties. A map property stores a set of keys and values.
Definition at line 29 of file vtkSMMapProperty.h.