|
|
__init__(...)
Raises an exception This class cannot be instantiated from Python |
|
|
|
|
|
str
|
|
str
|
getFolder(...)
Returns:
The absolute path of the directory where the administrable file is
(str). |
|
|
str
|
getFullName(...)
Returns:
The absolute path of the administrable file without the extension
(str). |
|
|
[str]
|
getGroups(...)
Returns:
The list of setting groups for this administrable. |
|
|
str
|
getName(...)
Returns:
The administrable name (str). |
|
|
str
|
getPath(...)
Returns:
The absolute path of the administrable file with the extension
(str). |
|
|
str
|
getSetting(...)
Returns:
The value for the specified (group, key) setting pair. |
|
|
[(str, str)]
|
getSettings(...)
Returns:
List of settings of this administrable for the specified group, a
mapping of key-value pairs (tuples). |
|
|
|
|
save(...)
Saves the current administrable settings to its file on disk. |
|
|
|
|
setAsCurrent(...)
Sets this administrable as the current one (invokes the
<Administrable>Mgr.setCurrent() method). |
|
|
|
|
|
|
|
setSetting(...)
Sets the value for the specified (group, key) setting pair for this
administrable. |
|
|
|
Inherited from Boost.Python.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|