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

Public Member Functions

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

Public Attributes

HtmlAttribList attribs
 
QCString name
 
Type type = Html
 
QCString width
 
QCString height
 
QCString relPath
 
QCString url
 
bool inlineImage
 

Detailed Description

Definition at line 654 of file docnode.h.

Constructor & Destructor Documentation

◆ Private()

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

Definition at line 656 of file docnode.h.

658 : attribs(attribs_), name(name_), type(type_),
659 relPath(relPath_), url(url_), inlineImage(inlineImage_) {}
QCString name
Definition docnode.h:661
QCString relPath
Definition docnode.h:665
HtmlAttribList attribs
Definition docnode.h:660

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

Member Data Documentation

◆ attribs

HtmlAttribList DocImage::Private::attribs

Definition at line 660 of file docnode.h.

Referenced by Private().

◆ height

QCString DocImage::Private::height

Definition at line 664 of file docnode.h.

◆ inlineImage

bool DocImage::Private::inlineImage

Definition at line 667 of file docnode.h.

Referenced by Private().

◆ name

QCString DocImage::Private::name

Definition at line 661 of file docnode.h.

Referenced by Private().

◆ relPath

QCString DocImage::Private::relPath

Definition at line 665 of file docnode.h.

Referenced by Private().

◆ type

Type DocImage::Private::type = Html

Definition at line 662 of file docnode.h.

Referenced by Private().

◆ url

QCString DocImage::Private::url

Definition at line 666 of file docnode.h.

Referenced by Private().

◆ width

QCString DocImage::Private::width

Definition at line 663 of file docnode.h.


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