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

Class RangeSetting

source code

object --+        
         |        
   Setting --+    
             |    
NumericSetting --+
                 |
                RangeSetting

Represents a numeric setting where the bounds are critical.

Instance Methods [hide private]

Inherited from NumericSetting: __init__, getView, update

Inherited from NumericSetting (private): _fixBounds, _setValue

Inherited from Setting: addObserver, clearObservers, copy, removeObserver, restore, save, serialize, unserialize

Inherited from Setting (private): _getValue, _notify

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

Class Variables [hide private]

Inherited from NumericSetting: value

Instance Variables [hide private]

Inherited from NumericSetting: max, min, precision

Inherited from Setting: default, description, label, name, persist, state

Inherited from Setting (private): _cached, _observers, _value

Properties [hide private]

Inherited from object: __class__