Public Member Functions | |
def | __init__ |
def | all_keys |
def | child_groups |
def | child_keys |
def | contains |
def | remove |
def | set_value |
def | value |
Private Attributes | |
_mutex | |
_qsettings |
Wrapper of a QSettings instance simplifying access of grouped data.
Definition at line 34 of file settings_proxy.py.
def qt_gui.settings_proxy.SettingsProxy.__init__ | ( | self, | |
qsettings | |||
) |
Definition at line 38 of file settings_proxy.py.
def qt_gui.settings_proxy.SettingsProxy.all_keys | ( | self, | |
group | |||
) |
Definition at line 45 of file settings_proxy.py.
def qt_gui.settings_proxy.SettingsProxy.child_groups | ( | self, | |
group | |||
) |
Definition at line 56 of file settings_proxy.py.
def qt_gui.settings_proxy.SettingsProxy.child_keys | ( | self, | |
group | |||
) |
Definition at line 63 of file settings_proxy.py.
def qt_gui.settings_proxy.SettingsProxy.contains | ( | self, | |
group, | |||
key | |||
) |
Definition at line 70 of file settings_proxy.py.
def qt_gui.settings_proxy.SettingsProxy.remove | ( | self, | |
group, | |||
key | |||
) |
Definition at line 79 of file settings_proxy.py.
def qt_gui.settings_proxy.SettingsProxy.set_value | ( | self, | |
group, | |||
key, | |||
value | |||
) |
Definition at line 87 of file settings_proxy.py.
def qt_gui.settings_proxy.SettingsProxy.value | ( | self, | |
group, | |||
key, | |||
default_value = None |
|||
) |
Definition at line 93 of file settings_proxy.py.
Definition at line 38 of file settings_proxy.py.
Definition at line 38 of file settings_proxy.py.