|
|
__init__(self,
state,
name,
default,
label,
description,
persist,
min,
max,
precision)
Initializes all instance variables. |
source code
|
|
|
|
update(self,
setting)
Updates the min, max, and precision in addition to everything done
in the parent class method. |
source code
|
|
|
numeric
|
|
|
|
_setValue(self,
val)
Stores the given value as an integer or float with the given
precision. |
source code
|
|
|
RawRangeView
|
getView(self)
Returns an object that proxies as a view for the value, min, max,
and precision for this object. |
source code
|
|
|
Inherited from Setting:
addObserver,
clearObservers,
copy,
removeObserver,
restore,
save,
serialize,
unserialize
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|