![]() |
LeechCraft Monocle
0.6.70-13729-g7046a9d2a7
Modular document viewer for LeechCraft
|
#include <memory>
#include <QImage>
#include <QMetaType>
#include <QStringList>
#include <QDateTime>
#include "ilink.h"
Go to the source code of this file.
Classes | |
class | QFuture< typename > |
struct | LC::Monocle::DocumentInfo |
Document metadata. More... | |
class | LC::Monocle::IDocument |
Basic interface for documents. More... | |
struct | LC::Monocle::IDocument::Position |
Describes a position within a document. More... | |
Namespaces | |
LC | |
LC::Monocle | |
Typedefs | |
typedef std::shared_ptr< IDocument > | LC::Monocle::IDocument_ptr |
Shared pointer to a document. More... | |