Definition at line 12 of file QskFontRole.h.
|
| enum | Category : quint8 {
Caption
, Body
, Subtitle
, Title
,
Headline
, Display
} |
| |
| enum | Emphasis : quint8 {
VeryLow
, Low
, Normal
, High
,
VeryHigh
} |
| |
◆ Category
| enum QskFontRole::Category : quint8 |
◆ Emphasis
| enum QskFontRole::Emphasis : quint8 |
◆ QskFontRole()
| constexpr QskFontRole::QskFontRole |
( |
Category |
category = Body, |
|
|
Emphasis |
emphasis = Normal |
|
) |
| |
|
inlineconstexprnoexcept |
◆ category()
| constexpr QskFontRole::Category QskFontRole::category |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ emphasis()
| constexpr QskFontRole::Emphasis QskFontRole::emphasis |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ hash()
| QskHashValue QskFontRole::hash |
( |
QskHashValue |
seed = 0 | ) |
const |
|
noexcept |
◆ operator!=()
| constexpr bool QskFontRole::operator!= |
( |
const QskFontRole & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator==()
| constexpr bool QskFontRole::operator== |
( |
const QskFontRole & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ setCategory()
| void QskFontRole::setCategory |
( |
Category |
category | ) |
|
|
inlinenoexcept |
◆ setEmphasis()
| void QskFontRole::setEmphasis |
( |
Emphasis |
emphasis | ) |
|
|
inlinenoexcept |
◆ category
| Category QskFontRole::category |
|
readwrite |
◆ emphasis
| Emphasis QskFontRole::emphasis |
|
readwrite |