Definition at line 18 of file QskLayoutEngine2D.h.
|
enum | { ElementCache = 1 << 0
, LayoutCache = 1 << 1
} |
|
◆ anonymous enum
◆ QskLayoutEngine2D()
QskLayoutEngine2D::QskLayoutEngine2D |
( |
| ) |
|
◆ ~QskLayoutEngine2D()
QskLayoutEngine2D::~QskLayoutEngine2D |
( |
| ) |
|
|
virtual |
◆ columnCount()
int QskLayoutEngine2D::columnCount |
( |
| ) |
const |
|
inline |
◆ defaultAlignment()
Qt::Alignment QskLayoutEngine2D::defaultAlignment |
( |
| ) |
const |
◆ defaultSpacing()
qreal QskLayoutEngine2D::defaultSpacing |
( |
Qt::Orientation |
| ) |
const |
◆ extraSpacingAt()
Qt::Edges QskLayoutEngine2D::extraSpacingAt |
( |
| ) |
const |
◆ geometryAt()
QRectF QskLayoutEngine2D::geometryAt |
( |
const QskLayoutElement * |
element, |
|
|
const QRect & |
grid |
|
) |
| const |
|
protected |
◆ heightForWidth()
qreal QskLayoutEngine2D::heightForWidth |
( |
qreal |
width | ) |
const |
◆ invalidate() [1/2]
void QskLayoutEngine2D::invalidate |
( |
| ) |
|
|
inline |
◆ invalidate() [2/2]
void QskLayoutEngine2D::invalidate |
( |
int |
what | ) |
|
|
protected |
◆ rowCount()
int QskLayoutEngine2D::rowCount |
( |
| ) |
const |
|
inline |
◆ setDefaultAlignment()
bool QskLayoutEngine2D::setDefaultAlignment |
( |
Qt::Alignment |
alignment | ) |
|
◆ setExtraSpacingAt()
bool QskLayoutEngine2D::setExtraSpacingAt |
( |
Qt::Edges |
edges | ) |
|
◆ setGeometries()
void QskLayoutEngine2D::setGeometries |
( |
const QRectF & |
rect | ) |
|
◆ setSpacing()
bool QskLayoutEngine2D::setSpacing |
( |
qreal |
spacing, |
|
|
Qt::Orientations |
orientations |
|
) |
| |
◆ setVisualDirection()
bool QskLayoutEngine2D::setVisualDirection |
( |
Qt::LayoutDirection |
direction | ) |
|
◆ sizeHint()
QSizeF QskLayoutEngine2D::sizeHint |
( |
Qt::SizeHint |
which, |
|
|
const QSizeF & |
constraint |
|
) |
| const |
◆ spacing()
qreal QskLayoutEngine2D::spacing |
( |
Qt::Orientation |
orientation | ) |
const |
◆ visualDirection()
Qt::LayoutDirection QskLayoutEngine2D::visualDirection |
( |
| ) |
const |
◆ widthForHeight()
qreal QskLayoutEngine2D::widthForHeight |
( |
qreal |
height | ) |
const |