doxygen
|
Node representing a paragraph in the documentation tree. More...
#include <docnode.h>
Public Member Functions | |
DocPara (DocParser *parser, DocNodeVariant *parent) | |
int | parse () |
bool | isEmpty () const |
void | markFirst (bool v=TRUE) |
void | markLast (bool v=TRUE) |
bool | isFirst () const |
bool | isLast () const |
int | handleCommand (const QCString &cmdName, const int tok) |
int | handleHtmlStartTag (const QCString &tagName, const HtmlAttribList &tagHtmlAttribs) |
int | handleHtmlEndTag (const QCString &tagName) |
int | handleSimpleSection (DocSimpleSect::Type t, bool xmlContext=FALSE) |
int | handleXRefItem () |
int | handleParamSection (const QCString &cmdName, DocParamSect::Type t, bool xmlContext, int direction) |
void | handleIncludeOperator (const QCString &cmdName, DocIncOperator::Type t) |
template<class T > | |
void | handleFile (const QCString &cmdName) |
void | handleInclude (const QCString &cmdName, DocInclude::Type t) |
void | handleLink (const QCString &cmdName, bool isJavaLink) |
void | handleCite () |
void | handleDoxyConfig () |
void | handleEmoji () |
void | handleRef (const QCString &cmdName) |
void | handleSection (const QCString &cmdName) |
void | handleInheritDoc () |
void | handleVhdlFlow () |
void | handleILine () |
void | handleIFile () |
void | handleShowDate () |
int | handleStartCode () |
int | handleHtmlHeader (const HtmlAttribList &tagHtmlAttribs, int level) |
bool | injectToken (int tok, const QCString &tokText) |
const HtmlAttribList & | attribs () const |
void | setAttribs (const HtmlAttribList &attribs) |
![]() | |
DocCompoundNode (DocParser *parser, DocNodeVariant *parent) | |
DocNodeList & | children () |
const DocNodeList & | children () const |
![]() | |
DocNode (DocParser *parser, DocNodeVariant *parent) | |
DocNode (const DocNode &)=delete | |
DocNode & | operator= (const DocNode &)=delete |
DocNode (DocNode &&)=default | |
DocNode & | operator= (DocNode &&)=default |
DocNodeVariant * | parent () |
const DocNodeVariant * | parent () const |
DocNodeVariant * | thisVariant () |
const DocNodeVariant * | thisVariant () const |
void | setThisVariant (DocNodeVariant *thisVariant) |
DocParser * | parser () |
const DocParser * | parser () const |
void | setParent (DocNodeVariant *parent) |
bool | isPreformatted () const |
Additional Inherited Members | |
![]() | |
enum | RefType { Unknown, Anchor, Section, Table } |
![]() | |
void | setInsidePreformatted (bool p) |
Node representing a paragraph in the documentation tree.