LeechCraft Monocle  0.6.70-16373-g319c272718
Modular document viewer for LeechCraft
LC::Monocle::TOCEntryT< T > Struct Template Reference

A single table of contents entry. More...

#include "ihavetoc.h"

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

Public Attributes

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

Detailed Description

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

A single table of contents entry.

Definition at line 17 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: