diff options
Diffstat (limited to 'qtjava/javalib/org/trinitydesktop/qt/TQClassInfo.java')
-rw-r--r-- | qtjava/javalib/org/trinitydesktop/qt/TQClassInfo.java | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/qtjava/javalib/org/trinitydesktop/qt/TQClassInfo.java b/qtjava/javalib/org/trinitydesktop/qt/TQClassInfo.java new file mode 100644 index 00000000..724dd763 --- /dev/null +++ b/qtjava/javalib/org/trinitydesktop/qt/TQClassInfo.java @@ -0,0 +1,21 @@ +//Auto-generated by kalyptus. DO NOT EDIT. +package org.trinitydesktop.qt; + +import org.trinitydesktop.qt.Qt; + +public class TQClassInfo implements QtSupport { + private long _qt; + private boolean _allocatedInJavaWorld = true; + protected TQClassInfo(Class dummy){} + + public TQClassInfo() { + newTQClassInfo(); + } + private native void newTQClassInfo(); + /** Deletes the wrapped C++ instance */ + protected native void finalize() throws InternalError; + /** Delete the wrapped C++ instance ahead of finalize() */ + public native void dispose(); + /** Has the wrapped C++ instance been deleted? */ + public native boolean isDisposed(); +} |