| Name | |
|---|---|
| enum | FillMode { Leading = 1 « 0, Trailing = 1 « 1} |
| typedef QVector< Segment > | Segments |
| Name | |
|---|---|
| QskLayoutChain() | |
| ~QskLayoutChain() | |
| void | invalidate() |
| void | reset(int count, qreal constraint) |
| void | expandCell(int index, const CellData & newCell) |
| void | expandCells(int start, int end, const CellData & multiCell) |
| void | shrinkCell(int index, const CellData & newCell) |
| void | finish() |
| const CellData & | cell(int index) const |
| bool | setSpacing(qreal spacing) |
| qreal | spacing() const |
| void | setFillMode(int mode) |
| int | fillMode() const |
| Segments | segments(qreal size) const |
| QskLayoutHint | boundingHint() const |
| qreal | constraint() const |
| int | count() const |
| Enumerator | Value | Description |
|---|---|---|
| Leading | 1 « 0 | |
| Trailing | 1 « 1 |
typedef QVector< Segment > QskLayoutChain::Segments;
QskLayoutChain()
~QskLayoutChain()
void invalidate()
void reset(
int count,
qreal constraint
)
void expandCell(
int index,
const CellData & newCell
)
void expandCells(
int start,
int end,
const CellData & multiCell
)
void shrinkCell(
int index,
const CellData & newCell
)
void finish()
inline const CellData & cell(
int index
) const
bool setSpacing(
qreal spacing
)
inline qreal spacing() const
inline void setFillMode(
int mode
)
inline int fillMode() const
Segments segments(
qreal size
) const
inline QskLayoutHint boundingHint() const
inline qreal constraint() const
inline int count() const
Updated on 28 July 2023 at 14:02:28 CEST