Data Structures |
struct | HookTOCData |
| User data for hook (opaque, typically allocated as an automatic (local) variable and passed by address to NMESetTOCOutputFormat) More...
|
struct | NMEPluginTocData |
| User data of NMEPluginTOCEntry. More...
|
Defines |
#define | NMEPluginTOCEntry(data) {"toc", kNMEPluginOptBetweenPar, NMEPluginTOC, (void *)data} |
| NMEPlugin entry for table of plugins.
|
Functions |
void | NMESetTOCOutputFormat (NMEOutputFormat *f, HookTOCData *d) |
| Set output format structure for TOC generation.
|
NMEErr | NMEPluginTOC (NMEConstText name, NMEInt nameLen, NMEConstText data, NMEInt dataLen, NMEContext *context, void *userData) |
| Plugin implementation for table of contents.
|
NME optional plugin for table of contents in HTML.
- Author:
- Yves Piguet.
- Copyright:
- 2007-2013, Yves Piguet.
Definition in file NMEPluginTOC.h.