class UndoDCOPInterface

DCOP interface to UndoInterface. More...

Full nameKTextEditor::UndoDCOPInterface
Definition#include <undodcopinterface.h>
InheritsDCOPObject (dcop) [virtual public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This is the main interface to the UndoInterface of KTextEdit. This will provide a consistant dcop interface to all KDE applications that use it.

 UndoDCOPInterface ( UndoInterface *Parent, const char *name )

UndoDCOPInterface

Construct a new interface object for the text editor.

Parameters:
ParentUndoInterface- The parent UndoInterface object that will provide us with the functions for the interface.

 ~UndoDCOPInterface ()

~UndoDCOPInterface

[virtual]

Destructor Cleans up the object.