![]() |
LeechCraft Monocle 0.6.70-17609-g3dde4097dd
Modular document viewer for LeechCraft
|
Go to the source code of this file.
Classes | |
struct | LC::Monocle::NavigationAction |
A link action that represents navigating inside the document. More... | |
struct | LC::Monocle::ExternalNavigationAction |
A link action that represents navigating to a different document. More... | |
struct | LC::Monocle::UrlAction |
struct | LC::Monocle::NoAction |
class | LC::Monocle::ILink |
Base interface for links. More... | |
Namespaces | |
namespace | LC |
namespace | LC::Monocle |
Typedefs | |
using | LC::Monocle::CustomAction = std::function<void ()> |
using | LC::Monocle::LinkAction = std::variant<NoAction, NavigationAction, ExternalNavigationAction, UrlAction, CustomAction> |
typedef std::shared_ptr< ILink > | LC::Monocle::ILink_ptr |
Enumerations | |
enum class | LC::Monocle::LinkType { LC::Monocle::PageLink , LC::Monocle::URL , LC::Monocle::Command , LC::Monocle::OtherLink } |
Describes various link types known to Monocle. More... | |