![]() |
LeechCraft Monocle 0.6.70-16373-g319c272718
Modular document viewer for LeechCraft
|
Interface for documents supporting table of contents. More...
#include "ihavetoc.h"
Public Member Functions | |
virtual | ~IHaveTOC () |
Virtual destructor. | |
virtual TOCEntryLevel_t | GetTOC ()=0 |
Returns the root level of the TOC. | |
Interface for documents supporting table of contents.
This interface should be implemented by the documents of formats supporting having table of contents.
Definition at line 53 of file ihavetoc.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 58 of file ihavetoc.h.
|
pure virtual |
Returns the root level of the TOC.
If the root level is empty, there is no table of contents for this document.