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

interfaces/tdetexteditor

  • interfaces
  • tdetexteditor
undodcopinterface.h
1 #ifndef Undo_DCOP_INTERFACE_H
2 #define Undo_DCOP_INTERFACE_H
3 
4 #include <dcopobject.h>
5 #include <dcopref.h>
6 #include <tqstringlist.h>
7 #include <tqcstring.h>
8 //#include "editdcopinterface.moc"
9 namespace KTextEditor
10 {
11  class UndoInterface;
18  class KTEXTEDITOR_EXPORT UndoDCOPInterface : virtual public DCOPObject
19  {
20  K_DCOP
21 
22  public:
29  UndoDCOPInterface( UndoInterface *Parent, const char *name );
34  virtual ~UndoDCOPInterface();
35  k_dcop:
36  uint undoInterfaceNumber ();
37  void undo ();
38  void redo () ;
39  void clearUndo () ;
40  void clearRedo () ;
41  uint undoCount () ;
42  uint redoCount ();
43  uint undoSteps () ;
44  void setUndoSteps ( uint steps );
45  void undoChanged ();
46 
47 
48  private:
49  UndoInterface *m_parent;
50  };
51 }
52 #endif
53 
54 
KTextEditor::UndoDCOPInterface
This is the main interface to the UndoInterface of KTextEdit.
Definition: undodcopinterface.h:18
KTextEditor::UndoInterface
This is an interface to undo functionality of a Document.
Definition: undointerface.h:32
KTextEditor
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:9

interfaces/tdetexteditor

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

interfaces/tdetexteditor

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