| Trees | Indices | Help |
|---|
|
|
object --+
|
Setting --+
|
NumericSetting --+
|
RelNumericSetting
Defines a numeric setting that specifies a value relative to another one. If the parent style is None, acts just like a regular AEState.Setting.NumericSetting.
The relative value is persisted to disk for settings that have an equivalent in the parent style. The absolute value is persisted otherwise.
|
|||
|
|||
|
|||
| numeric |
|
||
|
|||
| RelRawRangeView |
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
value = property(_getValue, _setValue)
|
|||
|
|||
| AEOutput.Style |
parent Parent style of the stored style, None if no parent |
||
| numeric |
rel_max Relative maximum bassed off of the true max - min |
||
| numeric |
rel_min Relative minimum based off of the true -(max - min) |
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initializes all instance variables.
|
Updates the relative min and max in addition to everything done in the parent class method.
|
Gets the current absolute value.
|
Stores the given absolute value as an integer or float with the given precision. Uses round to store floats and int to store integers.
|
Gets a relative range view that returns the proper min and max values depending on if the value is relative or not.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:18 2007 | http://epydoc.sourceforge.net |