kiten/lib
#include <indexededictfile.h>
Public Member Functions | |
IndexedEdictFile () | |
~IndexedEdictFile () | |
QVector< QString > | findMatches (const QString &query) 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 40 of file indexededictfile.h.
Constructor & Destructor Documentation
IndexedEdictFile::IndexedEdictFile | ( | ) |
Create and initialize this object.
Definition at line 38 of file indexededictfile.cpp.
IndexedEdictFile::~IndexedEdictFile | ( | ) |
Definition at line 45 of file indexededictfile.cpp.
Member Function Documentation
Get everything that looks remotely like a given search string.
Definition at line 181 of file indexededictfile.cpp.
bool IndexedEdictFile::loadFile | ( | const QString & | fileName | ) |
Load a file, generate the index if it doesn't already exist.
Definition at line 298 of file indexededictfile.cpp.
bool IndexedEdictFile::valid | ( | ) | const |
Test if the file was properly loaded.
Definition at line 445 of file indexededictfile.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.