LeechCraft  0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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. More...
 

Functions

 Q_DECLARE_INTERFACE (ISpellChecker,"org.LeechCraft.ISpellChecker/1.0")
 
 Q_DECLARE_INTERFACE (ISpellCheckProvider,"org.LeechCraft.ISpellCheckProvider/1.0")
 

Typedef Documentation

using ISpellChecker_ptr = std::shared_ptr<ISpellChecker>

A shared pointer to an ISpellChecker instance.

Definition at line 96 of file ispellcheckprovider.h.

Function Documentation

Q_DECLARE_INTERFACE ( ISpellChecker  ,
"org.LeechCraft.ISpellChecker/1.0"   
)
Q_DECLARE_INTERFACE ( ISpellCheckProvider  ,
"org.LeechCraft.ISpellCheckProvider/1.0"   
)