|
|
A simple text editor for the KDE project.
|
The usual constructor.
|
enum |
Search directions.
void |
Insert text from the text stream into the edit widget.
void |
Save text from the edit widget to a text stream.
QString |
Retrieve the currently marked text.
void |
Let the user select a font and set the font of the textwidget to that selected font.
void |
Present a search dialog to the user
bool |
Repeat the last search specified on the search dialog.
If the user hasn't searched for anything until now, this method will simply return without doing anything.
Returns: true
if a search was done. false
if no search was done.
void |
Present a Search and Replace Dialog to the user.
void |
Present a "Goto Line" dialog to the user.
void |
Clean up redundant whitespace from selected text.
bool |
Returns: true
if the document has been modified.
void |
Set the modification status of the document.
true
= Modified, false
= UNMODIFIED.
This can be used to test whether the document needs to be saved.
void |
Install a context menu for KEdit.
The Popup Menu will be activated on a right mouse button press event.
int |
Retrieve the current line number.
The current line is the line the cursor is on.
int |
Retrieve the actual column number the cursor is on.
This call differs from QMultiLineEdit::getCursorPosition() in that it returns the actual cursor position and not the character position. Use currentLine() and currentColumn() if you want to display the current line or column in the status bar for example.
void |
Start spellchecking mode.
void |
Exit spellchecking mode.
void |
Allow the user to toggle between insert mode and overwrite mode with the "Insert" key. See also toggle_overwrite_signal();
The default is false: the user can not toggle.
void |
[signal]
This signal is emitted if the user dropped a URL over the text editor QMultiLineEdit widget.
Note that the user can drop also Text on it, but this is already handled internally by QMultiLineEdit.
void |
[signal]
This signal is emitted whenever the cursor position changes.
Use this in conjunction with currentLine(), currentColumn() if you need to know the cursor position.
void |
[signal]
This signal is emitted if the user toggles from insert to overwrite mode or vice versa.
The user can do so by pressing the "Insert" button on a PC keyboard.
This feature must be activated by calling setOverwriteEnabled(true) first.
int |
[protected: ]
int |
[protected: ]
void |
[protected: ]
Sets line and col to the position pos, considering word wrap.
bool |
[protected: ]
void |
[protected: ]
void |
[protected: ]
void |
[protected: ]
void |
[protected: ]
void |
[protected: ]
void |
[protected: ]
void |
[protected: ]