org.kde.qt
Class QImageTextKeyLang

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

public class QImageTextKeyLang
extends java.lang.Object
implements QtSupport


Constructor Summary
  QImageTextKeyLang()
           
protected QImageTextKeyLang(java.lang.Class dummy)
           
  QImageTextKeyLang(java.lang.String k, java.lang.String l)
           
 
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 op_equals(QImageTextKeyLang other)
           
 boolean op_lt(QImageTextKeyLang other)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QImageTextKeyLang

protected QImageTextKeyLang(java.lang.Class dummy)

QImageTextKeyLang

public QImageTextKeyLang(java.lang.String k,
                         java.lang.String l)

QImageTextKeyLang

public QImageTextKeyLang()
Method Detail

op_lt

public boolean op_lt(QImageTextKeyLang other)

op_equals

public boolean op_equals(QImageTextKeyLang other)

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?