• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • interfaces
 

interfaces

  • KTextEditor
  • UndoInterface
Public Member Functions | Protected Member Functions | Friends | List of all members
KTextEditor::UndoInterface Class Referenceabstract

#include <undointerface.h>

Public Member Functions

unsigned int undoInterfaceNumber () const
 
virtual void undo ()=0
 
virtual void redo ()=0
 
virtual void clearUndo ()=0
 
virtual void clearRedo ()=0
 
virtual unsigned int undoCount () const =0
 
virtual unsigned int redoCount () const =0
 
virtual unsigned int undoSteps () const =0
 
virtual void setUndoSteps (unsigned int steps)=0
 
virtual void undoChanged ()=0
 

Protected Member Functions

void setUndoInterfaceDCOPSuffix (const TQCString &suffix)
 

Friends

class PrivateUndoInterface
 

Detailed Description

This is an interface to undo functionality of a Document.

Definition at line 32 of file undointerface.h.

Constructor & Destructor Documentation

◆ UndoInterface()

UndoInterface::UndoInterface ( )

Definition at line 42 of file undointerface.cpp.

◆ ~UndoInterface()

UndoInterface::~UndoInterface ( )
virtual

Definition at line 52 of file undointerface.cpp.

Member Function Documentation

◆ setUndoInterfaceDCOPSuffix()

void UndoInterface::setUndoInterfaceDCOPSuffix ( const TQCString &  suffix)
protected

Definition at line 63 of file undointerface.cpp.

◆ undoInterfaceNumber()

unsigned int UndoInterface::undoInterfaceNumber ( ) const

Definition at line 58 of file undointerface.cpp.

◆ undoSteps()

virtual unsigned int KTextEditor::UndoInterface::undoSteps ( ) const
pure virtual

returns the maximum of undo steps possible, 0 means no limit !

Friends And Related Function Documentation

◆ PrivateUndoInterface

friend class PrivateUndoInterface
friend

Definition at line 34 of file undointerface.h.


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

interfaces

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

interfaces

Skip menu "interfaces"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces by doxygen 1.9.4
This website is maintained by Timothy Pearson.