Maliit Plugins  0.92.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Private Attributes
Hunspell Class Reference

List of all members.

Public Member Functions

 Hunspell (const char *, const char *, const char *=NULL)
int add_dic (const char *, const char *=NULL)
char * get_dic_encoding ()
int spell (const char *, int *=NULL, char **=NULL)
int suggest (char ***lst, const char *)
void free_list (char ***, int)
int add (const char *)

Private Attributes

QByteArray encoding

Constructor & Destructor Documentation

Hunspell::Hunspell ( const char *  ,
const char *  ,
const char *  = NULL 
)
inline

Member Function Documentation

int Hunspell::add ( const char *  )
inline
int Hunspell::add_dic ( const char *  ,
const char *  = NULL 
)
inline
void Hunspell::free_list ( char ***  ,
int   
)
inline
char* Hunspell::get_dic_encoding ( )
inline
int Hunspell::spell ( const char *  ,
int *  = NULL,
char **  = NULL 
)
inline
int Hunspell::suggest ( char ***  lst,
const char *   
)
inline

Member Data Documentation

QByteArray Hunspell::encoding
private

The documentation for this class was generated from the following file: