kjsembed
Include dependency graph for settings.cpp:
Go to the source code of this file.
Functions | |
END_QOBJECT_METHOD object | clear () |
if (args.size()==2) | |
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 ) | |
else | settings = new QSettings() |
QVariant | value = KJSEmbed::convertToVariant(exec, args[1]) |
Function Documentation
END_QOBJECT_METHOD object clear | ( | ) |
if | ( | args. | size() = = 2 | ) |
Definition at line 42 of file settings.cpp.
return new SettingsBinding | ( | exec | , |
settings | |||
) |
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 118 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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.