Skip to main content

The Private Struct Reference

Declaration

struct DocVerbatim::Private { ... }

Public Constructors Index

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

Public Member Attributes Index

QCStringcontext
QCStringtext
Typetype = Code
boolisExample
QCStringexampleFile
QCStringrelPath
QCStringlang
boolisBlock
QCStringwidth
QCStringheight
QCStringengine
booluseBitmap =false
DocNodeListchildren
QCStringsrcFile
intsrcLine = -1

Definition at line 407 of file docnode.h.

Public Constructors

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.

409 Private(const QCString &context_,const QCString &text_, Type type_, bool isExample_,
410 const QCString &exampleFile_, const QCString &relPath_,const QCString &lang_, bool isBlock_)
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.

Public Member Attributes

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.

420 bool isBlock;

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.

427 int srcLine = -1;

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.

424 bool useBitmap=false; // some PlantUML engines cannot output data in EPS format so bitmap format is required

width

QCString DocVerbatim::Private::width

Definition at line 421 of file docnode.h.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.