kig
python_scripter.h
Go to the documentation of this file.
ObjectImp * calc(const Args &a, const KigDocument &doc)
Definition: python_scripter.cc:439
CompiledPythonScript compile(const char *code)
Definition: python_scripter.cc:457
Definition: python_scripter.h:42
std::string lastErrorExceptionValue() const
Definition: python_scripter.cc:498
std::string lastErrorExceptionType() const
Definition: python_scripter.cc:493
Definition: python_scripter.h:28
KigDocument is the class holding the real data in a Kig document.
Definition: kig_document.h:36
std::string lastErrorExceptionTraceback() const
Definition: python_scripter.cc:503
The ObjectImp class represents the behaviour of an object after it is calculated. ...
Definition: object_imp.h:226
ObjectImp * calc(CompiledPythonScript &script, const Args &args)
Definition: python_scripter.cc:508
~CompiledPythonScript()
Definition: python_scripter.cc:444
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 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:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.