![]() |
LeechCraft Monocle
0.6.70-16373-g319c272718
Modular document viewer for LeechCraft
|
A single table of contents entry. More...
#include "ihavetoc.h"
Collaboration diagram for LC::Monocle::TOCEntryT< T >:Public Attributes | |
| T | 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... | |
A single table of contents entry.
Definition at line 17 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.