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 | |
| KateScriptView (QObject *parent=0) | |
| Q_INVOKABLE void | clearSelection () |
| Q_INVOKABLE KTextEditor::Cursor | cursorPosition () |
| Q_INVOKABLE bool | hasSelection () |
| Q_INVOKABLE void | removeSelectedText () |
| Q_INVOKABLE void | selectAll () |
| Q_INVOKABLE QString | selectedText () |
| Q_INVOKABLE KTextEditor::Range | selection () |
| Q_INVOKABLE void | setCursorPosition (int line, int column) |
| Q_INVOKABLE void | setCursorPosition (const KTextEditor::Cursor &cursor) |
| Q_INVOKABLE void | setSelection (const KTextEditor::Range &range) |
| void | setView (KateView *view) |
| Q_INVOKABLE void | setVirtualCursorPosition (const KTextEditor::Cursor &cursor) |
| Q_INVOKABLE void | setVirtualCursorPosition (int line, int column) |
| KateView * | view () |
| Q_INVOKABLE KTextEditor::Cursor | virtualCursorPosition () |
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 43 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
| void KateScriptView::clearSelection | ( | ) |
Definition at line 104 of file katescriptview.cpp.
| KTextEditor::Cursor KateScriptView::cursorPosition | ( | ) |
Definition at line 43 of file katescriptview.cpp.
| bool KateScriptView::hasSelection | ( | ) |
Definition at line 79 of file katescriptview.cpp.
| void KateScriptView::removeSelectedText | ( | ) |
Definition at line 94 of file katescriptview.cpp.
| void KateScriptView::selectAll | ( | ) |
Definition at line 99 of file katescriptview.cpp.
| QString KateScriptView::selectedText | ( | ) |
Definition at line 74 of file katescriptview.cpp.
| KTextEditor::Range KateScriptView::selection | ( | ) |
Definition at line 84 of file katescriptview.cpp.
| void KateScriptView::setCursorPosition | ( | int | line, |
| int | column | ||
| ) |
| void KateScriptView::setCursorPosition | ( | const KTextEditor::Cursor & | cursor | ) |
Definition at line 54 of file katescriptview.cpp.
| void KateScriptView::setSelection | ( | const KTextEditor::Range & | range | ) |
Definition at line 89 of file katescriptview.cpp.
| void KateScriptView::setView | ( | KateView * | view | ) |
Definition at line 33 of file katescriptview.cpp.
| void KateScriptView::setVirtualCursorPosition | ( | const KTextEditor::Cursor & | cursor | ) |
Definition at line 69 of file katescriptview.cpp.
| void KateScriptView::setVirtualCursorPosition | ( | int | line, |
| int | column | ||
| ) |
Definition at line 64 of file katescriptview.cpp.
| KateView * KateScriptView::view | ( | ) |
Definition at line 38 of file katescriptview.cpp.
| KTextEditor::Cursor KateScriptView::virtualCursorPosition | ( | ) |
Definition at line 59 of file katescriptview.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference