![]() |
LeechCraft Monocle
0.6.70-6645-gcd10d7e
Modular document viewer for LeechCraft
|
A single table of contents entry. More...
#include "ihavetoc.h"
Public Attributes | |
ILink_ptr | Link_ |
The link action corresponding to this entry. More... | |
QString | Name_ |
The human-readable name of the entry. More... | |
TOCEntryLevel_t | ChildLevel_ |
Child items of this entry. More... | |
A single table of contents entry.
Definition at line 47 of file ihavetoc.h.
TOCEntryLevel_t LeechCraft::Monocle::TOCEntry::ChildLevel_ |
Child items of this entry.
Definition at line 63 of file ihavetoc.h.
ILink_ptr LeechCraft::Monocle::TOCEntry::Link_ |
The link action corresponding to this entry.
This link should be executed when the entry is activated.
Definition at line 55 of file ihavetoc.h.
QString LeechCraft::Monocle::TOCEntry::Name_ |
The human-readable name of the entry.
Definition at line 59 of file ihavetoc.h.