LeechCraft Monocle 0.6.70-14794-g33744ae6ce
Modular document viewer for LeechCraft
Loading...
Searching...
No Matches
LC::Monocle::TOCEntry Struct Reference

A single table of contents entry. More...

#include "ihavetoc.h"

+ Collaboration diagram for LC::Monocle::TOCEntry:

Public Attributes

ILink_ptr Link_
 The link action corresponding to this entry.
 
QString Name_
 The human-readable name of the entry.
 
TOCEntryLevel_t ChildLevel_
 Child items of this entry.
 

Detailed Description

A single table of contents entry.

Definition at line 26 of file ihavetoc.h.

Member Data Documentation

◆ ChildLevel_

TOCEntryLevel_t LC::Monocle::TOCEntry::ChildLevel_

Child items of this entry.

Definition at line 42 of file ihavetoc.h.

◆ Link_

ILink_ptr LC::Monocle::TOCEntry::Link_

The link action corresponding to this entry.

This link should be executed when the entry is activated.

See also
ILink

Definition at line 34 of file ihavetoc.h.

◆ Name_

QString LC::Monocle::TOCEntry::Name_

The human-readable name of the entry.

Definition at line 38 of file ihavetoc.h.


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