kiten/lib
entryedict.h
Go to the documentation of this file.
The Entry class is a generic base class for each particular entry in a given dictionary.
Definition: entry.h:44
virtual bool loadEntry(const QString &)=0
An entry should be able to parse an in-file representation of an entry as a QString and put it back...
Definition: entryedict.h:60
virtual QString toHTML() const
An entry should be able to generate a representation of itself in (valid) HTML.
Definition: entry.cpp:384
virtual Entry * clone() const =0
A clone method, this should just implement "return new EntrySubClass(*this)".
A class to allow users of libkiten to properly setup a database query.
Definition: dictquery.h:89
virtual QString dumpEntry() const =0
Return a QString of an entry, as if it were dumped back into it's source file.
Definition: dictfileedict.h:49
QMultiHash< QString, QString > PartOfSpeechCategories
Definition: entryedict.cpp:471
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.