doxygen
|
Node representing a verbatim, unparsed text fragment. More...
#include <docnode.h>
Public Types | |
enum | Type { Code, HtmlOnly, ManOnly, LatexOnly, RtfOnly, XmlOnly, Verbatim, Dot, Msc, DocbookOnly, PlantUML, JavaDocCode, JavaDocLiteral } |
Public Member Functions | |
DocVerbatim (DocParser *parser, DocNodeVariant *parent, const QCString &context, const QCString &text, Type t, bool isExample, const QCString &exampleFile, bool isBlock=FALSE, const QCString &lang=QCString()) | |
Type | type () const |
QCString | text () const |
QCString | context () const |
bool | isExample () const |
QCString | exampleFile () const |
QCString | relPath () const |
QCString | language () const |
bool | isBlock () const |
bool | hasCaption () const |
QCString | width () const |
QCString | height () const |
QCString | engine () const |
bool | useBitmap () const |
const DocNodeList & | children () const |
DocNodeList & | children () |
QCString | srcFile () const |
int | srcLine () const |
void | setText (const QCString &t) |
void | setWidth (const QCString &w) |
void | setHeight (const QCString &h) |
void | setEngine (const QCString &e) |
void | setUseBitmap (const bool &u) |
void | setLocation (const QCString &file, int line) |
![]() | |
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 verbatim, unparsed text fragment.