Kate
KateScriptView Class Reference
Thinish wrapping around KateView, exposing the methods we want exposed and adding some helper methods. More...
#include <katescriptview.h>

Public Member Functions | |
Q_INVOKABLE KTextEditor::Cursor | cursorPosition () |
KateScriptView (QObject *parent=0) | |
void | setView (KateView *view) |
KateView * | view () |
Detailed Description
Thinish wrapping around KateView, exposing the methods we want exposed and adding some helper methods.
We inherit from QScriptable to have more thight access to the scripting engine.
setView _must_ be called before using any other method. This is not checked for the sake of speed.
Definition at line 40 of file katescriptview.h.
Constructor & Destructor Documentation
KateScriptView::KateScriptView | ( | QObject * | parent = 0 |
) |
Properties are accessible with a nicer syntax from JavaScript.
This file is part of the KDE libraries Copyright (C) 2008 Paul Giannaros <paul@giannaros.org> Copyright (C) 2008 Christoph Cullmann <cullmann@kde.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.
Definition at line 28 of file katescriptview.cpp.
Member Function Documentation
KTextEditor::Cursor KateScriptView::cursorPosition | ( | ) |
Definition at line 43 of file katescriptview.cpp.
void KateScriptView::setView | ( | KateView * | view | ) |
Definition at line 33 of file katescriptview.cpp.
KateView * KateScriptView::view | ( | ) |
Definition at line 38 of file katescriptview.cpp.
The documentation for this class was generated from the following files: