Kross
object.cpp
The class Object does provide us scripting objects like class instances to the C++ world.
Definition: object.h:86
Definition: action.cpp:36
const char * name(StandardAction id)
virtual QVariant callMethod(const QString &name, const QVariantList &args=QVariantList())
Pass a call to the object and evaluated it.
Definition: object.cpp:49
virtual QStringList methodNames()
Return a list of supported callable objects.
Definition: object.cpp:56
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.