org.kde.qt
Class QPoint

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

public class QPoint
extends java.lang.Object
implements QtSupport


Constructor Summary
  QPoint()
           
protected QPoint(java.lang.Class dummy)
           
  QPoint(int xpos, int ypos)
           
 
Method Summary
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 boolean isNull()
           
 int manhattanLength()
           
 QPoint op_div_assign(double c)
           
 QPoint op_div_assign(int c)
           
 QPoint op_minus_assign(QPoint p)
           
 QPoint op_mult_assign(double c)
           
 QPoint op_mult_assign(int c)
           
 QPoint op_plus_assign(QPoint p)
           
 short rx()
           
 short ry()
           
 void setX(int x)
           
 void setY(int y)
           
 int x()
           
 int y()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QPoint

protected QPoint(java.lang.Class dummy)

QPoint

public QPoint()

QPoint

public QPoint(int xpos,
              int ypos)
Method Detail

isNull

public boolean isNull()

x

public int x()

y

public int y()

setX

public void setX(int x)

setY

public void setY(int y)

manhattanLength

public int manhattanLength()

rx

public short rx()

ry

public short ry()

op_plus_assign

public QPoint op_plus_assign(QPoint p)

op_minus_assign

public QPoint op_minus_assign(QPoint p)

op_mult_assign

public QPoint op_mult_assign(int c)

op_mult_assign

public QPoint op_mult_assign(double c)

op_div_assign

public QPoint op_div_assign(int c)

op_div_assign

public QPoint 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?