![]() |
LeechCraft Monocle
0.6.70-10870-g558588d6ec
Modular document viewer for LeechCraft
|
#include <memory>
#include <QRectF>
#include <QMetaType>
Go to the source code of this file.
Classes | |
class | LeechCraft::Monocle::ILink |
Base interface for links. More... | |
class | LeechCraft::Monocle::IPageLink |
Additional interface for page links. More... | |
Namespaces | |
LeechCraft | |
LeechCraft::Monocle | |
Typedefs | |
typedef std::shared_ptr< ILink > | LeechCraft::Monocle::ILink_ptr |
Enumerations | |
enum | LeechCraft::Monocle::LinkType { LeechCraft::Monocle::LinkType::PageLink, LeechCraft::Monocle::LinkType::URL, LeechCraft::Monocle::LinkType::Command, LeechCraft::Monocle::LinkType::OtherLink } |
Describes various link types known to Monocle. More... | |