Definition at line 12 of file QskFontRole.h.
|
enum | Category {
Caption
, Body
, Subtitle
, Title
,
Headline
, Display
} |
|
enum | Emphasis {
VeryLow
, Low
, Normal
, High
,
VeryHigh
} |
|
◆ Category
enum QskFontRole::Category |
◆ Emphasis
enum QskFontRole::Emphasis |
◆ 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 |