selectioninterface.h
53 virtual bool setSelection ( unsigned int startLine, unsigned int startCol, unsigned int endLine, unsigned int endCol ) = 0;
This is an interface to text selection for the Document class.
Definition: selectioninterface.h:33
The View class represents a single view of a Document .
Definition: ktexteditor/view.h:32