class SelectionInterface


Contains pure virtuals
Full nameKTextEditor::SelectionInterface
Definition#include <selectioninterface.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

 SelectionInterface ()

SelectionInterface

 ~SelectionInterface ()

~SelectionInterface

[virtual]

unsigned int  selectionInterfaceNumber ()

selectionInterfaceNumber

[const]

bool  setSelection ( unsigned int startLine, unsigned int startCol, unsigned int endLine, unsigned int endCol )

setSelection

[pure virtual]

Returns: set the selection from line_start,col_start to line_end,col_end

bool  clearSelection ()

clearSelection

[pure virtual]

removes the current Selection (not Text)

bool  hasSelection ()

hasSelection

[const pure virtual]

Returns: true if there is a selection

QString  selection ()

selection

[const pure virtual]

Returns: a QString for the selected text

bool  removeSelectedText ()

removeSelectedText

[pure virtual]

removes the selected Text

bool  selectAll ()

selectAll

[pure virtual]

select the whole text

void  selectionChanged ()

selectionChanged

[pure virtual]


Generated by: dfaure on faure on Tue Apr 16 08:51:19 2002, using kdoc 2.0a53.