Qt 4.8
Public Functions | Public Variables | List of all members
QStyleSheetImageData Struct Reference
Inheritance diagram for QStyleSheetImageData:
QSharedData

Public Functions

 QStyleSheetImageData (const QIcon &i, Qt::Alignment a, const QSize &sz)
 
- Public Functions inherited from QSharedData
 QSharedData ()
 Constructs a QSharedData object with a reference count of 0. More...
 
 QSharedData (const QSharedData &)
 Constructs a QSharedData object with reference count 0. More...
 

Public Variables

Qt::Alignment alignment
 
QIcon icon
 
QSize size
 
- Public Variables inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 458 of file qstylesheetstyle.cpp.

Constructors and Destructors

◆ QStyleSheetImageData()

QStyleSheetImageData::QStyleSheetImageData ( const QIcon i,
Qt::Alignment  a,
const QSize sz 
)
inline

Definition at line 460 of file qstylesheetstyle.cpp.

461  : icon(i), alignment(a), size(sz) { }
long ASN1_INTEGER_get ASN1_INTEGER * a

Properties

◆ alignment

Qt::Alignment QStyleSheetImageData::alignment

Definition at line 464 of file qstylesheetstyle.cpp.

Referenced by QRenderRule::drawImage().

◆ icon

QIcon QStyleSheetImageData::icon

Definition at line 463 of file qstylesheetstyle.cpp.

Referenced by QRenderRule::drawImage().

◆ size

QSize QStyleSheetImageData::size

Definition at line 465 of file qstylesheetstyle.cpp.


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