QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 16 of file QskBoxMetrics.h.
Classes | |
struct | Corner |
Public Attributes | |
const QRectF | outerRect |
QRectF | innerRect |
struct QskBoxMetrics::Corner | corners [4] |
bool | hasBorder = false |
bool | isBorderRegular = false |
bool | isOutsideRounded = false |
bool | isOutsideSymmetric = false |
bool | isInsideRounded = false |
Qt::Orientations | stepSymmetries |
Qt::Orientation | preferredOrientation |
Public Member Functions | |
QskBoxMetrics (const QRectF &, const QskBoxShapeMetrics &, const QskBoxBorderMetrics &) | |
int | outerStepCount () const |
int | innerStepCount () const |
int | innerStepCount (int corner1, int corner2) const |
QskBoxMetrics::QskBoxMetrics | ( | const QRectF & | rect, |
const QskBoxShapeMetrics & | shape, | ||
const QskBoxBorderMetrics & | border | ||
) |
Definition at line 12 of file QskBoxMetrics.cpp.
int QskBoxMetrics::innerStepCount | ( | ) | const |
Definition at line 195 of file QskBoxMetrics.cpp.
|
inline |
Definition at line 28 of file QskBoxMetrics.h.
int QskBoxMetrics::outerStepCount | ( | ) | const |
Definition at line 189 of file QskBoxMetrics.cpp.
bool QskBoxMetrics::hasBorder = false |
Definition at line 63 of file QskBoxMetrics.h.
QRectF QskBoxMetrics::innerRect |
Definition at line 23 of file QskBoxMetrics.h.
bool QskBoxMetrics::isBorderRegular = false |
Definition at line 66 of file QskBoxMetrics.h.
bool QskBoxMetrics::isInsideRounded = false |
Definition at line 82 of file QskBoxMetrics.h.
bool QskBoxMetrics::isOutsideRounded = false |
Definition at line 69 of file QskBoxMetrics.h.
bool QskBoxMetrics::isOutsideSymmetric = false |
Definition at line 74 of file QskBoxMetrics.h.
const QRectF QskBoxMetrics::outerRect |
Definition at line 22 of file QskBoxMetrics.h.
Qt::Orientation QskBoxMetrics::preferredOrientation |
Definition at line 93 of file QskBoxMetrics.h.
Qt::Orientations QskBoxMetrics::stepSymmetries |
Definition at line 90 of file QskBoxMetrics.h.