LeechCraft Monocle 0.6.70-17609-g3dde4097dd
Modular document viewer for LeechCraft
Loading...
Searching...
No Matches
ihavetoc.h File Reference
#include <QMetaType>
#include "ilink.h"
Include dependency graph for ihavetoc.h:

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>