• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

interfaces

KTextEditor::EditInterfaceExt

KTextEditor::EditInterfaceExt Class Reference

This is the main interface for accessing and modifying text of the Document class. More...

#include <editinterfaceext.h>

List of all members.


Public Member Functions

virtual void editBegin ()=0
virtual void editEnd ()=0
 EditInterfaceExt ()
uint editInterfaceExtNumber () const
virtual ~EditInterfaceExt ()

Detailed Description

This is the main interface for accessing and modifying text of the Document class.

Definition at line 34 of file editinterfaceext.h.


Constructor & Destructor Documentation

EditInterfaceExt::EditInterfaceExt (  ) 

Definition at line 27 of file editinterfaceext.cpp.

EditInterfaceExt::~EditInterfaceExt (  )  [virtual]

Definition at line 34 of file editinterfaceext.cpp.


Member Function Documentation

virtual void KTextEditor::EditInterfaceExt::editBegin (  )  [pure virtual]

Begin an editing sequence.

Edit commands during this sequence will be bunched together such that they represent a single undo command in the editor, and so that repaint events do not occur inbetween.

Your application should not return control to the event loop while it has an unterminated (no matching editEnd() call) editing sequence (result undefined) - so do all of your work in one go...

virtual void KTextEditor::EditInterfaceExt::editEnd (  )  [pure virtual]

End and editing sequence.

uint EditInterfaceExt::editInterfaceExtNumber (  )  const

Definition at line 38 of file editinterfaceext.cpp.


The documentation for this class was generated from the following files:
  • editinterfaceext.h
  • editinterfaceext.cpp

interfaces

Skip menu "interfaces"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal