![]() |
LeechCraft Monocle 0.6.70-18450-gabe19ee3b0
Modular document viewer for LeechCraft
|
A single table of contents entry. More...
#include "ihavetoc.h"
Public Attributes | |
| T | 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. | |
A single table of contents entry.
Definition at line 27 of file ihavetoc.h.
| TOCEntryLevelT<T> LC::Monocle::TOCEntryT< T >::ChildLevel_ {} |
Child items of this entry.
Definition at line 39 of file ihavetoc.h.
| QString LC::Monocle::TOCEntryT< T >::Name_ |
The human-readable name of the entry.
Definition at line 35 of file ihavetoc.h.
| T LC::Monocle::TOCEntryT< T >::Navigation_ |
The navigation action corresponding to this entry.
Definition at line 31 of file ihavetoc.h.