Doxygen
|
Node representing a verbatim, unparsed text fragment. More...
#include <src/docnode.h>
Classes | |
struct | Private |
Public Types | |
enum | Type { Code , HtmlOnly , ManOnly , LatexOnly , RtfOnly , XmlOnly , Verbatim , Dot , Msc , DocbookOnly , PlantUML , JavaDocCode , JavaDocLiteral } |
Private Attributes | |
std::unique_ptr< Private > | p |
Additional Inherited Members | |
Protected Types inherited from DocNode | |
enum | RefType { Unknown , Anchor , Section , Table } |
Protected Member Functions inherited from DocNode | |
void | setInsidePreformatted (bool p) |
enum DocVerbatim::Type |
Enumerator | |
---|---|
Code | |
HtmlOnly | |
ManOnly | |
LatexOnly | |
RtfOnly | |
XmlOnly | |
Verbatim | |
Dot | |
Msc | |
DocbookOnly | |
PlantUML | |
JavaDocCode | |
JavaDocLiteral |
Definition at line 378 of file docnode.h.
DocVerbatim::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() ) |
Definition at line 258 of file docnode.cpp.
References context(), DocNode::DocNode(), exampleFile(), isBlock(), isExample(), p, DocNode::parent(), DocNode::parser(), relPath(), and text().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 389 of file docnode.h.
References p.
Referenced by DocVerbatim(), and mustBeOutsideParagraph().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 402 of file docnode.h.
References p.
Referenced by DocPara::handleCommand().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 429 of file docnode.h.
Referenced by children(), children(), context(), DocVerbatim(), engine(), exampleFile(), hasCaption(), height(), isBlock(), isExample(), language(), relPath(), setEngine(), setHeight(), setLocation(), setText(), setUseBitmap(), setWidth(), srcFile(), srcLine(), text(), type(), useBitmap(), and width().