org.kde.qt
Class QIconDragItem

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

public class QIconDragItem
extends java.lang.Object
implements QtSupport


Constructor Summary
  QIconDragItem()
           
protected QIconDragItem(java.lang.Class dummy)
           
 
Method Summary
 byte[] data()
           
 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 op_equals(QIconDragItem arg1)
           
 void setData(byte[] d)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QIconDragItem

protected QIconDragItem(java.lang.Class dummy)

QIconDragItem

public QIconDragItem()
Method Detail

data

public byte[] data()

setData

public void setData(byte[] d)

op_equals

public boolean op_equals(QIconDragItem arg1)

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?