Doxygen
Loading...
Searching...
No Matches
DocVerbatim::Private Struct Reference
Collaboration diagram for DocVerbatim::Private:

Public Member Functions

 Private (const QCString &context_, const QCString &text_, Type type_, bool isExample_, const QCString &exampleFile_, const QCString &relPath_, const QCString &lang_, bool isBlock_)

Public Attributes

QCString context
QCString text
Type type = Code
bool isExample
QCString exampleFile
QCString relPath
QCString lang
bool isBlock
QCString width
QCString height
QCString engine
bool useBitmap =false
DocNodeList children
QCString srcFile
int srcLine = -1

Detailed Description

Definition at line 407 of file docnode.h.

Constructor & Destructor Documentation

◆ Private()

DocVerbatim::Private::Private ( const QCString & context_,
const QCString & text_,
Type type_,
bool isExample_,
const QCString & exampleFile_,
const QCString & relPath_,
const QCString & lang_,
bool isBlock_ )
inline

Definition at line 409 of file docnode.h.

411 : context(context_), text(text_), type(type_), isExample(isExample_),
412 exampleFile(exampleFile_), relPath(relPath_), lang(lang_), isBlock(isBlock_) {}
QCString exampleFile
Definition docnode.h:417

References context, exampleFile, isBlock, isExample, lang, relPath, text, and type.

Member Data Documentation

◆ children

DocNodeList DocVerbatim::Private::children

Definition at line 425 of file docnode.h.

◆ context

QCString DocVerbatim::Private::context

Definition at line 413 of file docnode.h.

Referenced by Private().

◆ engine

QCString DocVerbatim::Private::engine

Definition at line 423 of file docnode.h.

◆ exampleFile

QCString DocVerbatim::Private::exampleFile

Definition at line 417 of file docnode.h.

Referenced by Private().

◆ height

QCString DocVerbatim::Private::height

Definition at line 422 of file docnode.h.

◆ isBlock

bool DocVerbatim::Private::isBlock

Definition at line 420 of file docnode.h.

Referenced by Private().

◆ isExample

bool DocVerbatim::Private::isExample

Definition at line 416 of file docnode.h.

Referenced by Private().

◆ lang

QCString DocVerbatim::Private::lang

Definition at line 419 of file docnode.h.

Referenced by Private().

◆ relPath

QCString DocVerbatim::Private::relPath

Definition at line 418 of file docnode.h.

Referenced by Private().

◆ srcFile

QCString DocVerbatim::Private::srcFile

Definition at line 426 of file docnode.h.

◆ srcLine

int DocVerbatim::Private::srcLine = -1

Definition at line 427 of file docnode.h.

◆ text

QCString DocVerbatim::Private::text

Definition at line 414 of file docnode.h.

Referenced by Private().

◆ type

Type DocVerbatim::Private::type = Code

Definition at line 415 of file docnode.h.

Referenced by Private().

◆ useBitmap

bool DocVerbatim::Private::useBitmap =false

Definition at line 424 of file docnode.h.

◆ width

QCString DocVerbatim::Private::width

Definition at line 421 of file docnode.h.


The documentation for this struct was generated from the following file: