Definition at line 23 of file QskSubcontrolLayoutEngine.h.
|
| QskSubcontrolLayoutEngine (Qt::Orientation) |
|
Qt::Orientation | orientation () const |
|
bool | setOrientation (Qt::Orientation) |
|
void | setSpacing (qreal) |
|
qreal | spacing () const |
|
void | addElement (LayoutElement *) |
|
LayoutElement * | elementAt (int) const |
|
LayoutElement * | element (QskAspect::Subcontrol) const |
|
int | count () const override final |
|
void | setGraphicTextElements (const QskSkinnable *, QskAspect::Subcontrol, const QString &text, QskAspect::Subcontrol, const QSizeF &graphicSize) |
|
GraphicElement * | appendGraphicElement (const QskSkinnable *, QskAspect::Subcontrol, const QSizeF &) |
|
TextElement * | appendTextElement (const QskSkinnable *, QskAspect::Subcontrol, const QString &) |
|
void | setFixedContent (QskAspect::Subcontrol, Qt::Orientation, Qt::Alignment) |
|
QRectF | subControlRect (QskAspect::Subcontrol) const |
|
int | rowCount () const |
|
int | columnCount () const |
|
bool | setVisualDirection (Qt::LayoutDirection) |
|
Qt::LayoutDirection | visualDirection () const |
|
bool | setDefaultAlignment (Qt::Alignment) |
|
Qt::Alignment | defaultAlignment () const |
|
bool | setExtraSpacingAt (Qt::Edges edges) |
|
Qt::Edges | extraSpacingAt () const |
|
bool | setSpacing (qreal spacing, Qt::Orientations) |
|
qreal | spacing (Qt::Orientation) const |
|
qreal | defaultSpacing (Qt::Orientation) const |
|
void | invalidate () |
|
qreal | widthForHeight (qreal height) const |
|
qreal | heightForWidth (qreal width) const |
|
QSizeF | sizeHint (Qt::SizeHint, const QSizeF &constraint) const |
|
void | setGeometries (const QRectF &) |
|
◆ QskSubcontrolLayoutEngine()
QskSubcontrolLayoutEngine::QskSubcontrolLayoutEngine |
( |
Qt::Orientation |
orientation | ) |
|
|
explicit |
◆ ~QskSubcontrolLayoutEngine()
QskSubcontrolLayoutEngine::~QskSubcontrolLayoutEngine |
( |
| ) |
|
|
override |
◆ addElement()
void QskSubcontrolLayoutEngine::addElement |
( |
LayoutElement * |
element | ) |
|
◆ appendGraphicElement()
◆ appendTextElement()
◆ count()
int QskSubcontrolLayoutEngine::count |
( |
| ) |
const |
|
finaloverridevirtual |
◆ effectiveCount()
int QskSubcontrolLayoutEngine::effectiveCount |
( |
Qt::Orientation |
orientation | ) |
const |
|
overrideprivatevirtual |
◆ element()
◆ elementAt()
◆ invalidateElementCache()
void QskSubcontrolLayoutEngine::invalidateElementCache |
( |
| ) |
|
|
overrideprivatevirtual |
◆ layoutItems()
void QskSubcontrolLayoutEngine::layoutItems |
( |
| ) |
|
|
overrideprivatevirtual |
◆ orientation()
Qt::Orientation QskSubcontrolLayoutEngine::orientation |
( |
| ) |
const |
◆ setFixedContent()
void QskSubcontrolLayoutEngine::setFixedContent |
( |
QskAspect::Subcontrol |
subcontrol, |
|
|
Qt::Orientation |
orientation, |
|
|
Qt::Alignment |
alignment |
|
) |
| |
◆ setGraphicTextElements()
◆ setOrientation()
bool QskSubcontrolLayoutEngine::setOrientation |
( |
Qt::Orientation |
orientation | ) |
|
◆ setSpacing()
void QskSubcontrolLayoutEngine::setSpacing |
( |
qreal |
spacing | ) |
|
◆ setupChain()
void QskSubcontrolLayoutEngine::setupChain |
( |
Qt::Orientation |
orientation, |
|
|
const QskLayoutChain::Segments & |
constraints, |
|
|
QskLayoutChain & |
chain |
|
) |
| const |
|
overrideprivatevirtual |
◆ sizePolicyAt()
QskSizePolicy QskSubcontrolLayoutEngine::sizePolicyAt |
( |
int |
index | ) |
const |
|
overrideprivatevirtual |
◆ spacing()
qreal QskSubcontrolLayoutEngine::spacing |
( |
| ) |
const |
◆ subControlRect()