kiten/lib
dictfilekanjidic.h
Go to the documentation of this file.
Definition: dictfilekanjidic.h:39
The Entry class is a generic base class for each particular entry in a given dictionary.
Definition: entry.h:44
virtual bool validQuery(const DictQuery &query)=0
Is this query relevant to this dictionary type? Usually this will return true, unless the query speci...
virtual void loadSettings(KConfigSkeleton *)
Load information from the KConfigSkeleton that you've setup in the above preferences widget...
Definition: dictfile.h:127
virtual bool loadDictionary(const QString &file, const QString &name)=0
Load a dictionary as at system startup.
virtual bool validDictionaryFile(const QString &filename)=0
This method allows the user to test if a dictionary is the proper type for this format.
virtual QStringList listDictDisplayOptions(QStringList) const =0
Return a list of the fields that can be displayed, note the following should probably always be retur...
virtual EntryList * doSearch(const DictQuery &query)=0
This actually conducts the search on the given query.
A class to allow users of libkiten to properly setup a database query.
Definition: dictquery.h:89
Definition: entrykanjidic.h:34
Abstract base class, used internally by the library for handling different types of dictionaries This...
Definition: dictfile.h:47
EntryList is a simple container for Entry objects, and is-a QList A few simple overrides allo...
Definition: entrylist.h:38
This file is part of the KDE documentation.
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
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.