KTextEditor::SelectionExtDCOPInterface Class Reference
DCOP interface for the SelectionInterfaceExt. More...
#include <selectionextdcopinterface.h>
Inheritance diagram for KTextEditor::SelectionExtDCOPInterface:


| DCOP Member Functions | |
| int | selStartLine () | 
| int | selStartCol () | 
| int | selEndLine () | 
| int | selEndCol () | 
| Public Member Functions | |
| SelectionExtDCOPInterface (SelectionInterfaceExt *parent, const char *name) | |
Detailed Description
DCOP interface for the SelectionInterfaceExt.
- Author:
- Anders Lund <anders@alweb.dk>
Definition at line 36 of file selectionextdcopinterface.h.
Member Function Documentation
| 
 | 
| The selection start line number. 
 Definition at line 96 of file selectioninterfaceext.cpp. | 
| 
 | 
| The selection start col. 
 Definition at line 101 of file selectioninterfaceext.cpp. | 
| 
 | 
| The selection end line. 
 Definition at line 106 of file selectioninterfaceext.cpp. | 
| 
 | 
| The selection end col. 
 Definition at line 111 of file selectioninterfaceext.cpp. | 
The documentation for this class was generated from the following files:

