Definition at line 15 of file QskLayoutChain.h.
|
enum | FillMode { Leading = 1 << 0
, Trailing = 1 << 1
} |
|
typedef QVector< Segment > | Segments |
|
◆ Segments
typedef QVector< Segment > QskLayoutChain::Segments |
◆ FillMode
enum QskLayoutChain::FillMode |
◆ QskLayoutChain()
QskLayoutChain::QskLayoutChain |
( |
| ) |
|
◆ ~QskLayoutChain()
QskLayoutChain::~QskLayoutChain |
( |
| ) |
|
◆ boundingMetrics()
◆ cell()
const CellData & QskLayoutChain::cell |
( |
int |
index | ) |
const |
|
inline |
◆ constraint()
qreal QskLayoutChain::constraint |
( |
| ) |
const |
|
inline |
◆ count()
int QskLayoutChain::count |
( |
| ) |
const |
|
inline |
◆ expandCell()
void QskLayoutChain::expandCell |
( |
int |
index, |
|
|
const CellData & |
newCell |
|
) |
| |
◆ expandCells()
void QskLayoutChain::expandCells |
( |
int |
start, |
|
|
int |
end, |
|
|
const CellData & |
multiCell |
|
) |
| |
◆ fillMode()
int QskLayoutChain::fillMode |
( |
| ) |
const |
|
inline |
◆ finish()
void QskLayoutChain::finish |
( |
| ) |
|
◆ invalidate()
void QskLayoutChain::invalidate |
( |
| ) |
|
◆ reset()
void QskLayoutChain::reset |
( |
int |
count, |
|
|
qreal |
constraint |
|
) |
| |
◆ segments()
QskLayoutChain::Segments QskLayoutChain::segments |
( |
qreal |
size | ) |
const |
◆ setFillMode()
void QskLayoutChain::setFillMode |
( |
int |
mode | ) |
|
|
inline |
◆ setSpacing()
bool QskLayoutChain::setSpacing |
( |
qreal |
spacing | ) |
|
◆ shrinkCell()
void QskLayoutChain::shrinkCell |
( |
int |
index, |
|
|
const CellData & |
newCell |
|
) |
| |
◆ spacing()
qreal QskLayoutChain::spacing |
( |
| ) |
const |
|
inline |