|
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
a new object with type S, a subtype of T
|
|
Format
|
actualValue()
Return value of knob. |
|
|
True if succeeded, False otherwise
|
|
string
|
name()
Return name of knob. |
|
|
True if set to its default value, False otherwise.
|
|
True if succeeded, False otherwise
|
setValue(format)
Set value of knob to format (either a Format object or a name of a
format, e.g. |
|
|
string
|
toScript(quote,
context=current)
Return the value of the knob in script syntax. |
|
|
Format
|
value()
Return value of knob. |
|
|
Inherited from Knob :
Class ,
clearAnimated ,
clearFlag ,
critical ,
debug ,
enabled ,
error ,
fullyQualifiedName ,
getDerivative ,
getFlag ,
getIntegral ,
getKeyIndex ,
getKeyList ,
getKeyTime ,
getNthDerivative ,
getNumKeys ,
getValue ,
getValueAt ,
hasExpression ,
isAnimated ,
isKey ,
isKeyAt ,
label ,
node ,
removeKey ,
removeKeyAt ,
setAnimated ,
setEnabled ,
setExpression ,
setFlag ,
setLabel ,
setName ,
setTooltip ,
setValueAt ,
setVisible ,
tooltip ,
visible ,
warning
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|