org.kde.qt
Class QSize

java.lang.Object
  extended by org.kde.qt.QSize
All Implemented Interfaces:
QtSupport

public class QSize
extends java.lang.Object
implements QtSupport


Field Summary
static int ScaleFree
           
static int ScaleMax
           
static int ScaleMin
           
 
Constructor Summary
  QSize()
           
protected QSize(java.lang.Class dummy)
           
  QSize(int w, int h)
           
 
Method Summary
 QSize boundedTo(QSize arg1)
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
 QSize expandedTo(QSize arg1)
           
protected  void finalize()
          Deletes the wrapped C++ instance
 int height()
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 boolean isEmpty()
           
 boolean isNull()
           
 boolean isValid()
           
 QSize op_div_assign(double c)
           
 QSize op_div_assign(int c)
           
 QSize op_minus_assign(QSize arg1)
           
 QSize op_mult_assign(double c)
           
 QSize op_mult_assign(int c)
           
 QSize op_plus_assign(QSize arg1)
           
 short rheight()
           
 short rwidth()
           
 void scale(int w, int h, int mode)
           
 void scale(QSize s, int mode)
           
 void setHeight(int h)
           
 void setWidth(int w)
           
 void transpose()
           
 int width()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ScaleFree

public static final int ScaleFree
See Also:
Constant Field Values

ScaleMin

public static final int ScaleMin
See Also:
Constant Field Values

ScaleMax

public static final int ScaleMax
See Also:
Constant Field Values
Constructor Detail

QSize

protected QSize(java.lang.Class dummy)

QSize

public QSize()

QSize

public QSize(int w,
             int h)
Method Detail

isNull

public boolean isNull()

isEmpty

public boolean isEmpty()

isValid

public boolean isValid()

width

public int width()

height

public int height()

setWidth

public void setWidth(int w)

setHeight

public void setHeight(int h)

transpose

public void transpose()

scale

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

scale

public void scale(QSize s,
                  int mode)

expandedTo

public QSize expandedTo(QSize arg1)

boundedTo

public QSize boundedTo(QSize arg1)

rwidth

public short rwidth()

rheight

public short rheight()

op_plus_assign

public QSize op_plus_assign(QSize arg1)

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_div_assign

public QSize op_div_assign(int c)

op_div_assign

public QSize op_div_assign(double c)

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.InternalError

dispose

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


isDisposed

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