#include <doctokenizer.h>
Public Types | |
| enum | ParamDir { In = 1, Out = 2, InOut = 3, Unspecified = 0 } |
Public Attributes | |
| char | unknownChar |
| QString | name |
| QString | text |
| bool | isEnumList |
| int | indent |
| QString | sectionId |
| QString | simpleSectName |
| QString | simpleSectText |
| QString | verb |
| int | id |
| HtmlAttribList | attribs |
| bool | endTag |
| bool | emptyTag |
| QString | chars |
| bool | isEMailAddr |
| ParamDir | paramDir |
Definition at line 64 of file doctokenizer.h.
| enum TokenInfo::ParamDir |
Definition at line 67 of file doctokenizer.h.
| QString TokenInfo::name |
Definition at line 70 of file doctokenizer.h.
Referenced by DocPara::handleCommand(), DocPara::handleDotFile(), DocPara::handleHtmlStartTag(), DocPara::handleImage(), DocPara::handleInclude(), DocPara::handleIncludeOperator(), DocPara::handleLink(), DocPara::handleRef(), DocPara::handleSection(), DocPara::handleXRefItem(), DocPara::injectToken(), DocText::parse(), DocPara::parse(), DocParamList::parse(), DocTitle::parse(), DocHtmlList::parse(), DocHtmlDescList::parse(), DocHtmlDescTitle::parse(), DocHtmlTable::parse(), DocHtmlRow::parse(), DocHtmlCell::parse(), DocHtmlCaption::parse(), DocIndexEntry::parse(), DocHRef::parse(), DocHtmlHeader::parse(), DocImage::parse(), DocDotFile::parse(), DocLink::parse(), DocRef::parse(), DocInternalRef::parse(), DocSecRefList::parse(), DocSecRefItem::parse(), DocSimpleSect::parseRcs(), DocParamList::parseXml(), DocHtmlList::parseXml(), DocHtmlTable::parseXml(), DocHtmlRow::parseXml(), and DocHtmlCell::parseXml().
| QString TokenInfo::text |
Definition at line 73 of file doctokenizer.h.
Referenced by DocPara::parse(), and DocSimpleSect::parseRcs().
Definition at line 78 of file doctokenizer.h.
Referenced by DocPara::parse(), and DocAutoList::parse().
Definition at line 79 of file doctokenizer.h.
Referenced by DocPara::parse(), and DocAutoList::parse().
| QString TokenInfo::sectionId |
Definition at line 82 of file doctokenizer.h.
Referenced by DocPara::handleSection(), DocRoot::parse(), DocSection::parse(), and DocInternal::parse().
| QString TokenInfo::simpleSectName |
| QString TokenInfo::simpleSectText |
| QString TokenInfo::verb |
Definition at line 89 of file doctokenizer.h.
Referenced by doctokenizerYYsetStateCode(), doctokenizerYYsetStateDot(), doctokenizerYYsetStateHtmlOnly(), doctokenizerYYsetStateLatexOnly(), doctokenizerYYsetStateManOnly(), doctokenizerYYsetStateMsc(), doctokenizerYYsetStateVerbatim(), doctokenizerYYsetStateXmlCode(), doctokenizerYYsetStateXmlOnly(), DocPara::handleCommand(), and DocPara::handleStartCode().
| int TokenInfo::id |
Definition at line 92 of file doctokenizer.h.
Referenced by DocPara::handleCommand(), and DocPara::handleXRefItem().
Definition at line 95 of file doctokenizer.h.
Referenced by DocPara::handleHtmlStartTag(), DocPara::parse(), DocHtmlList::parse(), DocHtmlDescList::parse(), DocHtmlDescData::parse(), DocHtmlTable::parse(), DocHtmlRow::parse(), DocHtmlHeader::parse(), DocHtmlList::parseXml(), DocHtmlTable::parseXml(), and DocHtmlRow::parseXml().
| bool TokenInfo::endTag |
Definition at line 96 of file doctokenizer.h.
Referenced by DocPara::parse(), DocHtmlList::parse(), DocHtmlDescList::parse(), DocHtmlDescTitle::parse(), DocHtmlTable::parse(), DocHtmlRow::parse(), DocHtmlCell::parse(), DocHtmlCaption::parse(), DocHRef::parse(), DocHtmlHeader::parse(), DocHtmlList::parseXml(), DocHtmlTable::parseXml(), DocHtmlRow::parseXml(), and DocHtmlCell::parseXml().
| bool TokenInfo::emptyTag |
| QString TokenInfo::chars |
Definition at line 100 of file doctokenizer.h.
Referenced by DocText::parse(), DocPara::parse(), DocImage::parse(), and DocDotFile::parse().
1.5.1