Kate
spellingmenu.h
Go to the documentation of this file.
void addCurrentWordToDictionary()
Definition: spellingmenu.cpp:205
KTextEditor::MovingRange * m_currentMisspelledRange
Definition: spellingmenu.h:68
void createActions(KActionCollection *ac)
Definition: spellingmenu.cpp:95
void rangeDeleted(KTextEditor::MovingRange *range)
Definition: spellingmenu.cpp:147
KAction * m_addToDictionaryAction
Definition: spellingmenu.h:66
KTextEditor::MovingRange * m_currentMouseMisspelledRange
Definition: spellingmenu.h:69
QSignalMapper * m_suggestionsSignalMapper
Definition: spellingmenu.h:73
void populateSuggestionsMenu()
Definition: spellingmenu.cpp:172
bool m_useMouseForMisspelledRange
Definition: spellingmenu.h:71
Definition: spellingmenu.h:40
void caretEnteredMisspelledRange(KTextEditor::MovingRange *range)
Definition: spellingmenu.cpp:112
Definition: kateview.h:78
KTextEditor::MovingRange * m_currentCaretMisspelledRange
Definition: spellingmenu.h:70
Definition: katedocument.h:74
void mouseExitedMisspelledRange(KTextEditor::MovingRange *range)
Definition: spellingmenu.cpp:139
KActionMenu * m_spellingMenuAction
Definition: spellingmenu.h:65
void caretExitedMisspelledRange(KTextEditor::MovingRange *range)
Definition: spellingmenu.cpp:122
void setUseMouseForMisspelledRange(bool b)
This method has to be called before the menu is shown in response to a context menu event...
Definition: spellingmenu.cpp:161
void replaceWordBySuggestion(const QString &suggestion)
Definition: spellingmenu.cpp:199
void mouseEnteredMisspelledRange(KTextEditor::MovingRange *range)
Definition: spellingmenu.cpp:131
Definition: ontheflycheck.h:40
This file is part of the KDE documentation.
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
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.