Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtFontStyle::Key Struct Reference

#include <qfontdatabase_p.h>

Collaboration diagram for QtFontStyle::Key:

Public Member Functions

 Key (const QString &styleString)
 Key ()
 Key (const Key &o)
bool operator== (const Key &other) const noexcept
bool operator!= (const Key &other) const noexcept

Public Attributes

uint style: 2
uint weight: 10
signed int stretch: 12

Detailed Description

Definition at line 70 of file qfontdatabase_p.h.

Constructor & Destructor Documentation

◆ Key() [1/3]

QtFontStyle::Key::Key ( const QString & styleString)

Definition at line 151 of file qfontdatabase.cpp.

◆ Key() [2/3]

QtFontStyle::Key::Key ( )
inline

Definition at line 74 of file qfontdatabase_p.h.

◆ Key() [3/3]

QtFontStyle::Key::Key ( const Key & o)
inline

Definition at line 80 of file qfontdatabase_p.h.

Member Function Documentation

◆ operator!=()

bool QtFontStyle::Key::operator!= ( const Key & other) const
inlinenoexcept

Definition at line 96 of file qfontdatabase_p.h.

◆ operator==()

bool QtFontStyle::Key::operator== ( const Key & other) const
inlinenoexcept

Definition at line 90 of file qfontdatabase_p.h.

Member Data Documentation

◆ stretch

signed int QtFontStyle::Key::stretch

Definition at line 88 of file qfontdatabase_p.h.

◆ style

uint QtFontStyle::Key::style

Definition at line 86 of file qfontdatabase_p.h.

◆ weight

uint QtFontStyle::Key::weight

Definition at line 87 of file qfontdatabase_p.h.


The documentation for this struct was generated from the following files: