![]() |
LeechCraft Monocle 0.6.70-18450-gabe19ee3b0
Modular document viewer for LeechCraft
|
Go to the source code of this file.
Classes | |
| struct | LC::Monocle::TOCEntryT< T > |
| A single table of contents entry. More... | |
| class | LC::Monocle::IHaveTOC |
| Interface for documents supporting table of contents. More... | |
Namespaces | |
| namespace | LC |
| namespace | LC::Monocle |
Typedefs | |
| template<typename T> | |
| using | LC::Monocle::TOCEntryLevelT = QVector<TOCEntryT<T>> |
| A list of table of contents entries. | |
| using | LC::Monocle::TOCEntryLevel_t = TOCEntryLevelT<NavigationAction> |
| using | LC::Monocle::TOCEntry = TOCEntryT<NavigationAction> |
| using | LC::Monocle::TOCEntryIDLevel = TOCEntryLevelT<QByteArray> |
| using | LC::Monocle::TOCEntryID = TOCEntryT<QByteArray> |