kiten/lib
#include <linearedictfile.h>
Public Member Functions | |
LinearEdictFile () | |
~LinearEdictFile () | |
QVector< QString > | findMatches (const QString &searchString) const |
bool | loadFile (const QString &filename) |
bool | valid () const |
Detailed Description
A class for managing the EDICT formatted dictionaries with their dictionary files.
This class is not really designed for subclassing.
Definition at line 33 of file linearedictfile.h.
Constructor & Destructor Documentation
LinearEdictFile::LinearEdictFile | ( | ) |
Create and initialize this object.
Definition at line 33 of file linearedictfile.cpp.
LinearEdictFile::~LinearEdictFile | ( | ) |
Definition at line 38 of file linearedictfile.cpp.
Member Function Documentation
Get everything that looks remotely like a given search string.
Definition at line 45 of file linearedictfile.cpp.
bool LinearEdictFile::loadFile | ( | const QString & | filename | ) |
Load a file, generate the index if it doesn't already exist.
Definition at line 59 of file linearedictfile.cpp.
bool LinearEdictFile::valid | ( | ) | const |
Test if the file was properly loaded.
Definition at line 91 of file linearedictfile.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.