|
static PropertyType | getPropertyType (vtkSMProperty *Property) |
| Get the type of the property. More...
|
|
static pqSMProxy | getProxyProperty (vtkSMProperty *Property, PropertyValueType Type=CHECKED) |
| get the proxy for a property for example, glyph filter accepts a source (proxy) to glyph with More...
|
|
static void | addProxyProperty (vtkSMProperty *Property, pqSMProxy Value) |
| get the proxy for a property for example, glyph filter accepts a source (proxy) to glyph with More...
|
|
static void | removeProxyProperty (vtkSMProperty *Property, pqSMProxy Value) |
|
static void | setProxyProperty (vtkSMProperty *Property, pqSMProxy Value) |
|
static void | setUncheckedProxyProperty (vtkSMProperty *Property, pqSMProxy Value) |
|
static void | addInputProperty (vtkSMProperty *Property, pqSMProxy Value, int opport) |
|
static void | setInputProperty (vtkSMProperty *Property, pqSMProxy Value, int opport) |
|
static QList< QVariant > | getProxyListProperty (vtkSMProperty *Property) |
| get the list of proxies for a property for example, append filter accepts a list of proxies More...
|
|
static void | setProxyListProperty (vtkSMProperty *Property, QList< QVariant > Value) |
| get the list of proxies for a property for example, append filter accepts a list of proxies More...
|
|
static QList< pqSMProxy > | getProxyPropertyDomain (vtkSMProperty *Property) |
| get the list of possible proxies for a property More...
|
|
static QList< QList< QVariant > > | getSelectionProperty (vtkSMProperty *Property, PropertyValueType Type=CHECKED) |
| get the pairs of selections for a selection property More...
|
|
static QList< QVariant > | getSelectionProperty (vtkSMProperty *Property, unsigned int Index, PropertyValueType Type=CHECKED) |
| get the pairs of selections for a selection property More...
|
|
static void | setSelectionProperty (vtkSMProperty *Property, QList< QList< QVariant >> Value, PropertyValueType Type=CHECKED) |
| set the pairs of selections for a selection property More...
|
|
static void | setSelectionProperty (vtkSMProperty *Property, QList< QVariant > Value, PropertyValueType Type=CHECKED) |
| used to set the status of an array, for example. More...
|
|
static QList< QVariant > | getSelectionPropertyDomain (vtkSMProperty *Property) |
| get the possible names for the selection property More...
|
|
static QList< QVariant > | getStringListProperty (vtkSMProperty *Property, PropertyValueType Type=CHECKED) |
| get the list of strings for the given property based on domain and current values. More...
|
|
static QVariant | getEnumerationProperty (vtkSMProperty *Property, PropertyValueType Type=CHECKED) |
| get the enumeration for a property More...
|
|
static void | setEnumerationProperty (vtkSMProperty *Property, QVariant Value, PropertyValueType Type=CHECKED) |
| set the enumeration for a property More...
|
|
static QList< QVariant > | getEnumerationPropertyDomain (vtkSMProperty *Property) |
| get the possible enumerations (string) for a property More...
|
|
static QVariant | getElementProperty (vtkSMProperty *Property, PropertyValueType Type=CHECKED) |
| get the single element of a property (integer, string, real, etc..) More...
|
|
static void | setElementProperty (vtkSMProperty *Property, QVariant Value, PropertyValueType Type=CHECKED) |
| set the single element of a property (integer, string, real, etc..) More...
|
|
static QList< QVariant > | getElementPropertyDomain (vtkSMProperty *Property) |
| get the range of possible values to set the single element of a property More...
|
|
static QList< QVariant > | getMultipleElementProperty (vtkSMProperty *Property, PropertyValueType Type=CHECKED) |
| get the multiple elements of a property (integer, string, real, etc..) More...
|
|
static void | setMultipleElementProperty (vtkSMProperty *Property, QList< QVariant > Value, PropertyValueType Type=CHECKED) |
| set the multiple elements of a property (integer, string, real, etc..) More...
|
|
static QList< QList< QVariant > > | getMultipleElementPropertyDomain (vtkSMProperty *Property) |
| get the ranges of possible values to set the multiple elements of a property More...
|
|
static QVariant | getMultipleElementProperty (vtkSMProperty *Property, unsigned int Index, PropertyValueType Type=CHECKED) |
| get one of the multiple elements of a property (integer, string, real, etc..) More...
|
|
static void | setMultipleElementProperty (vtkSMProperty *Property, unsigned int Index, QVariant Value, PropertyValueType Type=CHECKED) |
| set one of the multiple elements of a property (integer, string, real, etc..) More...
|
|
static QList< QVariant > | getMultipleElementPropertyDomain (vtkSMProperty *Property, unsigned int Index) |
| get one of the ranges of possible values to set the multiple elements of a property More...
|
|
static QStringList | getFileListProperty (vtkSMProperty *Property, PropertyValueType Type=CHECKED) |
| get the single element of a property (integer, string, real, etc..) More...
|
|
static void | setFileListProperty (vtkSMProperty *Property, QStringList Value, PropertyValueType Type=CHECKED) |
| set the single element of a property (integer, string, real, etc..) More...
|
|
static QList< QString > | getDomainTypes (vtkSMProperty *property) |
| Returns a list of domains types for the property. More...
|
|
static void | clearUncheckedProperties (vtkSMProperty *property) |
| Clears any unchecked values on the property. More...
|
|
static QVariant | convertToQVariant (const vtkVariant &variant) |
| Converts a vtkVariant into a QVariant. More...
|
|
Translates server manager events into Qt-compatible slots and signals.
Definition at line 22 of file pqSMAdaptor.h.