![]() |
Qt 6.x
The Qt SDK
|
#include <qfixed_p.h>
Collaboration diagram for QFixedSize: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.
Referenced by fromSizeF().
Here is the caller graph for this function:Definition at line 186 of file qfixed_p.h.
|
inlinestaticconstexpr |
Definition at line 188 of file qfixed_p.h.
References QFixedSize(), and QFixed::fromReal().
Referenced by QTextDocumentLayout::resizeInlineObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineconstexpr |
Definition at line 187 of file qfixed_p.h.
Referenced by QTextDocumentLayoutPrivate::layoutFlow().
Here is the caller graph for this function:| QFixed QFixedSize::height |
Definition at line 184 of file qfixed_p.h.
Referenced by QTextDocumentLayoutPrivate::drawFrame(), QTextDocumentLayoutPrivate::layoutCell(), and QTextDocumentLayoutPrivate::layoutFlow().
| QFixed QFixedSize::width |
Definition at line 183 of file qfixed_p.h.
Referenced by QTextDocumentLayoutPrivate::layoutFlow(), and QTextDocumentLayoutPrivate::layoutFrame().