#include
<classaw_support_1_1_parameter_group.h>
List
of all members.
Member Function Documentation
| awSupport.ParameterGroup.__init__ |
( |
str |
name, |
|
|
str |
type, |
|
|
str |
className |
|
) |
|
|
| ParameterGroupRef
awSupport.ParameterGroup.clone |
( |
|
) |
|
| aw Reference awSupport.ParameterGroup.as |
( |
|
) |
|
| aw Reference awSupport.ParameterGroup.as |
( |
|
) |
|
| Id awSupport.ParameterGroup.getId |
( |
|
) |
|
| awSupport.ParameterGroup.setName |
( |
str |
name |
) |
|
| str awSupport.ParameterGroup.getName |
( |
|
) |
|
| awSupport.ParameterGroup.setType |
( |
str |
name |
) |
|
| str awSupport.ParameterGroup.getType |
( |
|
) |
|
| str awSupport.ParameterGroup.getClass |
( |
|
) |
|
| awSupport.ParameterGroup.setLabel |
( |
str |
newValue |
) |
|
| str awSupport.ParameterGroup.getLabel |
( |
|
) |
|
| bool awSupport.ParameterGroup.isCloseMatch |
( |
ParameterGroup |
paramGroup, |
|
|
aw.set |
paramExcludeList |
|
) |
|
|
| bool awSupport.ParameterGroup.hasParameter |
( |
str |
parameterName |
) |
|
| ParameterRef
awSupport.ParameterGroup.createParameter |
( |
str |
name, |
|
|
Parameter.Type |
type, |
|
|
str |
valueAsString |
|
) |
|
|
| bool awSupport.ParameterGroup.addParameter |
( |
ParameterRef |
param |
) |
|
| bool
awSupport.ParameterGroup.forceParameter |
( |
str |
name, |
|
|
Parameter.Type |
type, |
|
|
str |
valueString |
|
) |
|
|
If the parameter with the given name exists, set its value.
If not, create it and add it to the group. Return true if the
new parameter was created, false otherwise.
| ParameterRef
awSupport.ParameterGroup.getParameterByName |
( |
str |
name |
) |
|
| ParameterRef
awSupport.ParameterGroup.getParameterByConstant |
( |
int |
|
) |
|
| int
awSupport.ParameterGroup.getParameterCount |
( |
|
) |
|
| bool
awSupport.ParameterGroup.removeParameter |
( |
ParameterRef |
param |
) |
|
| bool
awSupport.ParameterGroup.removeParameterByName |
( |
str |
name |
) |
|
| bool
awSupport.ParameterGroup.removeAllParameters |
( |
|
) |
|
| ParameterIteratorRef
awSupport.ParameterGroup.getIterator |
( |
|
) |
|
| bool
awSupport.ParameterGroup.isAnyParameterModified |
( |
|
) |
|
| str
awSupport.ParameterGroup.getOwnedObjectType |
( |
|
) |
|
| str awSupport.ParameterGroup.asXML |
( |
|
) |
|
| bool awSupport.ParameterGroup.applyXML |
( |
str |
xml |
) |
|
| ParameterGroupRef
awSupport.ParameterGroup.getConnectedParameterGroup |
( |
str |
name |
) |
|
| awSupport.ParameterGroup.__del__ |
( |
|
) |
[protected] |
Member Data Documentation