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 388 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 390 of file docnode.h.

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

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

Member Data Documentation

◆ children

DocNodeList DocVerbatim::Private::children

Definition at line 406 of file docnode.h.

◆ context

QCString DocVerbatim::Private::context

Definition at line 394 of file docnode.h.

Referenced by Private().

◆ engine

QCString DocVerbatim::Private::engine

Definition at line 404 of file docnode.h.

◆ exampleFile

QCString DocVerbatim::Private::exampleFile

Definition at line 398 of file docnode.h.

Referenced by Private().

◆ height

QCString DocVerbatim::Private::height

Definition at line 403 of file docnode.h.

◆ isBlock

bool DocVerbatim::Private::isBlock

Definition at line 401 of file docnode.h.

Referenced by Private().

◆ isExample

bool DocVerbatim::Private::isExample

Definition at line 397 of file docnode.h.

Referenced by Private().

◆ lang

QCString DocVerbatim::Private::lang

Definition at line 400 of file docnode.h.

Referenced by Private().

◆ relPath

QCString DocVerbatim::Private::relPath

Definition at line 399 of file docnode.h.

Referenced by Private().

◆ srcFile

QCString DocVerbatim::Private::srcFile

Definition at line 407 of file docnode.h.

◆ srcLine

int DocVerbatim::Private::srcLine = -1

Definition at line 408 of file docnode.h.

◆ text

QCString DocVerbatim::Private::text

Definition at line 395 of file docnode.h.

Referenced by Private().

◆ type

Type DocVerbatim::Private::type = Code

Definition at line 396 of file docnode.h.

Referenced by Private().

◆ useBitmap

bool DocVerbatim::Private::useBitmap =false

Definition at line 405 of file docnode.h.

◆ width

QCString DocVerbatim::Private::width

Definition at line 402 of file docnode.h.


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