QSkinny 0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskHunspellTextPredictor Class Reference

Detailed Description

Definition at line 14 of file QskHunspellTextPredictor.h.

Inheritance diagram for QskHunspellTextPredictor:

Public Member Functions

 QskHunspellTextPredictor (const QLocale &locale, QObject *=nullptr)
 

Protected Member Functions

void request (const QString &) override
 
void reset () override
 
virtual QPair< QString, QString > affAndDicFile (const QString &, const QLocale &)
 
- Protected Member Functions inherited from QskTextPredictor
 QskTextPredictor (QObject *)
 

Additional Inherited Members

- Public Slots inherited from QskTextPredictor
- Signals inherited from QskTextPredictor
void predictionChanged (const QString &text, const QStringList &candidates)
 

Constructor & Destructor Documentation

◆ QskHunspellTextPredictor()

QskHunspellTextPredictor::QskHunspellTextPredictor ( const QLocale &  locale,
QObject *  object = nullptr 
)

Definition at line 98 of file QskHunspellTextPredictor.cpp.

◆ ~QskHunspellTextPredictor()

QskHunspellTextPredictor::~QskHunspellTextPredictor ( )
override

Definition at line 110 of file QskHunspellTextPredictor.cpp.

Member Function Documentation

◆ affAndDicFile()

QPair< QString, QString > QskHunspellTextPredictor::affAndDicFile ( const QString &  path,
const QLocale &  locale 
)
protectedvirtual

Definition at line 124 of file QskHunspellTextPredictor.cpp.

◆ request()

void QskHunspellTextPredictor::request ( const QString &  text)
overrideprotectedvirtual

Implements QskTextPredictor.

Definition at line 173 of file QskHunspellTextPredictor.cpp.

◆ reset()

void QskHunspellTextPredictor::reset ( )
overrideprotectedvirtual

Implements QskTextPredictor.

Definition at line 115 of file QskHunspellTextPredictor.cpp.