Kross
#include <QFile>#include <QScriptEngine>#include <QLibraryInfo>#include <QDebug>#include <kapplication.h>#include <kcmdlineargs.h>#include <kaboutdata.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| bool | runScriptFile (QScriptEngine *engine, const QString &scriptfile) |
Variables | |
| KApplication * | app = 0 |
Function Documentation
◆ main()
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 55 of file qts/main.cpp.
◆ runScriptFile()
| bool runScriptFile | ( | QScriptEngine * | engine, |
| const QString & | scriptfile ) |
Definition at line 32 of file qts/main.cpp.
Variable Documentation
◆ app
| KApplication* app = 0 |
Definition at line 30 of file qts/main.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.