//Auto-generated by kalyptus. DO NOT EDIT. #include #include #include class TQDomCommentJBridge : public TQDomComment { public: TQDomCommentJBridge() : TQDomComment() {}; TQDomCommentJBridge(const TQDomComment& arg1) : TQDomComment(arg1) {}; ~TQDomCommentJBridge() {QtSupport::qtKeyDeleted(this);} }; JNIEXPORT void JNICALL Java_org_kde_qt_QDomComment_dispose(JNIEnv* env, jobject obj) { Java_org_kde_qt_QDomComment_finalize(env, obj); return; } JNIEXPORT void JNICALL Java_org_kde_qt_QDomComment_finalize(JNIEnv* env, jobject obj) { if (QtSupport::allocatedInJavaWorld(env, obj)) { delete (TQDomComment*)QtSupport::getQt(env, obj); QtSupport::setQt(env, obj, 0); } return; } JNIEXPORT jboolean JNICALL Java_org_kde_qt_QDomComment_isComment(JNIEnv* env, jobject obj) { jboolean xret = (jboolean) ((TQDomComment*) QtSupport::getQt(env, obj))->isComment(); return xret; } JNIEXPORT jboolean JNICALL Java_org_kde_qt_QDomComment_isDisposed(JNIEnv* env, jobject obj) { return (QtSupport::getQt(env, obj) == 0); } JNIEXPORT void JNICALL Java_org_kde_qt_QDomComment_newTQDomComment__(JNIEnv* env, jobject obj) { if (QtSupport::getQt(env, obj) == 0) { QtSupport::setQt(env, obj, new TQDomCommentJBridge()); QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj)); } return; } JNIEXPORT void JNICALL Java_org_kde_qt_QDomComment_newTQDomComment__Lorg_kde_qt_QDomComment_2(JNIEnv* env, jobject obj, jobject x) { if (QtSupport::getQt(env, obj) == 0) { QtSupport::setQt(env, obj, new TQDomCommentJBridge((const TQDomComment&)*(const TQDomComment*) QtSupport::getQt(env, x))); QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj)); } return; } JNIEXPORT jint JNICALL Java_org_kde_qt_QDomComment_nodeType(JNIEnv* env, jobject obj) { jint xret = (jint) ((TQDomComment*) QtSupport::getQt(env, obj))->nodeType(); return xret; }