#include <string>#include <iostream>#include <QString>#include <QFile>#include <kinstance.h>#include <kapplication.h>#include <kcmdlineargs.h>#include <kaboutdata.h>#include <ksharedptr.h>#include <kurl.h>#include "../core/manager.h"#include "../core/action.h"#include "../core/interpreter.h"Graphe des dépendances par inclusion de main.cpp:
Aller au code source de ce fichier.
Macros | |
| #define | ERROR_OK 0 |
| #define | ERROR_HELP -1 |
| #define | ERROR_NOSUCHFILE -2 |
| #define | ERROR_OPENFAILED -3 |
| #define | ERROR_NOINTERPRETER -4 |
| #define | ERROR_EXCEPTION -6 |
Fonctions | |
| int | runScriptFile (const QString &scriptfile) |
| int | main (int argc, char **argv) |
Variables | |
| KApplication * | app = 0 |
| #define ERROR_EXCEPTION -6 |
| #define ERROR_NOINTERPRETER -4 |
| #define ERROR_NOSUCHFILE -2 |
| #define ERROR_OK 0 |
| #define ERROR_OPENFAILED -3 |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Définition à la ligne 91 du fichier main.cpp.
Références app, ERROR_HELP, ERROR_OK, options, testguiform::result, et runScriptFile().
Voici le graphe d'appel pour cette fonction :
| int runScriptFile | ( | const QString & | scriptfile | ) |
Définition à la ligne 50 du fichier main.cpp.
Références ERROR_EXCEPTION, ERROR_NOINTERPRETER, ERROR_NOSUCHFILE, ERROR_OK, ERROR_OPENFAILED, Kross::ErrorInterface::errorMessage(), Kross::ErrorInterface::errorTrace(), gensymbolfontmap::f, Kross::ErrorInterface::hadError(), Kross::InterpreterInfo::interpreterName(), Kross::Manager::self(), Kross::Action::setCode(), et Kross::Action::setInterpreter().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
| KApplication* app = 0 |
Définition à la ligne 48 du fichier main.cpp.
Référencé par KPlato::Resource::appointmentIntervals(), kdemain(), KPlato::MainSchedule::loadXML(), main(), KPlato::Appointment::operator+(), KPlato::Appointment::operator+=(), et KPlato::Appointment::operator=().
1.5.1-p1