org.kde.qt

Class QSize

public class QSize extends Object implements QtSupport

Field Summary
static intScaleFree
static intScaleMax
static intScaleMin
Constructor Summary
protected QSize(Class dummy)
QSize()
QSize(int w, int h)
Method Summary
QSizeboundedTo(QSize arg1)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
QSizeexpandedTo(QSize arg1)
protected voidfinalize()
Deletes the wrapped C++ instance
intheight()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisEmpty()
booleanisNull()
booleanisValid()
QSizeop_div_assign(int c)
QSizeop_div_assign(double c)
QSizeop_minus_assign(QSize arg1)
QSizeop_mult_assign(int c)
QSizeop_mult_assign(double c)
QSizeop_plus_assign(QSize arg1)
shortrheight()
shortrwidth()
voidscale(int w, int h, int mode)
voidscale(QSize s, int mode)
voidsetHeight(int h)
voidsetWidth(int w)
voidtranspose()
intwidth()

Field Detail

ScaleFree

public static final int ScaleFree

ScaleMax

public static final int ScaleMax

ScaleMin

public static final int ScaleMin

Constructor Detail

QSize

protected QSize(Class dummy)

QSize

public QSize()

QSize

public QSize(int w, int h)

Method Detail

boundedTo

public QSize boundedTo(QSize arg1)

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

expandedTo

public QSize expandedTo(QSize arg1)

finalize

protected void finalize()
Deletes the wrapped C++ instance

height

public int height()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isEmpty

public boolean isEmpty()

isNull

public boolean isNull()

isValid

public boolean isValid()

op_div_assign

public QSize op_div_assign(int c)

op_div_assign

public QSize op_div_assign(double c)

op_minus_assign

public QSize op_minus_assign(QSize arg1)

op_mult_assign

public QSize op_mult_assign(int c)

op_mult_assign

public QSize op_mult_assign(double c)

op_plus_assign

public QSize op_plus_assign(QSize arg1)

rheight

public short rheight()

rwidth

public short rwidth()

scale

public void scale(int w, int h, int mode)

scale

public void scale(QSize s, int mode)

setHeight

public void setHeight(int h)

setWidth

public void setWidth(int w)

transpose

public void transpose()

width

public int width()