#include <QString>
#include <QObject>
#include <QDataStream>
#include <QDir>
#include <QFile>
#include <QFileInfo>
#include <QMessageBox>
#include <QApplication>
#include "klflib.h"
#include "klflibview.h"
#include "klfconfig.h"
#include <klfutil.h>
#include "klfliblegacyengine.h"
#include "klfliblegacyengine_p.h"
Go to the source code of this file.
KLF_EXPORT bool operator< | ( | const KLFLegacyData::KLFLibraryResource | a, |
const KLFLegacyData::KLFLibraryResource | b | ||
) |
Definition at line 131 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryResource::id.
QDebug& operator<< | ( | QDebug & | s, |
const KLFLegacyData::KLFLibraryItem & | item | ||
) |
Definition at line 74 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryItem::id, and KLFLegacyData::KLFLibraryItem::latex.
QDebug& operator<< | ( | QDebug & | s, |
const KLFLegacyData::KLFLibraryResource & | res | ||
) |
Definition at line 79 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryResource::id, and KLFLegacyData::KLFLibraryResource::name.
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 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 bool operator== | ( | const KLFLegacyData::KLFLibraryResource | a, |
const KLFLegacyData::KLFLibraryResource | b | ||
) |
Definition at line 135 of file klfliblegacyengine.cpp.
References KLFLegacyData::KLFLibraryResource::id.
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::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 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.