Skip to main content

The Private Struct Reference

Declaration

struct DocImage::Private { ... }

Public Constructors Index

Private (const HtmlAttribList &attribs_, const QCString &name_, Type type_, const QCString &relPath_, const QCString &url_, bool inlineImage_)

Public Member Attributes Index

HtmlAttribListattribs
QCStringname
Typetype = Html
QCStringwidth
QCStringheight
QCStringrelPath
QCStringurl
boolinlineImage

Definition at line 660 of file docnode.h.

Public Constructors

Private()

DocImage::Private::Private (const HtmlAttribList & attribs_, const QCString & name_, Type type_, const QCString & relPath_, const QCString & url_, bool inlineImage_)
inline

Definition at line 662 of file docnode.h.

662 Private(const HtmlAttribList &attribs_,const QCString &name_,Type type_,
663 const QCString &relPath_, const QCString &url_,bool inlineImage_)
664 : attribs(attribs_), name(name_), type(type_),
665 relPath(relPath_), url(url_), inlineImage(inlineImage_) {}

References attribs, inlineImage, name, relPath, type and url.

Public Member Attributes

attribs

HtmlAttribList DocImage::Private::attribs

Definition at line 666 of file docnode.h.

Referenced by Private.

height

QCString DocImage::Private::height

Definition at line 670 of file docnode.h.

inlineImage

bool DocImage::Private::inlineImage

Definition at line 673 of file docnode.h.

Referenced by Private.

name

QCString DocImage::Private::name

Definition at line 667 of file docnode.h.

Referenced by Private.

relPath

QCString DocImage::Private::relPath

Definition at line 671 of file docnode.h.

Referenced by Private.

type

Type DocImage::Private::type = Html

Definition at line 668 of file docnode.h.

Referenced by Private.

url

QCString DocImage::Private::url

Definition at line 672 of file docnode.h.

Referenced by Private.

width

QCString DocImage::Private::width

Definition at line 669 of file docnode.h.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.