Kate
#include <spellingmenu.h>
Public Slots | |
void | setEnabled (bool b) |
void | setVisible (bool b) |
Public Member Functions | |
KateSpellingMenu (KateView *view) | |
virtual | ~KateSpellingMenu () |
void | createActions (KActionCollection *ac) |
bool | isEnabled () const |
void | setUseMouseForMisspelledRange (bool b) |
Protected Slots | |
void | addCurrentWordToDictionary () |
void | ignoreCurrentWord () |
void | populateSuggestionsMenu () |
void | replaceWordBySuggestion (const QString &suggestion) |
Protected Member Functions | |
void | caretEnteredMisspelledRange (KTextEditor::MovingRange *range) |
void | caretExitedMisspelledRange (KTextEditor::MovingRange *range) |
void | mouseEnteredMisspelledRange (KTextEditor::MovingRange *range) |
void | mouseExitedMisspelledRange (KTextEditor::MovingRange *range) |
void | rangeDeleted (KTextEditor::MovingRange *range) |
Detailed Description
Definition at line 40 of file spellingmenu.h.
Constructor & Destructor Documentation
KateSpellingMenu::KateSpellingMenu | ( | KateView * | view | ) |
Definition at line 31 of file spellingmenu.cpp.
|
virtual |
Definition at line 51 of file spellingmenu.cpp.
Member Function Documentation
|
protectedslot |
Definition at line 205 of file spellingmenu.cpp.
|
protected |
Definition at line 112 of file spellingmenu.cpp.
|
protected |
Definition at line 122 of file spellingmenu.cpp.
void KateSpellingMenu::createActions | ( | KActionCollection * | ac | ) |
Definition at line 95 of file spellingmenu.cpp.
|
protectedslot |
Definition at line 216 of file spellingmenu.cpp.
bool KateSpellingMenu::isEnabled | ( | ) | const |
Definition at line 61 of file spellingmenu.cpp.
|
protected |
Definition at line 131 of file spellingmenu.cpp.
|
protected |
Definition at line 139 of file spellingmenu.cpp.
|
protectedslot |
Definition at line 172 of file spellingmenu.cpp.
|
protected |
Definition at line 147 of file spellingmenu.cpp.
|
protectedslot |
Definition at line 199 of file spellingmenu.cpp.
|
slot |
Definition at line 69 of file spellingmenu.cpp.
void KateSpellingMenu::setUseMouseForMisspelledRange | ( | bool | b | ) |
This method has to be called before the menu is shown in response to a context menu event.
It will trigger that the misspelled range located under the mouse pointer is considered for the spelling suggestions.
Definition at line 161 of file spellingmenu.cpp.
|
slot |
Definition at line 82 of file spellingmenu.cpp.
Member Data Documentation
|
protected |
Definition at line 66 of file spellingmenu.h.
|
protected |
Definition at line 70 of file spellingmenu.h.
|
protected |
Definition at line 68 of file spellingmenu.h.
|
protected |
Definition at line 69 of file spellingmenu.h.
|
protected |
Definition at line 72 of file spellingmenu.h.
|
protected |
Definition at line 66 of file spellingmenu.h.
|
protected |
Definition at line 67 of file spellingmenu.h.
|
protected |
Definition at line 65 of file spellingmenu.h.
|
protected |
Definition at line 73 of file spellingmenu.h.
|
protected |
Definition at line 71 of file spellingmenu.h.
|
protected |
Definition at line 64 of file spellingmenu.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.