| Trees | Indices | Help |
|---|
|
|
AEState.AEState --+
|
Style
Extends AEState with new kinds of settings for devices.
Mute (bool): Is all output inhibited? Non-persistent by default.
|
|||
|
|||
|
|||
|
|||
|
|||
| boolean |
|
||
| Style |
|
||
| Style |
|
||
| boolean |
|
||
|
|||
| string |
|
||
| AEState.NumericSetting |
|
||
| AEState.RangeSetting |
|
||
| AEState.Setting.PercentRangeSetting |
|
||
|
|||
| Style |
parent_style Another style object to which this one should dispatch attribute lookups if attributes are not defined in this object |
||
|
|||
Initializes the style object to which to dispatch requests for attributes that are not defined in this object.
|
Extends the default method signature with a parameter containing a reference the device to which this style belongs.
|
Does nothing by default. Override to initialze settings that should be created on default objects. |
Copies references to all default settings into this object. This means the setting are shared between this object and the default. |
Gets if the current style is the default meaning it does not have a parent.
|
Gets a reference to the default style if it exists or None if it does not.
|
Makes a copy of this object and its parent.
|
Gets if values in
|
Iterates over all of the names in
|
Adds a new AEState.Setting.RelNumericSetting to this group.
|
Adds a new AEState.Setting.RelRangeSetting to this group.
|
Adds a new AEState.Setting.RelPercentRangeSetting to this group.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:17 2007 | http://epydoc.sourceforge.net |