LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
ispellcheckprovider.h File Reference
#include <memory>
#include <QtPlugin>
+ Include dependency graph for ispellcheckprovider.h:

Go to the source code of this file.

Classes

class  ISpellChecker
 An instance of a spell checker. More...
 
class  ISpellCheckProvider
 Interface for plugins providing spell checker capabilities. More...
 

Typedefs

using ISpellChecker_ptr = std::shared_ptr<ISpellChecker>
 A shared pointer to an ISpellChecker instance.
 

Typedef Documentation

◆ ISpellChecker_ptr

using ISpellChecker_ptr = std::shared_ptr<ISpellChecker>

A shared pointer to an ISpellChecker instance.

Definition at line 75 of file ispellcheckprovider.h.