#include <QImage>#include <QMap>#include <QUrl>#include <QDataStream>#include <QDateTime>#include <QFileInfo>#include <klfdefs.h>#include <klfbackend.h>#include <klfpobj.h>#include <klffactory.h>#include <klfstyle.h>

Go to the source code of this file.
Classes | |
| class | KLFLibEntry |
| An entry (single formula) in the library. More... | |
| struct | KLFLib::StringMatch |
| struct | KLFLib::PropertyMatch |
| struct | KLFLib::EntryMatchCondition |
| class | KLFLibEntrySorter |
| Utility class for sorting library entry items. More... | |
| class | KLFLibResourceEngine |
| An abstract resource engine. More... | |
| struct | KLFLibResourceEngine::KLFLibEntryWithId |
| A KLFLibEntry in combination with a KLFLib::entryId. More... | |
| struct | KLFLibResourceEngine::Query |
| A structure that describes a query for query() More... | |
| struct | KLFLibResourceEngine::QueryResult |
| A structure that will hold the result of a query() query. More... | |
| class | KLFLibResourceSimpleEngine |
| Provides a simple API for reading library resources. More... | |
| class | KLFLibResourceSimpleEngine::QueryResultListSorter |
| Helper class to sort entries into a KLFLibResourceEngine::QueryResult. More... | |
| class | KLFLibEngineFactory |
| class | KLFAbstractLibEntryMimeEncoder |
| Helper class to encode an entry list as mime data (abstract interface) More... | |
Namespaces | |
| KLFLib | |
| Contains general definitions to be used anywhere in the KLFLib* framework. | |
Typedefs | |
| typedef QList< KLFLibEntry > | KLFLibEntryList |
| typedef qint32 | KLFLib::entryId |
| An entry ID. More... | |
Functions | |
| KLF_EXPORT QDataStream & | operator<< (QDataStream &stream, const KLFLibResourceEngine::KLFLibEntryWithId &entrywid) |
| KLF_EXPORT QDataStream & | operator>> (QDataStream &stream, KLFLibResourceEngine::KLFLibEntryWithId &entrywid) |
| typedef QList<KLFLibEntry> KLFLibEntryList |
| KLF_EXPORT QDataStream& operator<< | ( | QDataStream & | stream, |
| const KLFLibResourceEngine::KLFLibEntryWithId & | entrywid | ||
| ) |
Definition at line 817 of file klflib.cpp.
References KLFLibResourceEngine::KLFLibEntryWithId::entry, and KLFLibResourceEngine::KLFLibEntryWithId::id.
| KLF_EXPORT QDataStream& operator>> | ( | QDataStream & | stream, |
| KLFLibResourceEngine::KLFLibEntryWithId & | entrywid | ||
| ) |
Definition at line 821 of file klflib.cpp.
References KLFLibResourceEngine::KLFLibEntryWithId::entry, and KLFLibResourceEngine::KLFLibEntryWithId::id.