AccessEngine :: AEState :: Setting :: RelRawRangeView :: Class RelRawRangeView
[hide private]
[frames] | no frames]

Class RelRawRangeView

source code

  object --+    
           |    
RawRangeView --+
               |
              RelRawRangeView

Exposes the raw value, min, and max properties of a RelNumericSetting.

Instance Methods [hide private]
 
_getMin(self) source code
 
_getMax(self) source code
 
min(self) source code
 
max(self) source code

Inherited from RawRangeView: __init__

Inherited from RawRangeView (private): _getValue, _setValue

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from RawRangeView: precision, value

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

min(self)

source code 
Overrides: None

max(self)

source code 
Overrides: None