kjsembed
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
◆ clear()
END_QOBJECT_METHOD object clear | ( | ) |
◆ if()
if | ( | args. | size() = = 2 | ) |
Definition at line 42 of file settings.cpp.
◆ remove()
◆ SettingsBinding()
return new SettingsBinding | ( | exec | , |
settings | |||
) |
◆ setValue()
◆ START_METHOD_LUT()
END_STATIC_OBJECT_METHOD START_METHOD_LUT | ( | SettingsBinding | ) |
Definition at line 71 of file settings.cpp.
◆ sync()
END_QOBJECT_METHOD object sync | ( | ) |
Variable Documentation
◆ key
END_QOBJECT_METHOD QString key = KJSEmbed::extractQString(exec, args, 0) |
Definition at line 34 of file settings.cpp.
◆ keys
QStringList keys = object->allKeys() |
Definition at line 29 of file settings.cpp.
◆ path
END_QOBJECT_METHOD QString path = KJSEmbed::extractQString(exec, args, 2) |
Definition at line 66 of file settings.cpp.
◆ result
result = KJSEmbed::convertToValue( exec, keys ) |
Definition at line 30 of file settings.cpp.
◆ settings
else settings = new QSettings() |
Definition at line 118 of file settings.cpp.
◆ value
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.