Eneboo - Documentación para desarrolladores
|
#include "qsinterpreter.h"
#include "qsscript.h"
#include "qsobjectfactory.h"
#include "qswrapperfactory.h"
#include "../kernel/quickinterpreter.h"
#include "../kernel/quickobjects.h"
#include "../kernel/quickdispatchobject.h"
#include "../engine/qsenv.h"
#include "../engine/qsfuncref.h"
#include <qapplication.h>
#include <qmessagebox.h>
#include <qptrlist.h>
#include <qcleanuphandler.h>
Clases | |
class | QSInterpreterPrivate |
'defines' | |
#define | startInterpreter() if( d->project ) d->project->evaluate(); |
#define | stopInterpreter() |
Funciones | |
QuickInterpreter * | get_quick_interpreter (QSInterpreter *ip) |
bool | operator== (const QSStackFrame &a, const QSStackFrame &b) |
#define startInterpreter | ( | ) | if( d->project ) d->project->evaluate(); |
#define stopInterpreter | ( | ) |
QuickInterpreter* get_quick_interpreter | ( | QSInterpreter * | ip | ) |
bool operator== | ( | const QSStackFrame & | a, |
const QSStackFrame & | b | ||
) |