KTextEditor Namespace Reference
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::TemplateInterface |
This is an interface for inserting template strings with user editable fields into a document. 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::VariableInterface |
This interface is designed to provide access to "document variables", for example variables defined in files like "kate: variable value;" or the emacs style "-*- variable: value -*-". KTextEditor interface to Document Variables. 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 | |
KTEXTEDITOR_EXPORT BlockSelectionInterface * | blockSelectionInterface (class Document *doc) |
KTEXTEDITOR_EXPORT ClipboardInterface * | clipboardInterface (class View *view) |
KTEXTEDITOR_EXPORT CodeCompletionInterface * | codeCompletionInterface (class View *view) |
KTEXTEDITOR_EXPORT ConfigInterface * | configInterface (Document *doc) |
KTEXTEDITOR_EXPORT ConfigInterface * | configInterface (Plugin *plugin) |
KTEXTEDITOR_EXPORT ConfigInterfaceExtension * | configInterfaceExtension (Document *doc) |
KTEXTEDITOR_EXPORT ConfigInterfaceExtension * | configInterfaceExtension (Plugin *plugin) |
KTEXTEDITOR_EXPORT CursorInterface * | cursorInterface (class Document *doc) |
KTEXTEDITOR_EXPORT Document * | createDocument (const char *libname, QObject *parent=0, const char *name=0) |
KTEXTEDITOR_EXPORT DynWordWrapInterface * | dynWordWrapInterface (class View *view) |
KTEXTEDITOR_EXPORT EditInterface * | editInterface (class Document *doc) |
KTEXTEDITOR_EXPORT EditInterfaceExt * | editInterfaceExt (class Document *doc) |
KTEXTEDITOR_EXPORT Editor * | createEditor (const char *libname, QWidget *parentWidget=0, const char *widgetName=0, QObject *parent=0, const char *name=0) |
KTEXTEDITOR_EXPORT EncodingInterface * | encodingInterface (class Document *doc) |
KTEXTEDITOR_EXPORT HighlightingInterface * | highlightingInterface (class Document *doc) |
KTEXTEDITOR_EXPORT MarkInterface * | markInterface (class Document *doc) |
KTEXTEDITOR_EXPORT MarkInterfaceExtension * | markInterfaceExtension (class Document *doc) |
KTEXTEDITOR_EXPORT Plugin * | createPlugin (const char *libname, Document *document=0, const char *name=0) |
KTEXTEDITOR_EXPORT PluginViewInterface * | pluginViewInterface (Plugin *plugin) |
KTEXTEDITOR_EXPORT PopupMenuInterface * | popupMenuInterface (class View *view) |
KTEXTEDITOR_EXPORT PrintInterface * | printInterface (class Document *doc) |
KTEXTEDITOR_EXPORT SearchInterface * | searchInterface (class Document *doc) |
KTEXTEDITOR_EXPORT SelectionInterface * | selectionInterface (Document *doc) |
KTEXTEDITOR_EXPORT SelectionInterface * | selectionInterface (View *view) |
KTEXTEDITOR_EXPORT SelectionInterfaceExt * | selectionInterfaceExt (Document *doc) |
KTEXTEDITOR_EXPORT SelectionInterfaceExt * | selectionInterfaceExt (View *view) |
KTEXTEDITOR_EXPORT SessionConfigInterface * | sessionConfigInterface (class Document *doc) |
KTEXTEDITOR_EXPORT SessionConfigInterface * | sessionConfigInterface (class View *view) |
KTEXTEDITOR_EXPORT SessionConfigInterface * | sessionConfigInterface (class Plugin *plugin) |
KTEXTEDITOR_EXPORT TemplateInterface * | templateInterface (Document *doc) |
TextHintInterface * | textHintInterface (View *view) |
KTEXTEDITOR_EXPORT UndoInterface * | undoInterface (class Document *doc) |
KTEXTEDITOR_EXPORT VariableInterface * | variableInterface (class Document *) |
KTEXTEDITOR_EXPORT ViewCursorInterface * | viewCursorInterface (class View *view) |
KTEXTEDITOR_EXPORT ViewStatusMsgInterface * | viewStatusMsgInterface (class View *view) |
KTEXTEDITOR_EXPORT WordWrapInterface * | wordWrapInterface (class Document *doc) |
Variables | |
const char *const | BlockSelectionDCOPInterface_ftable [5][3] |
const int | BlockSelectionDCOPInterface_ftable_hiddens [4] |
const char *const | ClipboardDCOPInterface_ftable [4][3] |
const int | ClipboardDCOPInterface_ftable_hiddens [3] |
const char *const | DocumentInfoDCOPInterface_ftable [5][3] |
const int | DocumentInfoDCOPInterface_ftable_hiddens [4] |
const int | EditDCOPInterface_fhash = 11 |
const char *const | EditDCOPInterface_ftable [10][3] |
const int | EditDCOPInterface_ftable_hiddens [9] |
const char *const | EncodingDCOPInterface_ftable [4][3] |
const int | EncodingDCOPInterface_ftable_hiddens [3] |
const char *const | PrintDCOPInterface_ftable [4][3] |
const int | PrintDCOPInterface_ftable_hiddens [3] |
const int | SearchDCOPInterface_fhash = 17 |
const char *const | SearchDCOPInterface_ftable [14][3] |
const int | SearchDCOPInterface_ftable_hiddens [13] |
const char *const | SelectionDCOPInterface_ftable [7][3] |
const int | SelectionDCOPInterface_ftable_hiddens [6] |
const char *const | SelectionExtDCOPInterface_ftable [5][3] |
const int | SelectionExtDCOPInterface_ftable_hiddens [4] |
const int | UndoDCOPInterface_fhash = 11 |
const char *const | UndoDCOPInterface_ftable [11][3] |
const int | UndoDCOPInterface_ftable_hiddens [10] |
const int | ViewCursorDCOPInterface_fhash = 11 |
const char *const | ViewCursorDCOPInterface_ftable [11][3] |
const int | ViewCursorDCOPInterface_ftable_hiddens [10] |
const char *const | ViewStatusMsgDCOPInterface_ftable [3][3] |
const int | ViewStatusMsgDCOPInterface_ftable_hiddens [2] |
Detailed Description
KTextEditor is KDE's standard text editing KPart interface.Function Documentation
|
Access the block selection interface of document.
Definition at line 68 of file blockselectioninterface.cpp. |
Variable Documentation
|
Initial value:
Definition at line 15 of file blockselectiondcopinterface_skel.cpp. |
|
Initial value:
Definition at line 22 of file blockselectiondcopinterface_skel.cpp. |
|
Initial value:
Definition at line 15 of file clipboarddcopinterface_skel.cpp. |
|
Initial value:
Definition at line 21 of file clipboarddcopinterface_skel.cpp. |
|
Initial value:
Definition at line 15 of file documentdcopinfo_skel.cpp. |
|
Initial value:
Definition at line 22 of file documentdcopinfo_skel.cpp. |
|
Initial value:
Definition at line 17 of file editdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 29 of file editdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 15 of file encodingdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 21 of file encodingdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 15 of file printdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 21 of file printdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 17 of file searchdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 33 of file searchdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 15 of file selectiondcopinterface_skel.cpp. |
|
Initial value:
Definition at line 24 of file selectiondcopinterface_skel.cpp. |
|
Initial value:
Definition at line 15 of file selectionextdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 22 of file selectionextdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 17 of file undodcopinterface_skel.cpp. |
|
Initial value:
Definition at line 30 of file undodcopinterface_skel.cpp. |
|
Initial value:
Definition at line 17 of file viewcursordcopinterface_skel.cpp. |
|
Initial value:
Definition at line 30 of file viewcursordcopinterface_skel.cpp. |
|
Initial value:
Definition at line 15 of file viewstatusmsgdcopinterface_skel.cpp. |
|
Initial value:
Definition at line 20 of file viewstatusmsgdcopinterface_skel.cpp. |