Public Member Functions |
|
__init__ (str name, str type, str className) | |
__init__ (ParameterGroup src) | |
ParameterGroupRef | clone () |
aw::Reference | as () |
aw::Reference | as () |
Id | getId () |
setName (str name) | |
str | getName () |
setType (str name) | |
str | getType () |
str | getClass () |
setLabel (str newValue) | |
str | getLabel () |
bool | hasProperty (Property i) |
setProperty (Property i, bool on) | |
bool | operator== (ParameterGroup other) |
bool | operator!= (ParameterGroup other) |
bool | isEquivalent (ParameterGroup other) |
bool | isCloseMatch (ParameterGroup paramGroup, aw::set paramExcludeList) |
bool | hasParameter (str parameterName) |
ParameterRef | createParameter (str name, Parameter::Type type, str valueAsString) |
bool | addParameter (ParameterRef param) |
ParameterRef | getParameterByName (str name) |
ParameterRef | getParameterByConstant (int) |
int | getParameterCount () |
bool | removeParameter (ParameterRef param) |
bool | removeParameterByName (str name) |
bool | removeAllParameters () |
ParameterIteratorRef | getIterator () |
bool | isAnyParameterModified () |
str | getOwnedObjectType () |
str | asXML () |
bool | applyXML (str xml) |
Protected Member Functions |
|
__del__ () | |
onPropertyChange (Property p, bool value) | |
Protected Attributes |
|
Id | myId |
str | myType |
str | myClass |
str | myLabel |
awSupport.ParameterGroup.__init__ | ( | str | name, |
str | type, | ||
str | className | ||
) |
awSupport.ParameterGroup.__init__ | ( | ParameterGroup | src | ) |
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.hasProperty | ( | Property | i | ) |
awSupport.ParameterGroup.setProperty | ( | Property | i, |
bool | on | ||
) |
bool awSupport.ParameterGroup.operator== | ( | ParameterGroup | other | ) |
bool awSupport.ParameterGroup.operator!= | ( | ParameterGroup | other | ) |
bool awSupport.ParameterGroup.isEquivalent | ( | ParameterGroup | other | ) |
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 | ) |
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 | ) |
awSupport.ParameterGroup.__del__ | ( | ) | [protected] |
awSupport.ParameterGroup.onPropertyChange | ( | Property | p, |
bool | value | ||
) | [protected] |
Id
awSupport.ParameterGroup.myId [protected] |
str
awSupport.ParameterGroup.myType [protected] |
str
awSupport.ParameterGroup.myClass [protected] |
str
awSupport.ParameterGroup.myLabel [protected] |