Singleton providing access to the (user configurable) layout of the documentation. More...
#include <layout.h>
Classes | |
| class | Private |
Public Types | |
| enum | LayoutPart { Class, Namespace, File, Group, Directory, NrParts } |
Public Member Functions | |
| const QList< LayoutDocEntry > & | docEntries (LayoutPart part) const |
| LayoutNavEntry * | rootNavEntry () const |
| void | parse (QTextStream &t, const char *fileName) |
| void | init () |
Static Public Member Functions | |
| static LayoutDocManager & | instance () |
Private Member Functions | |
| void | addEntry (LayoutPart p, LayoutDocEntry *e) |
| void | clear (LayoutPart p) |
| LayoutDocManager () | |
| ~LayoutDocManager () | |
Private Attributes | |
| Private * | d |
Friends | |
| class | LayoutParser |
Singleton providing access to the (user configurable) layout of the documentation.
| Enumerator | |
|---|---|
| Class | |
| Namespace | |
| File | |
| Group | |
| Directory | |
| NrParts | |
Definition at line 177 of file layout.h.
|
private |
Definition at line 1328 of file layout.cpp.
|
private |
Definition at line 1353 of file layout.cpp.
|
private |
Definition at line 1375 of file layout.cpp.
|
private |
Definition at line 1380 of file layout.cpp.
| const QList< LayoutDocEntry > & LayoutDocManager::docEntries | ( | LayoutDocManager::LayoutPart | part | ) | const |
Returns the list of LayoutDocEntry's in representation order for a given page identified by part.
Definition at line 1365 of file layout.cpp.
| void LayoutDocManager::init | ( | ) |
Definition at line 1341 of file layout.cpp.
|
static |
Returns a reference to this singleton.
Definition at line 1359 of file layout.cpp.
| void LayoutDocManager::parse | ( | QTextStream & | t, |
| const char * | fileName | ||
| ) |
Parses a user provided layout
Definition at line 1385 of file layout.cpp.
| LayoutNavEntry * LayoutDocManager::rootNavEntry | ( | ) | const |
|
friend |
1.8.11