![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
Interface for plugins providing spell checker capabilities. More...
#include "ispellcheckprovider.h"
Public Member Functions | |
virtual ISpellChecker_ptr | CreateSpellchecker ()=0 |
Requests a new spellchecker. More... | |
Protected Member Functions | |
virtual | ~ISpellCheckProvider () |
Interface for plugins providing spell checker capabilities.
This interface itself does not expose anything for spell checking. Instead, a spell checker instance should be requested via CreateSpellchecker().
Plugins implementing this interface have their own options for languages, locales and so on. Thus, this interface offers no way to tune these parameters.
Definition at line 110 of file ispellcheckprovider.h.
|
inlineprotectedvirtual |
Definition at line 113 of file ispellcheckprovider.h.
|
pure virtual |