/* * This file was generated by dbusxml2cpp version 0.6 * Command line was: dbusxml2cpp -m -a interpreteradaptor -i interpreter/interpreter.h -l Interpreter /home/cies/kturtle/working-kdeedu/kturtle/src/interpreter/org.kde.kturtle.Interpreter.xml * * dbusxml2cpp is Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef INTERPRETERADAPTOR_H_1243976287 #define INTERPRETERADAPTOR_H_1243976287 #include #include #include "interpreter/interpreter.h" class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; /* * Adaptor class for interface org.kde.kturtle.Interpreter */ class InterpreterAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kturtle.Interpreter") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: InterpreterAdaptor(Interpreter *parent); virtual ~InterpreterAdaptor(); inline Interpreter *parent() const { return static_cast(QObject::parent()); } public: // PROPERTIES public Q_SLOTS: // METHODS bool encounteredErrors(); QStringList getErrorStrings(); void initialize(const QString &inputString); void interpret(); int state(); Q_SIGNALS: // SIGNALS void executing(); void finished(); void parsing(); }; #endif