interfaces Library API Documentation

KTextEditor::SelectionInterfaceExt Class Reference

Provide access to seleciton positions. More...

#include <selectioninterfaceext.h>

List of all members.

Public Member Functions

unsigned int selectionInterfaceExtNumber () const
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.


Protected Member Functions

void setSelectionInterfaceExtDCOPSuffix (const QCString &suffix)

Friends

class PrivateSelectionInterfaceExt


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

virtual int KTextEditor::SelectionInterfaceExt::selStartLine  )  [pure virtual]
 

The selection start line number.

virtual int KTextEditor::SelectionInterfaceExt::selStartCol  )  [pure virtual]
 

The selection start col.

virtual int KTextEditor::SelectionInterfaceExt::selEndLine  )  [pure virtual]
 

The selection end line.

virtual int KTextEditor::SelectionInterfaceExt::selEndCol  )  [pure virtual]
 

The selection end col.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 13:30:59 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001