就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 5.12.12
Qt Core
C++ 类
QSize
List of All Members for QSize
这是完整成员列表为
QSize
,包括继承的成员。
QSize
()
QSize
(int , int )
boundedTo
(const QSize &) const : QSize
expandedTo
(const QSize &) const : QSize
height
() const : int
isEmpty
() const : bool
isNull
() const : bool
isValid
() const : bool
rheight
() : int &
rwidth
() : int &
scale
(int , int , Qt::AspectRatioMode )
scale
(const QSize &, Qt::AspectRatioMode )
scaled
(int , int , Qt::AspectRatioMode ) const : QSize
scaled
(const QSize &, Qt::AspectRatioMode ) const : QSize
setHeight
(int )
setWidth
(int )
toCGSize
() const : CGSize
transpose
()
transposed
() const : QSize
width
() const : int
operator*=
(qreal ) : QSize &
operator+=
(const QSize &) : QSize &
operator-=
(const QSize &) : QSize &
operator/=
(qreal ) : QSize &