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

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 407 of file docnode.h.

Constructor & Destructor Documentation

◆ Private()

DocVerbatim::Private::Private ( const DString & context_,
const DString & text_,
Type type_,
bool isExample_,
const DString & exampleFile_,
const DString & relPath_,
const DString & 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_) {}

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

DString DocVerbatim::Private::context

Definition at line 413 of file docnode.h.

Referenced by Private().

◆ engine

DString DocVerbatim::Private::engine

Definition at line 423 of file docnode.h.

◆ exampleFile

DString DocVerbatim::Private::exampleFile

Definition at line 417 of file docnode.h.

Referenced by Private().

◆ height

DString 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

DString DocVerbatim::Private::lang

Definition at line 419 of file docnode.h.

Referenced by Private().

◆ relPath

DString DocVerbatim::Private::relPath

Definition at line 418 of file docnode.h.

Referenced by Private().

◆ srcFile

DString 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

DString 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

DString DocVerbatim::Private::width

Definition at line 421 of file docnode.h.


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