KTextEditor::SelectionInterfaceExt Class Reference
Provide access to seleciton positions. More...
#include <selectioninterfaceext.h>
Public Methods | |
virtual int | selStartLine ()=0 |
The selection start line number. | |
virtual int | selStartCol ()=0 |
The selection start col. | |
virtual int | selEndLine ()=0 |
The selection end line. | |
virtual int | selEndCol ()=0 |
The selection end col. |
Detailed Description
Provide access to seleciton positions.This is an interface for the KTextEditor::Document class. Mainly here for dcop and the sake of scripting.
- Author:
- Anders Lund <anders@alweb.dk>
Definition at line 36 of file selectioninterfaceext.h.
Member Function Documentation
|
The selection start line number.
|
|
The selection start col.
|
|
The selection end line.
|
|
The selection end col.
|
The documentation for this class was generated from the following files: