#include <docsets.h>
Classes | |
| struct | NodeDef |
Public Member Functions | |
| DocSets () | |
| ~DocSets () | |
| void | initialize () |
| void | finalize () |
| void | incContentsDepth () |
| void | decContentsDepth () |
| void | addContentsItem (bool isDir, const char *name, const char *ref, const char *file, const char *anchor, bool separateIndex, bool addToNavIndex, Definition *def) |
| void | addIndexItem (Definition *context, MemberDef *md, const char *sectionAnchor, const char *title) |
| void | addIndexFile (const char *name) |
| void | addImageFile (const char *) |
| void | addStyleSheetFile (const char *) |
Public Member Functions inherited from IndexIntf | |
| virtual | ~IndexIntf () |
Private Member Functions | |
| void | writeToken (FTextStream &t, const Definition *d, const QCString &type, const QCString &lang, const char *scope=0, const char *anchor=0, const char *decl=0) |
| QCString | indent () |
Private Attributes | |
| QFile * | m_nf |
| QFile * | m_tf |
| FTextStream | m_nts |
| FTextStream | m_tts |
| int | m_dc |
| int | m_id |
| QArray< bool > | m_firstNode |
| SDict< NodeDef > | m_nodes |
| SDict< void > | m_scopes |
A class that generates docset files.
These files can be used to create context help for use within Apple's Xcode 3.0 development environment
| DocSets::DocSets | ( | ) |
Definition at line 28 of file docsets.cpp.
| DocSets::~DocSets | ( | ) |
Definition at line 37 of file docsets.cpp.
|
virtual |
|
inlinevirtual |
|
virtual |
Implements IndexIntf.
Definition at line 530 of file docsets.cpp.
|
virtual |
Implements IndexIntf.
Definition at line 277 of file docsets.cpp.
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
|
private |
Definition at line 202 of file docsets.cpp.
|
virtual |
|
private |
Definition at line 486 of file docsets.cpp.
|
private |
|
private |
1.8.11