#include <QDateTime>
#include <QList>
#include <QDataStream>
#include <QPixmap>
#include <QMap>
#include <QMetaType>
#include <QFile>
#include <QTimer>
#include <klflib.h>
#include <klflibview.h>
Go to the source code of this file.
Classes | |
class | KLFLegacyData |
struct | KLFLegacyData::KLFStyle |
struct | KLFLegacyData::KLFLibraryResource |
struct | KLFLegacyData::KLFLibraryItem |
class | KLFLibLegacyEngine |
The Legacy Library support for the KLFLib framework. More... | |
class | KLFLibLegacyLocalFileSchemeGuesser |
class | KLFLibLegacyEngineFactory |
KLF_EXPORT bool operator< | ( | const KLFLegacyData::KLFLibraryResource | a, |
const KLFLegacyData::KLFLibraryResource | b | ||
) |
Definition at line 131 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryResource::id.
KLF_EXPORT QDataStream& operator<< | ( | QDataStream & | stream, |
const KLFLegacyData::KLFStyle & | style | ||
) |
Definition at line 147 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFStyle::bg_color, KLFLegacyData::KLFStyle::dpi, KLFLegacyData::KLFStyle::fg_color, KLFLegacyData::KLFStyle::mathmode, KLFLegacyData::KLFStyle::name, and KLFLegacyData::KLFStyle::preamble.
KLF_EXPORT QDataStream& operator<< | ( | QDataStream & | stream, |
const KLFLegacyData::KLFLibraryItem & | item | ||
) |
Definition at line 88 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryItem::datetime, KLFLegacyData::KLFLibraryItem::id, KLFLegacyData::KLFLibraryItem::latex, KLFLegacyData::KLFLibraryItem::preview, and KLFLegacyData::KLFLibraryItem::style.
KLF_EXPORT QDataStream& operator<< | ( | QDataStream & | stream, |
const KLFLegacyData::KLFLibraryResource & | item | ||
) |
Definition at line 105 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryResource::id, and KLFLegacyData::KLFLibraryResource::name.
KLF_EXPORT bool operator== | ( | const KLFLegacyData::KLFStyle & | a, |
const KLFLegacyData::KLFStyle & | b | ||
) |
Definition at line 163 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFStyle::bg_color, KLFLegacyData::KLFStyle::dpi, KLFLegacyData::KLFStyle::fg_color, KLFLegacyData::KLFStyle::mathmode, KLFLegacyData::KLFStyle::name, and KLFLegacyData::KLFStyle::preamble.
KLF_EXPORT bool operator== | ( | const KLFLegacyData::KLFLibraryItem & | a, |
const KLFLegacyData::KLFLibraryItem & | b | ||
) |
Definition at line 115 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryItem::latex, and KLFLegacyData::KLFLibraryItem::style.
KLF_EXPORT bool operator== | ( | const KLFLegacyData::KLFLibraryResource | a, |
const KLFLegacyData::KLFLibraryResource | b | ||
) |
Definition at line 135 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryResource::id.
KLF_EXPORT QDataStream& operator>> | ( | QDataStream & | stream, |
KLFLegacyData::KLFStyle & | style | ||
) |
Definition at line 152 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFStyle::bg_color, KLFLegacyData::KLFStyle::dpi, KLFLegacyData::KLFStyle::fg_color, KLFLegacyData::KLFStyle::mathmode, KLFLegacyData::KLFStyle::name, and KLFLegacyData::KLFStyle::preamble.
KLF_EXPORT QDataStream& operator>> | ( | QDataStream & | stream, |
KLFLegacyData::KLFLibraryItem & | item | ||
) |
Definition at line 96 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryItem::category, KLFLibEntry::categoryFromLatex(), KLFLegacyData::KLFLibraryItem::datetime, KLFLegacyData::KLFLibraryItem::id, KLFLegacyData::KLFLibraryItem::latex, KLFLegacyData::KLFLibraryItem::preview, KLFLegacyData::KLFLibraryItem::style, KLFLegacyData::KLFLibraryItem::tags, and KLFLibEntry::tagsFromLatex().
KLF_EXPORT QDataStream& operator>> | ( | QDataStream & | stream, |
KLFLegacyData::KLFLibraryResource & | item | ||
) |
Definition at line 109 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryResource::id, and KLFLegacyData::KLFLibraryResource::name.
KLF_EXPORT bool resources_equal_for_import | ( | const KLFLegacyData::KLFLibraryResource | a, |
const KLFLegacyData::KLFLibraryResource | b | ||
) |
Definition at line 140 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryResource::name.