![]() |
LeechCraft Monocle
0.6.70-13729-g7046a9d2a7
Modular document viewer for LeechCraft
|
#include <memory>#include <QRectF>#include <QMetaType>
Include dependency graph for ilink.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LC::Monocle::ILink |
| Base interface for links. More... | |
| class | LC::Monocle::IPageLink |
| Additional interface for page links. More... | |
Namespaces | |
| LC | |
| LC::Monocle | |
Typedefs | |
| typedef std::shared_ptr< ILink > | LC::Monocle::ILink_ptr |
Enumerations | |
| enum | LC::Monocle::LinkType { LC::Monocle::LinkType::PageLink, LC::Monocle::LinkType::URL, LC::Monocle::LinkType::Command, LC::Monocle::LinkType::OtherLink } |
| Describes various link types known to Monocle. More... | |