QSkinny 0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskLayoutChain::CellData Class Reference

Detailed Description

Definition at line 29 of file QskLayoutChain.h.

Public Attributes

int stretch = 0
 
bool canGrow = false
 
bool isShrunk = false
 
bool isValid = false
 
QskLayoutMetrics metrics
 

Public Member Functions

qreal metric (int which) const
 
void setMetric (int which, qreal size)
 

Member Function Documentation

◆ metric()

qreal QskLayoutChain::CellData::metric ( int  which) const
inline

Definition at line 32 of file QskLayoutChain.h.

◆ setMetric()

void QskLayoutChain::CellData::setMetric ( int  which,
qreal  size 
)
inline

Definition at line 37 of file QskLayoutChain.h.

Member Data Documentation

◆ canGrow

bool QskLayoutChain::CellData::canGrow = false

Definition at line 43 of file QskLayoutChain.h.

◆ isShrunk

bool QskLayoutChain::CellData::isShrunk = false

Definition at line 44 of file QskLayoutChain.h.

◆ isValid

bool QskLayoutChain::CellData::isValid = false

Definition at line 45 of file QskLayoutChain.h.

◆ metrics

QskLayoutMetrics QskLayoutChain::CellData::metrics

Definition at line 47 of file QskLayoutChain.h.

◆ stretch

int QskLayoutChain::CellData::stretch = 0

Definition at line 42 of file QskLayoutChain.h.