kjsembed
Go to the source code of this file.
Functions | |
| END_QOBJECT_METHOD object | clear () |
| else | if (args.size()==3) |
| object | remove (key) |
| return new | SettingsBinding (exec, settings) |
| object | setValue (key, value) |
| END_STATIC_OBJECT_METHOD | START_METHOD_LUT (SettingsBinding) |
| END_QOBJECT_METHOD object | sync () |
Variables | |
| END_QOBJECT_METHOD QString | key = KJSEmbed::extractQString(exec, args, 0) |
| QStringList | keys = object->allKeys() |
| END_QOBJECT_METHOD QString | path = KJSEmbed::extractQString(exec, args, 2) |
| result = KJSEmbed::convertToValue( exec, keys ) | |
| settings = new QSettings(parent) | |
| QVariant | value = KJSEmbed::convertToVariant(exec, args[1]) |
Function Documentation
| END_QOBJECT_METHOD object clear | ( | ) |
| else if | ( | args. | size() = = 3 | ) |
Definition at line 102 of file settings.cpp.
| END_STATIC_OBJECT_METHOD START_METHOD_LUT | ( | SettingsBinding | ) |
Definition at line 71 of file settings.cpp.
| END_QOBJECT_METHOD object sync | ( | ) |
Variable Documentation
| END_QOBJECT_METHOD QString key = KJSEmbed::extractQString(exec, args, 0) |
Definition at line 34 of file settings.cpp.
| QStringList keys = object->allKeys() |
Definition at line 29 of file settings.cpp.
| END_QOBJECT_METHOD QString path = KJSEmbed::extractQString(exec, args, 2) |
Definition at line 66 of file settings.cpp.
| result = KJSEmbed::convertToValue( exec, keys ) |
Definition at line 30 of file settings.cpp.
Definition at line 100 of file settings.cpp.
| END_QOBJECT_METHOD QVariant value = KJSEmbed::convertToVariant(exec, args[1]) |
Definition at line 35 of file settings.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Sep 13 2019 19:10:09 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Sep 13 2019 19:10:09 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.