|
ISLEman
|
Class representing a section in a page. More...
#include <section.h>
Public Types | |
| enum | SectionType { Page = 0, Section = 1, Subsection = 2, Subsubsection = 3, Paragraph = 4, Anchor = 5, Table = 6 } |
Public Member Functions | |
| SectionInfo (const char *f, const int lin, const char *l, const char *t, SectionType st, int lev, const char *r=0) | |
| SectionInfo (const SectionInfo &s) | |
Public Attributes | |
| QCString | label |
| QCString | title |
| SectionType | type |
| QCString | ref |
| Definition * | definition |
| QCString | fileName |
| int | lineNr |
| bool | generated |
| int | level |
Class representing a section in a page.
1.8.12