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

Class RelPercentRangeView

source code

  object --+        
           |        
RawRangeView --+    
               |    
PercentRangeView --+
                   |
                  RelPercentRangeView

Exposes the percent value, min, and max of a RelPercentRangeSetting.

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

Inherited from PercentRangeView (private): _getPercent, _setPercent

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 PercentRangeView: 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