|
|
__init__(self,
module,
name,
widgetname,
applyfunction=None,
initialdata=None,
requiresrestart=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
initializeWidget(self,
widget,
currentValue)
Initialize the widget with needed data |
source code
|
|
|
|
onApply(self,
data)
Implement actions that need to be taken when the setting is changed
here. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _setSettingWidgetName(self,
settingwidgetname) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|