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

Public Functions

 QStyleSheetBorderImageData ()
 
- 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

int cuts [4]
 
QCss::TileMode horizStretch
 
QImage image
 
QPixmap pixmap
 
QCss::TileMode vertStretch
 
- Public Variables inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 304 of file qstylesheetstyle.cpp.

Constructors and Destructors

◆ QStyleSheetBorderImageData()

QStyleSheetBorderImageData::QStyleSheetBorderImageData ( )
inline

Definition at line 306 of file qstylesheetstyle.cpp.

308  {
309  for (int i = 0; i < 4; i++)
310  cuts[i] = -1;
311  }

Properties

◆ cuts

int QStyleSheetBorderImageData::cuts[4]

◆ horizStretch

QCss::TileMode QStyleSheetBorderImageData::horizStretch

Definition at line 315 of file qstylesheetstyle.cpp.

Referenced by QRenderRule::drawBorderImage(), and QRenderRule::QRenderRule().

◆ image

QImage QStyleSheetBorderImageData::image

Definition at line 314 of file qstylesheetstyle.cpp.

◆ pixmap

QPixmap QStyleSheetBorderImageData::pixmap

◆ vertStretch

QCss::TileMode QStyleSheetBorderImageData::vertStretch

Definition at line 315 of file qstylesheetstyle.cpp.

Referenced by QRenderRule::drawBorderImage(), and QRenderRule::QRenderRule().


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