|
My Project
|
Public Attributes | |
| Definition * | scope |
| QCString | context |
| bool | inSeeBlock |
| bool | xmlComment |
| bool | insideHtmlLink |
| QStack< DocNode > | nodeStack |
| QStack< DocStyleChange > | styleStack |
| QStack< DocStyleChange > | initialStyleStack |
| QList< Definition > | copyStack |
| QCString | fileName |
| int | lineNo |
| QCString | relPath |
| bool | hasParamCommand |
| bool | hasReturnCommand |
| MemberDef * | memberDef |
| QDict< void > | paramsFound |
| bool | isExample |
| QCString | exampleName |
| SectionDict * | sectionDict |
| QCString | searchUrl |
| QCString | includeFileText |
| uint | includeFileOffset |
| uint | includeFileLength |
| TokenInfo * | token |
Parser's context to store all global variables.
Definition at line 114 of file docparser.cpp.
| QCString DocParserContext::context |
Definition at line 117 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| QList<Definition> DocParserContext::copyStack |
Definition at line 124 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| QCString DocParserContext::exampleName |
Definition at line 134 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| QCString DocParserContext::fileName |
Definition at line 125 of file docparser.cpp.
Referenced by docParserPopContext(), docParserPushContext(), res2cc_cmd.VerbatimFile::writeDirEntry(), res2cc_cmd.CSSFile::writeDirEntry(), res2cc_cmd.LumFile::writeDirEntry(), and res2cc_cmd.LumaFile::writeDirEntry().
| bool DocParserContext::hasParamCommand |
Definition at line 129 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| bool DocParserContext::hasReturnCommand |
Definition at line 130 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| uint DocParserContext::includeFileLength |
Definition at line 140 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| uint DocParserContext::includeFileOffset |
Definition at line 139 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| QCString DocParserContext::includeFileText |
Definition at line 138 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| QStack<DocStyleChange> DocParserContext::initialStyleStack |
Definition at line 123 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| bool DocParserContext::inSeeBlock |
Definition at line 118 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| bool DocParserContext::insideHtmlLink |
Definition at line 120 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| bool DocParserContext::isExample |
Definition at line 133 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| int DocParserContext::lineNo |
Definition at line 126 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| MemberDef* DocParserContext::memberDef |
Definition at line 131 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| QStack<DocNode> DocParserContext::nodeStack |
Definition at line 121 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| QDict<void> DocParserContext::paramsFound |
Definition at line 132 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| QCString DocParserContext::relPath |
Definition at line 127 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| Definition* DocParserContext::scope |
Definition at line 116 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| QCString DocParserContext::searchUrl |
Definition at line 136 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| SectionDict* DocParserContext::sectionDict |
Definition at line 135 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| QStack<DocStyleChange> DocParserContext::styleStack |
Definition at line 122 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| TokenInfo* DocParserContext::token |
Definition at line 142 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().
| bool DocParserContext::xmlComment |
Definition at line 119 of file docparser.cpp.
Referenced by docParserPopContext(), and docParserPushContext().