kexi
KexiEditor Class Reference
#include <kexieditor.h>
Inheritance diagram for KexiEditor:

Detailed Description
An text editor view that uses both KTextEditor and KTextEdit.It is used for SQL and script editor.
Definition at line 39 of file kexieditor.h.
Public Slots | |
| void | setText (const QString &text) |
| void | slotConfigureEditor () |
Signals | |
| void | textChanged () |
Public Member Functions | |
| KexiEditor (KexiMainWindow *mainWin, QWidget *parent, const char *name=0) | |
| virtual | ~KexiEditor () |
| QString | text () |
| void | setHighlightMode (const QString &highlightmodename) |
| void | jump (int character) |
| void | setCursorPosition (int line, int col) |
| void | clearUndoRedo () |
Static Public Member Functions | |
| static bool | isAdvancedEditor () |
Protected Member Functions | |
| virtual void | updateActions (bool activated) |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Constructor.
Definition at line 84 of file kexieditor.cpp. |
|
|
Destructor.
Definition at line 129 of file kexieditor.cpp. |
Member Function Documentation
|
|
Clear all remembered undo/redo-actions. Only avaiable if isAdvancedEditor returns true. Definition at line 245 of file kexieditor.cpp. |
|
|
Definition at line 138 of file kexieditor.cpp. |
|
|
Find row and column for this
Definition at line 202 of file kexieditor.cpp. |
|
||||||||||||
|
Set the cursor position to
Definition at line 235 of file kexieditor.cpp. |
|
|
Set the highlight-mode to
If isAdvancedEditor returns false (KTextEdit is used rather then KTextEditor), then the method just does nothing. The Definition at line 175 of file kexieditor.cpp. |
|
|
Sets editor's text to text. 'Dirty' flag remains unchanged. Definition at line 159 of file kexieditor.cpp. |
|
|
Display the configuration-dialog. Only avaiable if isAdvancedEditor() returns true. Definition at line 191 of file kexieditor.cpp. |
|
|
Definition at line 147 of file kexieditor.cpp. |
|
|
Emitted if the text displayed in the editor changed. |
|
|
Update the actions. This call is redirected to KexiViewBase::updateActions Reimplemented from KexiViewBase. Definition at line 133 of file kexieditor.cpp. |
The documentation for this class was generated from the following files:

