interfaces Library API Documentation

KTextEditor is KDE's standard text editing KPart interface. More...


Classes

class  KTextEditor::BlockSelectionDCOPInterface
 This is the main interface to the BlockSelectionInterface of KTextEditor. DCOP interface to BlockSelectionInterface. More...
class  KTextEditor::BlockSelectionInterface
 An interface for the Document class which allows the selection method to be changed between selecting rectangular blocks of text and normal mode (all text between the start cursor and the current cursor). More...
class  KTextEditor::ClipboardDCOPInterface
 This is the main interface to the ClipboardInterface of KTextEdit. DCOP interface to ClipboardInterface. More...
class  KTextEditor::ClipboardInterface
 This is an interface for accessing the clipboard through the View class. More...
class  KTextEditor::CompletionEntry
 An item for the completion popup. More...
class  KTextEditor::CodeCompletionInterface
 This is an interface for the KTextEditor::View class. More...
class  KTextEditor::ConfigInterface
 This is an interface for accessing the configuration of the Document and Plugin classes. More...
class  KTextEditor::ConfigInterfaceExtension
 This is an interface to extend the configuration of the Document, Plugin and PluginViewInterface classes. More...
class  KTextEditor::Cursor
 This class represents a text cursor. More...
class  KTextEditor::CursorInterface
 This is an interface for accessing the cursor of the Document class. More...
class  KTextEditor::Document
 The main class representing a text document. More...
class  KTextEditor::DocumentInfoDCOPInterface
 This is the main interface to the DocumentInfoInterface of KTextEdit. DCOP interface to DocumentInfoInterface. More...
class  KTextEditor::DocumentInfoInterface
 This is an interface for accessing information about files open in the Document, Plugin and PluginViewInterface classes. More...
class  KTextEditor::DynWordWrapInterface
 This is an interface for accessing dynamic word wrapping functionality of the View class. More...
class  KTextEditor::EditDCOPInterface
 This is the main interface to the EditInterface of KTextEdit. DCOP interface to EditInterface. More...
class  KTextEditor::EditInterface
 This is the main interface for accessing and modifying text of the Document class. More...
class  KTextEditor::EditInterfaceExt
 This is the main interface for accessing and modifying text of the Document class. More...
class  KTextEditor::Editor
 This is a simplfied version of the Document & View classes Usage: Load it, merge it's gui + be happy Extensibility: Use the Document / View classes if you want advanced features, interfaces, etc. More...
class  KTextEditor::EncodingDCOPInterface
 This is the main interface to the EncodingInterface of KTextEdit. DCOP interface to EncodingInterface. More...
class  KTextEditor::EncodingInterface
 This is an interface to the text encoding of a Document class. More...
class  KTextEditor::HighlightingInterface
 This is an interface for syntax highlighting of a Document. More...
class  KTextEditor::MarkInterface
 This is an interface to enable marks to be made in the iconborder of the Document class. More...
class  KTextEditor::MarkInterfaceExtension
 This is an interface for custom extensions of the MarkInterface. More...
class  KTextEditor::Plugin
 Basic KTextEditor plugin class. More...
class  KTextEditor::PluginViewInterface
 View plugin class. More...
class  KTextEditor::PopupMenuInterface
 This is an interface to provide custom popup menus for a View. More...
class  KTextEditor::PrintDCOPInterface
 This is the main interface to the PrintInterface of KTextEdit. DCOP interface to PrintInterface. More...
class  KTextEditor::PrintInterface
 This is an interface to printing functions of a Document. More...
class  KTextEditor::SearchDCOPInterface
 This is the main interface to the SearchInterface of KTextEdit. DCOP interface to SearchInterface. More...
class  KTextEditor::SearchInterface
 This is an interface to allow searching of a Document. More...
class  KTextEditor::SelectionDCOPInterface
 This is the main interface to the SelectionInterface of KTextEdit. DCOP interface to SelectionInterface. More...
class  KTextEditor::SelectionExtDCOPInterface
 DCOP interface for the SelectionInterfaceExt. More...
class  KTextEditor::SelectionInterface
 This is an interface to text selection for the Document class. More...
class  KTextEditor::SelectionInterfaceExt
 Provide access to seleciton positions. More...
class  KTextEditor::SessionConfigInterface
 This is an interface to session-specific configuration of the Document, Plugin and PluginViewInterface classes. More...
class  KTextEditor::TextHintInterface
 This is an interface for the KTextEditor::View class. More...
class  KTextEditor::UndoDCOPInterface
 This is the main interface to the UndoInterface of KTextEdit. DCOP interface to UndoInterface. More...
class  KTextEditor::UndoInterface
 This is an interface to undo functionality of a Document. More...
class  KTextEditor::View
 The View class represents a single view of a Document . More...
class  KTextEditor::ViewCursorDCOPInterface
 This is the main interface to the ViewCursorInterface of KTextEdit. DCOP interface to ViewCursorInterface. More...
class  KTextEditor::ViewCursorInterface
 This is an interface to access the text cursor of a View class. More...
class  KTextEditor::ViewStatusMsgDCOPInterface
 This is the main interface to the ViewStatusMsgInterface of KTextEdit. DCOP interface to ViewStatusMsgInterface. More...
class  KTextEditor::ViewStatusMsgInterface
 This is an interface for retrieving status bar messages from the Document class. More...
class  KTextEditor::WordWrapInterface
 This is an interface to control fixed-column word-wrapping of a Document. More...

Functions

BlockSelectionInterfaceblockSelectionInterface (class Document *doc)
ClipboardInterfaceclipboardInterface (class View *view)
CodeCompletionInterfacecodeCompletionInterface (class View *view)
ConfigInterfaceconfigInterface (Document *doc)
ConfigInterfaceconfigInterface (Plugin *plugin)
ConfigInterfaceExtensionconfigInterfaceExtension (Document *doc)
ConfigInterfaceExtensionconfigInterfaceExtension (Plugin *plugin)
CursorInterfacecursorInterface (class Document *doc)
DocumentcreateDocument (const char *libname, QObject *parent=0, const char *name=0)
DynWordWrapInterfacedynWordWrapInterface (class View *view)
EditInterfaceeditInterface (class Document *doc)
EditInterfaceExteditInterfaceExt (class Document *doc)
EditorcreateEditor (const char *libname, QWidget *parentWidget=0, const char *widgetName=0, QObject *parent=0, const char *name=0)
EncodingInterfaceencodingInterface (class Document *doc)
HighlightingInterfacehighlightingInterface (class Document *doc)
MarkInterfacemarkInterface (class Document *doc)
MarkInterfaceExtensionmarkInterfaceExtension (class Document *doc)
PlugincreatePlugin (const char *libname, Document *document=0, const char *name=0)
PluginViewInterfacepluginViewInterface (Plugin *plugin)
PopupMenuInterfacepopupMenuInterface (class View *view)
PrintInterfaceprintInterface (class Document *doc)
SearchInterfacesearchInterface (class Document *doc)
SelectionInterfaceselectionInterface (Document *doc)
SelectionInterfaceselectionInterface (View *view)
SelectionInterfaceExtselectionInterfaceExt (Document *doc)
SelectionInterfaceExtselectionInterfaceExt (View *view)
SessionConfigInterfacesessionConfigInterface (class Document *doc)
SessionConfigInterfacesessionConfigInterface (class View *view)
SessionConfigInterfacesessionConfigInterface (class Plugin *plugin)
TextHintInterfacetextHintInterface (View *view)
UndoInterfaceundoInterface (class Document *doc)
ViewCursorInterfaceviewCursorInterface (class View *view)
ViewStatusMsgInterfaceviewStatusMsgInterface (class View *view)
WordWrapInterfacewordWrapInterface (class Document *doc)


Detailed Description

KTextEditor is KDE's standard text editing KPart interface.

Function Documentation

BlockSelectionInterface * KTextEditor::blockSelectionInterface class Document doc  ) 
 

Access the block selection interface of document.

Parameters:
doc 
Definition at line 68 of file blockselectioninterface.cpp.

KDE Logo
This file is part of the documentation for interfaces Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Aug 30 22:55:39 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003