![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfixed_p.h>
Public Member Functions | |
constexpr | QFixedSize () |
constexpr | QFixedSize (QFixed _width, QFixed _height) |
constexpr QSizeF | toSizeF () const |
Static Public Member Functions | |
static constexpr QFixedSize | fromSizeF (const QSizeF &s) |
Public Attributes | |
QFixed | width |
QFixed | height |
Definition at line 182 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 185 of file qfixed_p.h.
Definition at line 186 of file qfixed_p.h.
|
inlinestaticconstexpr |
Definition at line 188 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 187 of file qfixed_p.h.
QFixed QFixedSize::height |
Definition at line 184 of file qfixed_p.h.
Referenced by QFixedSize(), and toSizeF().
QFixed QFixedSize::width |
Definition at line 183 of file qfixed_p.h.
Referenced by QFixedSize(), and toSizeF().