Kross
qts/plugin.cpp
Go to the documentation of this file.
Kross QtScript Extension that provides access to the Kross Scripting Framework within the QtScript sc...
Definition: qts/plugin.h:45
virtual void initialize(const QString &key, QScriptEngine *engine)
Initializes this extension.
Definition: qts/plugin.cpp:55
void initializeCore(QScriptEngine *engine)
Initialize some core functionality like common used types we like to use within scripts.
Definition: values_p.h:251
QString toLower() const
void initializeGui(QScriptEngine *engine)
Initialize GUI functionality like widgets the QUiLoader provides and some layout-managers.
Definition: values_p.h:285
QScriptValue newQObject(QObject *object, ValueOwnership ownership, const QObjectWrapOptions &options)
QScriptValue globalObject() const
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
virtual QStringList keys() const
Returns the list of keys this plugin supports.
Definition: qts/plugin.cpp:71
void setProperty(const QString &name, const QScriptValue &value, const PropertyFlags &flags)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:44 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:24:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.