parley
script.cpp
Go to the documentation of this file.
void addObjects(QMap< QString, QObject * > objects)
Adds more than one scripting Objects to the script.
Definition: script.cpp:119
bool isActivated()
Returns true if the script was successfully activated; false otherwise.
Definition: script.cpp:36
QString errorMessage()
Returns an html error message if there have been errors in the script.
Definition: script.cpp:124
QString fileName()
Returns the file that was given as parameter to the constructor.
Definition: script.cpp:107
void addObject(QString name, QObject *object)
Add an object to be accessible by the script.
Definition: script.cpp:113
bool exists()
Checks if the script file assigned to the Script object exists as a file on the given path...
Definition: script.cpp:100
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.