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
QWindowGeometrySpecification Struct Reference
Collaboration diagram for QWindowGeometrySpecification:

Public Member Functions

void applyTo (QWindow *window) const
void applyTo (QWindow *window) const

Static Public Member Functions

static QWindowGeometrySpecification fromArgument (const QByteArray &a)
static QWindowGeometrySpecification fromArgument (const QByteArray &a)

Public Attributes

Qt::Corner corner
int xOffset
int yOffset
int width
int height

Detailed Description

Definition at line 260 of file qguiapplication.cpp.

Member Function Documentation

◆ applyTo() [1/2]

void QWindowGeometrySpecification::applyTo ( QWindow * window) const

Definition at line 325 of file qguiapplication.cpp.

References height, width, xOffset, and yOffset.

◆ applyTo() [2/2]

void QWindowGeometrySpecification::applyTo ( QWindow * window) const

◆ fromArgument() [1/2]

QWindowGeometrySpecification QWindowGeometrySpecification::fromArgument ( const QByteArray & a)
static

Definition at line 296 of file qguiapplication.cpp.

References height, width, xOffset, and yOffset.

◆ fromArgument() [2/2]

QWindowGeometrySpecification QWindowGeometrySpecification::fromArgument ( const QByteArray & a)
static

Member Data Documentation

◆ corner

Qt::Corner QWindowGeometrySpecification::corner

Definition at line 265 of file qguiapplication.cpp.

◆ height

int QWindowGeometrySpecification::height

Definition at line 269 of file qguiapplication.cpp.

Referenced by applyTo(), and fromArgument().

◆ width

int QWindowGeometrySpecification::width

Definition at line 268 of file qguiapplication.cpp.

Referenced by applyTo(), and fromArgument().

◆ xOffset

int QWindowGeometrySpecification::xOffset

Definition at line 266 of file qguiapplication.cpp.

Referenced by applyTo(), and fromArgument().

◆ yOffset

int QWindowGeometrySpecification::yOffset

Definition at line 267 of file qguiapplication.cpp.

Referenced by applyTo(), and fromArgument().


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