QSize

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(int w, int h)
Undocumented in source.

Members

Functions

boundedTo
QSize boundedTo(const(QSize) otherSize)
Undocumented in source. Be warned that the author may not have intended to support it.
expandedTo
QSize expandedTo(const(QSize) otherSize)
Undocumented in source. Be warned that the author may not have intended to support it.
grownBy
QSize grownBy(QMargins m)
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QSize opOpAssign(const(QSize) s)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QSize opOpAssign(const(QSize) s)
Undocumented in source. Be warned that the author may not have intended to support it.
rheight
int rheight()
Undocumented in source. Be warned that the author may not have intended to support it.
rwidth
int rwidth()
Undocumented in source. Be warned that the author may not have intended to support it.
scale
void scale(int w, int h, qt.core.namespace.AspectRatioMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
void scale(const(QSize) s, qt.core.namespace.AspectRatioMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
scaled
QSize scaled(int w, int h, qt.core.namespace.AspectRatioMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
scaled
QSize scaled(const(QSize) s, qt.core.namespace.AspectRatioMode mode)
Undocumented in source.
setHeight
void setHeight(int h)
Undocumented in source. Be warned that the author may not have intended to support it.
setWidth
void setWidth(int w)
Undocumented in source. Be warned that the author may not have intended to support it.
shrunkBy
QSize shrunkBy(QMargins m)
Undocumented in source. Be warned that the author may not have intended to support it.
transpose
void transpose()
Undocumented in source.
transposed
QSize transposed()
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta