The DocbookDocVisitor
Class Reference
Concrete visitor implementation for Docbook output. More...
Declaration
Included Headers
Base class
class | DocVisitor |
Helper base class for functionality shared by all visitors. More... | |
Public Constructors Index
DocbookDocVisitor (TextStream &t, OutputCodeList &ci, const QCString &langExt) | |
Public Operators Index
void | operator() (const DocWord &) |
void | operator() (const DocLinkedWord &) |
void | operator() (const DocWhiteSpace &) |
void | operator() (const DocSymbol &) |
void | operator() (const DocEmoji &) |
void | operator() (const DocURL &) |
void | operator() (const DocLineBreak &) |
void | operator() (const DocHorRuler &) |
void | operator() (const DocStyleChange &) |
void | operator() (const DocVerbatim &) |
void | operator() (const DocAnchor &) |
void | operator() (const DocInclude &) |
void | operator() (const DocIncOperator &) |
void | operator() (const DocFormula &) |
void | operator() (const DocIndexEntry &) |
void | operator() (const DocSimpleSectSep &) |
void | operator() (const DocCite &) |
void | operator() (const DocSeparator &) |
void | operator() (const DocAutoList &) |
void | operator() (const DocAutoListItem &) |
void | operator() (const DocPara &) |
void | operator() (const DocRoot &) |
void | operator() (const DocSimpleSect &) |
void | operator() (const DocTitle &) |
void | operator() (const DocSimpleList &) |
void | operator() (const DocSimpleListItem &) |
void | operator() (const DocSection &) |
void | operator() (const DocHtmlList &) |
void | operator() (const DocHtmlListItem &) |
void | operator() (const DocHtmlDescList &) |
void | operator() (const DocHtmlDescTitle &) |
void | operator() (const DocHtmlDescData &) |
void | operator() (const DocHtmlTable &) |
void | operator() (const DocHtmlRow &) |
void | operator() (const DocHtmlCell &) |
void | operator() (const DocHtmlCaption &) |
void | operator() (const DocInternal &) |
void | operator() (const DocHRef &) |
void | operator() (const DocHtmlSummary &) |
void | operator() (const DocHtmlDetails &) |
void | operator() (const DocHtmlHeader &) |
void | operator() (const DocImage &) |
void | operator() (const DocDotFile &) |
void | operator() (const DocMscFile &) |
void | operator() (const DocDiaFile &) |
void | operator() (const DocPlantUmlFile &) |
void | operator() (const DocLink &) |
void | operator() (const DocRef &) |
void | operator() (const DocSecRefItem &) |
void | operator() (const DocSecRefList &) |
void | operator() (const DocParamSect &) |
void | operator() (const DocParamList &) |
void | operator() (const DocXRefItem &) |
void | operator() (const DocInternalRef &) |
void | operator() (const DocText &) |
void | operator() (const DocHtmlBlockQuote &) |
void | operator() (const DocVhdlFlow &) |
void | operator() (const DocParBlock &) |
Public Member Functions Index
template <class T> | |
void | visitChildren (const T &t) |
Private Member Functions Index
void | filter (const QCString &str, const bool retainNewLine=false) |
void | startLink (const QCString &file, const QCString &anchor) |
void | endLink () |
void | startMscFile (const QCString &fileName, const QCString &relPath, const QCString &width, const QCString &height, bool hasCaption, const DocNodeList &children, const QCString &srcFile, int srcLine) |
void | endMscFile (bool hasCaption) |
void | writeMscFile (const QCString &fileName, const DocVerbatim &s) |
void | startDiaFile (const QCString &fileName, const QCString &relPath, const QCString &width, const QCString &height, bool hasCaption, const DocNodeList &children, const QCString &srcFile, int srcLine) |
void | endDiaFile (bool hasCaption) |
void | writeDiaFile (const QCString &fileName, const DocVerbatim &s) |
void | startDotFile (const QCString &fileName, const QCString &relPath, const QCString &width, const QCString &height, bool hasCaption, const DocNodeList &children, const QCString &srcFile, int srcLine) |
void | endDotFile (bool hasCaption) |
void | writeDotFile (const QCString &fileName, const DocVerbatim &s) |
void | writePlantUMLFile (const QCString &fileName, const DocVerbatim &s) |
void | startPlantUmlFile (const QCString &fileName, const QCString &relPath, const QCString &width, const QCString &height, bool hasCaption, const DocNodeList &children, const QCString &srcFile, int srcLine) |
void | endPlantUmlFile (bool hasCaption) |
void | visitPreStart (TextStream &t, const DocNodeList &children, bool hasCaption, const QCString &name, const QCString &width, const QCString &height, bool inlineImage=FALSE) |
void | visitPostEnd (TextStream &t, bool hasCaption, bool inlineImage=FALSE) |
void | visitCaption (const DocNodeList &children) |
Private Member Attributes Index
TextStream & | m_t |
OutputCodeList & | m_ci |
bool | m_insidePre = false |
bool | m_hide = false |
BoolStack | m_enabled |
QCString | m_langExt |
int | m_colCnt = 0 |
BoolStack | m_bodySet |
Description
Concrete visitor implementation for Docbook output.
Definition at line 31 of file docbookvisitor.h.
Public Constructors
DocbookDocVisitor()
|
Declaration at line 34 of file docbookvisitor.h, definition at line 179 of file docbookvisitor.cpp.
Public Operators
operator()()
|
Declaration at line 47 of file docbookvisitor.h, definition at line 190 of file docbookvisitor.cpp.
References DB_VIS_C, filter, m_hide and DocWord::word.
operator()()
|
Declaration at line 48 of file docbookvisitor.h, definition at line 197 of file docbookvisitor.cpp.
References DocLinkedWord::anchor, DB_VIS_C, endLink, DocLinkedWord::file, filter, m_hide, startLink and DocLinkedWord::word.
operator()()
|
Declaration at line 49 of file docbookvisitor.h, definition at line 206 of file docbookvisitor.cpp.
References DocWhiteSpace::chars, DB_VIS_C, m_hide, m_insidePre and m_t.
operator()()
|
Declaration at line 50 of file docbookvisitor.h, definition at line 220 of file docbookvisitor.cpp.
References DB_VIS_C, HtmlEntityMapper::docbook, err, HtmlEntityMapper::instance, m_hide, m_t, DocSymbol::symbol and TRUE.
operator()()
|
Declaration at line 51 of file docbookvisitor.h, definition at line 235 of file docbookvisitor.cpp.
References DB_VIS_C, DocEmoji::index, EmojiEntityMapper::instance, m_hide, m_t, DocEmoji::name and EmojiEntityMapper::unicode.
operator()()
|
Declaration at line 52 of file docbookvisitor.h, definition at line 250 of file docbookvisitor.cpp.
References DB_VIS_C, filter, DocURL::isEmail, m_hide, m_t and DocURL::url.
operator()()
|
Declaration at line 53 of file docbookvisitor.h, definition at line 262 of file docbookvisitor.cpp.
operator()()
|
Declaration at line 54 of file docbookvisitor.h, definition at line 271 of file docbookvisitor.cpp.
operator()()
|
Declaration at line 55 of file docbookvisitor.h, definition at line 279 of file docbookvisitor.cpp.
References DocStyleChange::Bold, DocStyleChange::Center, DocStyleChange::Cite, DocStyleChange::Code, DB_VIS_C, DocStyleChange::Del, DocStyleChange::Div, DocStyleChange::enable, FALSE, DocStyleChange::Ins, DocStyleChange::Italic, DocStyleChange::Kbd, m_hide, m_insidePre, m_t, DocStyleChange::Preformatted, DocStyleChange::S, DocStyleChange::Small, DocStyleChange::Span, DocStyleChange::Strike, DocStyleChange::style, DocStyleChange::Subscript, DocStyleChange::Superscript, TRUE, DocStyleChange::Typewriter and DocStyleChange::Underline.
operator()()
|
Declaration at line 56 of file docbookvisitor.h, definition at line 332 of file docbookvisitor.cpp.
References DocVerbatim::Code, Config_getBool, Config_getString, DocVerbatim::context, QCString::data, DB_VIS_C, DocVerbatim::DocbookOnly, DocVerbatim::Dot, DocVerbatim::engine, err, DocVerbatim::exampleFile, QCString::ExplicitSize, filter, DocVisitor::getCodeParser, getLanguageFromCodeLang, DocVerbatim::HtmlOnly, PlantumlManager::instance, QCString::isEmpty, DocVerbatim::isExample, DocVerbatim::JavaDocCode, DocVerbatim::JavaDocLiteral, DocVerbatim::language, DocVerbatim::LatexOnly, QCString::length, m_ci, m_hide, m_langExt, m_t, makeShortName, DocVerbatim::ManOnly, DocVerbatim::Msc, Portable::openOutputStream, CodeParserInterface::parseCode, DocVerbatim::PlantUML, PlantumlManager::PUML_BITMAP, qPrint, Dir::remove, DocVerbatim::RtfOnly, QCString::sprintf, DocVerbatim::srcFile, DocVerbatim::srcLine, QCString::str, DocVerbatim::text, DocVerbatim::type, DocVerbatim::Verbatim, writeDotFile, writeMscFile, writePlantUMLFile, PlantumlManager::writePlantUMLSource and DocVerbatim::XmlOnly.
operator()()
|
Declaration at line 57 of file docbookvisitor.h, definition at line 448 of file docbookvisitor.cpp.
References DocAnchor::anchor, DB_VIS_C, DocAnchor::file, filterId, m_hide, m_t and stripPath.
operator()()
|
Declaration at line 58 of file docbookvisitor.h, definition at line 455 of file docbookvisitor.cpp.
References DocInclude::blockId, DocInclude::context, createFileDef, DB_VIS_C, FileInfo::dirPath, DocInclude::DocbookInclude, DocInclude::DontInclude, DocInclude::DontIncWithLines, DocInclude::exampleFile, DocInclude::extension, DocInclude::file, FileInfo::fileName, filter, DocVisitor::getCodeParser, getLanguageFromFileName, DocInclude::HtmlInclude, DocInclude::Include, DocInclude::IncWithLines, CodeFragmentManager::instance, DocInclude::isExample, DocInclude::LatexInclude, m_ci, m_hide, m_t, DocInclude::ManInclude, CodeParserInterface::parseCode, CodeFragmentManager::parseCodeFragment, DocInclude::RtfInclude, DocInclude::Snippet, DocInclude::SnippetWithLines, QCString::str, DocInclude::stripCodeComments, DocInclude::text, DocInclude::trimLeft, DocInclude::type, DocInclude::VerbInclude and DocInclude::XmlInclude.
operator()()
|
Declaration at line 59 of file docbookvisitor.h, definition at line 518 of file docbookvisitor.cpp.
References DocIncOperator::context, createFileDef, DB_VIS_C, FileInfo::dirPath, DocIncOperator::exampleFile, FALSE, FileInfo::fileName, DocVisitor::getCodeParser, getFileNameExtension, getLanguageFromFileName, DocIncOperator::includeFileName, QCString::isEmpty, DocIncOperator::isExample, DocIncOperator::isFirst, DocIncOperator::isLast, DocIncOperator::line, m_ci, m_hide, m_langExt, m_t, CodeParserInterface::parseCode, DocVisitor::popHidden, DocVisitor::pushHidden, DocIncOperator::showLineNo, DocIncOperator::Skip, QCString::str, DocIncOperator::stripCodeComments, DocIncOperator::text, TRUE and DocIncOperator::type.
operator()()
|
Declaration at line 60 of file docbookvisitor.h, definition at line 572 of file docbookvisitor.cpp.
References DB_VIS_C, DocFormula::isInline, m_hide, m_t, DocFormula::name and DocFormula::relPath.
operator()()
|
Declaration at line 61 of file docbookvisitor.h, definition at line 587 of file docbookvisitor.cpp.
References DB_VIS_C, DocIndexEntry::entry, filter, m_hide and m_t.
operator()()
|
Declaration at line 62 of file docbookvisitor.h, definition at line 596 of file docbookvisitor.cpp.
Reference DB_VIS_C.
operator()()
|
Declaration at line 63 of file docbookvisitor.h, definition at line 602 of file docbookvisitor.cpp.
References DocCite::anchor, DB_VIS_C, endLink, DocCite::file, filter, filterId, DocCite::getText, QCString::isEmpty, m_hide, DocCite::option, startLink and DocCite::target.
operator()()
|
Declaration at line 64 of file docbookvisitor.h, definition at line 1392 of file docbookvisitor.cpp.
References DocSeparator::chars, DB_VIS_C, m_hide and m_t.
operator()()
|
Declaration at line 68 of file docbookvisitor.h, definition at line 629 of file docbookvisitor.cpp.
References DB_VIS_C, DocAutoList::isEnumList, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 69 of file docbookvisitor.h, definition at line 652 of file docbookvisitor.cpp.
References DocAutoList::Checked_X, DocAutoList::Checked_x, DB_VIS_C, DocAutoListItem::itemNumber, m_hide, m_t, DocAutoList::Unchecked and visitChildren.
operator()()
|
Declaration at line 70 of file docbookvisitor.h, definition at line 673 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 71 of file docbookvisitor.h, definition at line 684 of file docbookvisitor.cpp.
References DB_VIS_C and visitChildren.
operator()()
|
Declaration at line 72 of file docbookvisitor.h, definition at line 690 of file docbookvisitor.cpp.
References DocSimpleSect::Attention, DocSimpleSect::Author, DocSimpleSect::Authors, convertToDocBook, DocSimpleSect::Copyright, DocSimpleSect::Date, DB_VIS_C, FALSE, DocSimpleSect::hasTitle, DocSimpleSect::Important, DocSimpleSect::Invar, m_hide, m_insidePre, m_t, DocSimpleSect::Note, DocSimpleSect::Post, DocSimpleSect::Pre, DocSimpleSect::Rcs, DocSimpleSect::Remark, DocSimpleSect::Return, DocSimpleSect::See, DocSimpleSect::Since, theTranslator, DocSimpleSect::title, TRUE, DocSimpleSect::type, DocSimpleSect::Unknown, DocSimpleSect::User, DocSimpleSect::Version, visitChildren and DocSimpleSect::Warning.
operator()()
|
Declaration at line 73 of file docbookvisitor.h, definition at line 901 of file docbookvisitor.cpp.
References DB_VIS_C, DocTitle::hasTitle, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 74 of file docbookvisitor.h, definition at line 910 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 75 of file docbookvisitor.h, definition at line 919 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and DocSimpleListItem::paragraph.
operator()()
|
Declaration at line 76 of file docbookvisitor.h, definition at line 931 of file docbookvisitor.cpp.
References DocSection::anchor, DB_VIS_C, DocSection::file, QCString::isEmpty, m_hide, m_t, stripPath, DocSection::title and visitChildren.
operator()()
|
Declaration at line 77 of file docbookvisitor.h, definition at line 946 of file docbookvisitor.cpp.
References DocCompoundNode::children, DB_VIS_C, GrowVector< T >::empty, m_hide, m_t, DocHtmlList::Ordered, DocHtmlList::type and visitChildren.
operator()()
|
Declaration at line 78 of file docbookvisitor.h, definition at line 962 of file docbookvisitor.cpp.
References DocHtmlList::attribs, DocHtmlListItem::attribs, DocCompoundNode::children, QCString::data, DB_VIS_C, GrowVector< T >::front, QCString::isEmpty, m_hide, m_t, DocHtmlList::Ordered, DocNode::parent, DocHtmlList::type and visitChildren.
operator()()
|
Declaration at line 79 of file docbookvisitor.h, definition at line 1025 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 80 of file docbookvisitor.h, definition at line 1034 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 81 of file docbookvisitor.h, definition at line 1043 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 82 of file docbookvisitor.h, definition at line 1052 of file docbookvisitor.cpp.
References DocHtmlTable::caption, DB_VIS_C, m_bodySet, m_hide, m_t, DocHtmlTable::numColumns and visitChildren.
operator()()
|
Declaration at line 83 of file docbookvisitor.h, definition at line 1075 of file docbookvisitor.cpp.
References DocHtmlRow::attribs, convertToDocBook, DB_VIS_C, DocHtmlRow::isHeading, m_bodySet, m_colCnt, m_hide, m_t, supportedHtmlAttribute and visitChildren.
operator()()
|
Declaration at line 84 of file docbookvisitor.h, definition at line 1113 of file docbookvisitor.cpp.
References DocHtmlCell::attribs, convertToDocBook, DB_VIS_C, m_colCnt, m_hide, m_t, supportedHtmlAttribute and visitChildren.
operator()()
|
Declaration at line 85 of file docbookvisitor.h, definition at line 1168 of file docbookvisitor.cpp.
References DocHtmlCaption::anchor, DB_VIS_C, DocHtmlCaption::file, filterId, QCString::isEmpty, m_hide, m_t, stripPath and visitChildren.
operator()()
|
Declaration at line 86 of file docbookvisitor.h, definition at line 1181 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide and visitChildren.
operator()()
|
Declaration at line 87 of file docbookvisitor.h, definition at line 1188 of file docbookvisitor.cpp.
References QCString::at, convertToDocBook, DB_VIS_C, DocHRef::file, filterId, m_hide, m_t, QCString::mid, startLink, DocHRef::url and visitChildren.
operator()()
|
Declaration at line 88 of file docbookvisitor.h, definition at line 1204 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 89 of file docbookvisitor.h, definition at line 1213 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t, DocHtmlDetails::summary and visitChildren.
operator()()
|
Declaration at line 90 of file docbookvisitor.h, definition at line 1229 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 91 of file docbookvisitor.h, definition at line 1238 of file docbookvisitor.cpp.
References FileDef::absFilePath, DocCompoundNode::children, Config_getString, copyFile, DB_VIS_C, DocImage::DocBook, findFileDef, DocImage::hasCaption, DocImage::height, Doxygen::imageNameLinkedMap, DocImage::isInlineImage, m_hide, m_t, makeShortName, DocImage::name, DocImage::relPath, DocImage::type, visitChildren, visitPostEnd, visitPreStart and DocImage::width.
operator()()
|
Declaration at line 92 of file docbookvisitor.h, definition at line 1263 of file docbookvisitor.cpp.
References DocCompoundNode::children, Config_getBool, Config_getString, copyFile, DB_VIS_C, endDotFile, DocDiagramFileBase::file, DocDiagramFileBase::hasCaption, DocDiagramFileBase::height, m_hide, DocDiagramFileBase::relPath, DocDiagramFileBase::srcFile, DocDiagramFileBase::srcLine, startDotFile, stripPath, visitChildren and DocDiagramFileBase::width.
operator()()
|
Declaration at line 93 of file docbookvisitor.h, definition at line 1273 of file docbookvisitor.cpp.
References DocCompoundNode::children, Config_getBool, Config_getString, copyFile, DB_VIS_C, endMscFile, DocDiagramFileBase::file, DocDiagramFileBase::hasCaption, DocDiagramFileBase::height, m_hide, DocDiagramFileBase::relPath, DocDiagramFileBase::srcFile, DocDiagramFileBase::srcLine, startMscFile, stripPath, visitChildren and DocDiagramFileBase::width.
operator()()
|
Declaration at line 94 of file docbookvisitor.h, definition at line 1283 of file docbookvisitor.cpp.
References DocCompoundNode::children, Config_getBool, Config_getString, copyFile, DB_VIS_C, endDiaFile, DocDiagramFileBase::file, DocDiagramFileBase::hasCaption, DocDiagramFileBase::height, m_hide, DocDiagramFileBase::relPath, DocDiagramFileBase::srcFile, DocDiagramFileBase::srcLine, startDiaFile, stripPath, visitChildren and DocDiagramFileBase::width.
operator()()
|
Declaration at line 95 of file docbookvisitor.h, definition at line 1293 of file docbookvisitor.cpp.
References DocCompoundNode::children, Config_getBool, Config_getString, copyFile, DB_VIS_C, endPlantUmlFile, DocDiagramFileBase::file, DocDiagramFileBase::hasCaption, DocDiagramFileBase::height, m_hide, DocDiagramFileBase::relPath, DocDiagramFileBase::srcFile, DocDiagramFileBase::srcLine, startPlantUmlFile, stripPath, visitChildren and DocDiagramFileBase::width.
operator()()
|
Declaration at line 96 of file docbookvisitor.h, definition at line 1303 of file docbookvisitor.cpp.
References DocLink::anchor, DB_VIS_C, endLink, DocLink::file, m_hide, startLink and visitChildren.
operator()()
|
Declaration at line 97 of file docbookvisitor.h, definition at line 1312 of file docbookvisitor.cpp.
References DocRef::anchor, DB_VIS_C, endLink, DocRef::file, filter, DocRef::hasLinkText, QCString::isEmpty, DocRef::isSubPage, m_hide, startLink, DocRef::targetTitle and visitChildren.
operator()()
|
Declaration at line 98 of file docbookvisitor.h, definition at line 1330 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 99 of file docbookvisitor.h, definition at line 1340 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 100 of file docbookvisitor.h, definition at line 1349 of file docbookvisitor.cpp.
References ASSERT, DB_VIS_C, DocParamSect::Exception, DocParamSect::hasInOutSpecifier, DocParamSect::hasTypeSpecifier, m_hide, m_t, DocParamSect::Param, DocParamSect::RetVal, DocParamSect::TemplateParam, theTranslator, DocParamSect::type and visitChildren.
operator()()
|
Declaration at line 101 of file docbookvisitor.h, definition at line 1399 of file docbookvisitor.cpp.
References DB_VIS_C, DocParamList::direction, GrowVector< T >::empty, DocParamSect::hasInOutSpecifier, DocParamSect::hasTypeSpecifier, DocParamSect::In, DocParamSect::InOut, m_hide, m_t, DocParamSect::Out, DocParamList::paragraphs, DocParamList::parameters, DocParamList::paramTypes, DocNode::parent and DocParamSect::Unspecified.
operator()()
|
Declaration at line 102 of file docbookvisitor.h, definition at line 1465 of file docbookvisitor.cpp.
References DocXRefItem::anchor, DB_VIS_C, DocXRefItem::file, filter, QCString::isEmpty, m_hide, m_t, stripPath, DocXRefItem::title and visitChildren.
operator()()
|
Declaration at line 103 of file docbookvisitor.h, definition at line 1481 of file docbookvisitor.cpp.
References DocInternalRef::anchor, DB_VIS_C, endLink, DocInternalRef::file, m_hide, m_t, startLink and visitChildren.
operator()()
|
Declaration at line 104 of file docbookvisitor.h, definition at line 1491 of file docbookvisitor.cpp.
References DB_VIS_C and visitChildren.
operator()()
|
Declaration at line 105 of file docbookvisitor.h, definition at line 1498 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitChildren.
operator()()
|
Declaration at line 106 of file docbookvisitor.h, definition at line 1507 of file docbookvisitor.cpp.
Reference DB_VIS_C.
operator()()
|
Declaration at line 107 of file docbookvisitor.h, definition at line 1513 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide and visitChildren.
Public Member Functions
visitChildren()
| inline |
Definition at line 37 of file docbookvisitor.h.
Referenced by operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator() and operator().
Private Member Functions
endDiaFile()
|
Declaration at line 125 of file docbookvisitor.h, definition at line 1654 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitPostEnd.
Referenced by operator().
endDotFile()
|
Declaration at line 130 of file docbookvisitor.h, definition at line 1693 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitPostEnd.
Referenced by operator().
endLink()
|
Declaration at line 116 of file docbookvisitor.h, definition at line 1539 of file docbookvisitor.cpp.
Referenced by operator(), operator(), operator(), operator() and operator().
endMscFile()
|
Declaration at line 120 of file docbookvisitor.h, definition at line 1616 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitPostEnd.
Referenced by operator().
endPlantUmlFile()
|
Declaration at line 136 of file docbookvisitor.h, definition at line 1588 of file docbookvisitor.cpp.
References DB_VIS_C, m_hide, m_t and visitPostEnd.
Referenced by operator().
filter()
|
Declaration at line 113 of file docbookvisitor.h, definition at line 1521 of file docbookvisitor.cpp.
References convertToDocBook, DB_VIS_C and m_t.
Referenced by operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator() and operator().
startDiaFile()
|
Declaration at line 122 of file docbookvisitor.h, definition at line 1635 of file docbookvisitor.cpp.
References BITMAP, Config_getString, DB_VIS_C, m_t, makeBaseName, visitPreStart and writeDiaGraphFromFile.
Referenced by operator().
startDotFile()
|
Declaration at line 127 of file docbookvisitor.h, definition at line 1673 of file docbookvisitor.cpp.
References BITMAP, Config_getString, DB_VIS_C, getDotImageExtension, m_t, makeBaseName, visitPreStart and writeDotGraphFromFile.
Referenced by operator().
startLink()
Declaration at line 114 of file docbookvisitor.h, definition at line 1527 of file docbookvisitor.cpp.
References DB_VIS_C, QCString::isEmpty, m_t and stripPath.
Referenced by operator(), operator(), operator(), operator(), operator() and operator().
startMscFile()
|
Declaration at line 117 of file docbookvisitor.h, definition at line 1597 of file docbookvisitor.cpp.
References BITMAP, Config_getString, DB_VIS_C, m_t, makeBaseName, visitPreStart and writeMscGraphFromFile.
Referenced by operator().
startPlantUmlFile()
|
Declaration at line 133 of file docbookvisitor.h, definition at line 1566 of file docbookvisitor.cpp.
References Config_getString, DB_VIS_C, PlantumlManager::generatePlantUMLOutput, PlantumlManager::instance, m_t, makeBaseName, PlantumlManager::PUML_BITMAP, readInputFile, visitPreStart and PlantumlManager::writePlantUMLSource.
Referenced by operator().
visitCaption()
|
Declaration at line 145 of file docbookvisitor.h, definition at line 110 of file docbookvisitor.cpp.
Referenced by visitPreStart, writeDiaFile, writeDotFile, writeMscFile and writePlantUMLFile.
visitPostEnd()
|
Declaration at line 144 of file docbookvisitor.h, definition at line 161 of file docbookvisitor.cpp.
Referenced by endDiaFile, endDotFile, endMscFile, endPlantUmlFile, operator(), writeDiaFile, writeDotFile, writeMscFile and writePlantUMLFile.
visitPreStart()
|
Declaration at line 137 of file docbookvisitor.h, definition at line 118 of file docbookvisitor.cpp.
References convertToDocBook, QCString::isEmpty and visitCaption.
Referenced by operator(), startDiaFile, startDotFile, startMscFile, startPlantUmlFile, writeDiaFile, writeDotFile, writeMscFile and writePlantUMLFile.
writeDiaFile()
|
Declaration at line 126 of file docbookvisitor.h, definition at line 1624 of file docbookvisitor.cpp.
References BITMAP, DocVerbatim::children, Config_getString, DB_VIS_C, DocVerbatim::hasCaption, DocVerbatim::height, m_t, makeShortName, DocVerbatim::srcFile, DocVerbatim::srcLine, visitCaption, visitPostEnd, visitPreStart, DocVerbatim::width and writeDiaGraphFromFile.
writeDotFile()
|
Declaration at line 131 of file docbookvisitor.h, definition at line 1662 of file docbookvisitor.cpp.
References BITMAP, DocVerbatim::children, Config_getString, DB_VIS_C, getDotImageExtension, DocVerbatim::hasCaption, DocVerbatim::height, m_t, makeShortName, DocVerbatim::relPath, DocVerbatim::srcFile, DocVerbatim::srcLine, visitCaption, visitPostEnd, visitPreStart, DocVerbatim::width and writeDotGraphFromFile.
Referenced by operator().
writeMscFile()
|
Declaration at line 121 of file docbookvisitor.h, definition at line 1545 of file docbookvisitor.cpp.
References BITMAP, DocVerbatim::children, Config_getString, DB_VIS_C, DocVerbatim::hasCaption, DocVerbatim::height, m_t, makeShortName, DocVerbatim::relPath, DocVerbatim::srcFile, DocVerbatim::srcLine, visitCaption, visitPostEnd, visitPreStart, DocVerbatim::width and writeMscGraphFromFile.
Referenced by operator().
writePlantUMLFile()
|
Declaration at line 132 of file docbookvisitor.h, definition at line 1556 of file docbookvisitor.cpp.
References DocVerbatim::children, Config_getString, DB_VIS_C, PlantumlManager::generatePlantUMLOutput, DocVerbatim::hasCaption, DocVerbatim::height, PlantumlManager::instance, m_t, makeShortName, PlantumlManager::PUML_BITMAP, DocVerbatim::relPath, visitCaption, visitPostEnd, visitPreStart and DocVerbatim::width.
Referenced by operator().
Private Member Attributes
m_bodySet
|
m_ci
|
Definition at line 150 of file docbookvisitor.h.
Referenced by DocbookDocVisitor, operator(), operator() and operator().
m_colCnt
|
Definition at line 155 of file docbookvisitor.h.
Referenced by operator() and operator().
m_enabled
|
Definition at line 153 of file docbookvisitor.h.
m_hide
|
Definition at line 152 of file docbookvisitor.h.
Referenced by endDiaFile, endDotFile, endMscFile, endPlantUmlFile, operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator() and operator().
m_insidePre
|
Definition at line 151 of file docbookvisitor.h.
Referenced by operator(), operator() and operator().
m_langExt
|
Definition at line 154 of file docbookvisitor.h.
Referenced by DocbookDocVisitor, operator() and operator().
m_t
|
Definition at line 149 of file docbookvisitor.h.
Referenced by DocbookDocVisitor, endDiaFile, endDotFile, endLink, endMscFile, endPlantUmlFile, filter, operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), operator(), startDiaFile, startDotFile, startLink, startMscFile, startPlantUmlFile, writeDiaFile, writeDotFile, writeMscFile and writePlantUMLFile.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.