The settings for one category.
|
__init__(self,
mgr,
name)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
setProperties(self,
updates)
Requests that .active include settings from updates, by calling
.OnSet(updates) |
source code
|
|
|
|
|
listNames(self)
Returns a list of available preset names |
source code
|
|
|
save(self,
name)
Saves the active settings as a named preset |
source code
|
|
|
load(self,
name)
calls setProperties(named preset) |
source code
|
|
|
read(self,
name)
Returns the qubx.tree.Node() for a named preset |
source code
|
|
|
exportFile(self,
path)
Saves the active settings at path |
source code
|
|
|
importFile(self,
path)
Calls setProperties(Open(path)) |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|