LeechCraft Monocle 0.6.70-17335-ge406ffdcaf
Modular document viewer for LeechCraft
Loading...
Searching...
No Matches
LC::Monocle::TOCEntryT< T > Struct Template Reference

A single table of contents entry. More...

#include "ihavetoc.h"

+ Inheritance diagram for LC::Monocle::TOCEntryT< T >:

Public Attributes

Navigation_
 The navigation action corresponding to this entry.
 
QString Name_
 The human-readable name of the entry.
 
TOCEntryLevelT< T > ChildLevel_ {}
 Child items of this entry.
 

Detailed Description

template<typename T>
struct LC::Monocle::TOCEntryT< T >

A single table of contents entry.

Definition at line 27 of file ihavetoc.h.

Member Data Documentation

◆ ChildLevel_

template<typename T>
TOCEntryLevelT<T> LC::Monocle::TOCEntryT< T >::ChildLevel_ {}

Child items of this entry.

Definition at line 39 of file ihavetoc.h.

◆ Name_

template<typename T>
QString LC::Monocle::TOCEntryT< T >::Name_

The human-readable name of the entry.

Definition at line 35 of file ihavetoc.h.

◆ Navigation_

template<typename T>
T LC::Monocle::TOCEntryT< T >::Navigation_

The navigation action corresponding to this entry.

Definition at line 31 of file ihavetoc.h.


The documentation for this struct was generated from the following file: