Kate
katescript.cpp File Reference
#include "katescript.h"#include "katescriptdocument.h"#include "katescriptview.h"#include "kateview.h"#include "katedocument.h"#include <iostream>#include <QFile>#include <QScriptEngine>#include <QScriptValue>#include <QScriptContext>#include <kdebug.h>#include <klocale.h>Go to the source code of this file.
Namespaces | |
| namespace | Kate |
| namespace | Kate::Script |
Functions | |
| static void | cursorFromScriptValue (const QScriptValue &obj, KTextEditor::Cursor &cursor) |
| static QScriptValue | cursorToScriptValue (QScriptEngine *engine, const KTextEditor::Cursor &cursor) |
| QScriptValue | Kate::Script::debug (QScriptContext *context, QScriptEngine *engine) |
Function Documentation
| static void cursorFromScriptValue | ( | const QScriptValue & | obj, | |
| KTextEditor::Cursor & | cursor | |||
| ) | [static] |
Definition at line 47 of file katescript.cpp.
| static QScriptValue cursorToScriptValue | ( | QScriptEngine * | engine, | |
| const KTextEditor::Cursor & | cursor | |||
| ) | [static] |
This file is part of the KDE libraries Copyright (C) 2008 Paul Giannaros <paul@giannaros.org>.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) version 3.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. conversion functions
Definition at line 39 of file katescript.cpp.
KDE 4.3 API Reference