![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
void | applyTo (QWindow *window) const |
Static Public Member Functions | |
static QWindowGeometrySpecification | fromArgument (const QByteArray &a) |
Public Attributes | |
Qt::Corner | corner |
int | xOffset |
int | yOffset |
int | width |
int | height |
Definition at line 248 of file qguiapplication.cpp.
Definition at line 313 of file qguiapplication.cpp.
References QRect::bottom(), Qt::BottomLeftCorner, corner, QSize::height(), QRect::left(), qBound(), qMax(), QRect::right(), QPoint::setX(), QPoint::setY(), QRect::size(), QRect::top(), QRect::topLeft(), Qt::TopLeftCorner, Qt::TopRightCorner, QSize::width(), window(), xOffset, and yOffset.
Referenced by QGuiApplicationPrivate::applyWindowGeometrySpecificationTo().
|
static |
Definition at line 284 of file qguiapplication.cpp.
References Qt::BottomLeftCorner, Qt::BottomRightCorner, i, nextGeometryToken(), pos, Q_WINDOW_GEOMETRY_SPECIFICATION_INITIALIZER, and Qt::TopRightCorner.
Referenced by QGuiApplicationPrivate::createPlatformIntegration().
Qt::Corner QWindowGeometrySpecification::corner |
Definition at line 253 of file qguiapplication.cpp.
Referenced by applyTo().
int QWindowGeometrySpecification::height |
Definition at line 257 of file qguiapplication.cpp.
int QWindowGeometrySpecification::width |
Definition at line 256 of file qguiapplication.cpp.
int QWindowGeometrySpecification::xOffset |
Definition at line 254 of file qguiapplication.cpp.
Referenced by applyTo().
int QWindowGeometrySpecification::yOffset |
Definition at line 255 of file qguiapplication.cpp.
Referenced by applyTo().