//Auto-generated by kalyptus. DO NOT EDIT. #include #include #include #include #include #include #include class KSSLInfoDlgJBridge : public KSSLInfoDlg { public: KSSLInfoDlgJBridge(bool arg1,QWidget* arg2,const char* arg3,bool arg4) : KSSLInfoDlg(arg1,arg2,arg3,arg4) {}; KSSLInfoDlgJBridge(bool arg1,QWidget* arg2,const char* arg3) : KSSLInfoDlg(arg1,arg2,arg3) {}; KSSLInfoDlgJBridge(bool arg1,QWidget* arg2) : KSSLInfoDlg(arg1,arg2) {}; KSSLInfoDlgJBridge(bool arg1) : KSSLInfoDlg(arg1) {}; ~KSSLInfoDlgJBridge() {QtSupport::qtKeyDeleted(this);} void dragLeaveEvent(QDragLeaveEvent* arg1) { if (!QtSupport::eventDelegate(this,"dragLeaveEvent",(void*)arg1,"org.kde.qt.QDragLeaveEvent")) { QWidget::dragLeaveEvent(arg1); } return; } void setMask(const QRegion& arg1) { if (!QtSupport::eventDelegate(this,"setMask",(void*)&arg1,"org.kde.qt.QRegion")) { QWidget::setMask(arg1); } return; } void resizeEvent(QResizeEvent* arg1) { if (!QtSupport::eventDelegate(this,"resizeEvent",(void*)arg1,"org.kde.qt.QResizeEvent")) { QDialog::resizeEvent(arg1); } return; } void mouseDoubleClickEvent(QMouseEvent* arg1) { if (!QtSupport::eventDelegate(this,"mouseDoubleClickEvent",(void*)arg1,"org.kde.qt.QMouseEvent")) { QWidget::mouseDoubleClickEvent(arg1); } return; } void paletteChange(const QPalette& arg1) { if (!QtSupport::eventDelegate(this,"paletteChange",(void*)&arg1,"org.kde.qt.QPalette")) { QWidget::paletteChange(arg1); } return; } void accept() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","accept")) { QDialog::accept(); } return; } void setActiveWindow() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","setActiveWindow")) { QWidget::setActiveWindow(); } return; } void dragEnterEvent(QDragEnterEvent* arg1) { if (!QtSupport::eventDelegate(this,"dragEnterEvent",(void*)arg1,"org.kde.qt.QDragEnterEvent")) { QWidget::dragEnterEvent(arg1); } return; } void focusOutEvent(QFocusEvent* arg1) { if (!QtSupport::eventDelegate(this,"focusOutEvent",(void*)arg1,"org.kde.qt.QFocusEvent")) { QWidget::focusOutEvent(arg1); } return; } void setFocus() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","setFocus")) { QWidget::setFocus(); } return; } void dragMoveEvent(QDragMoveEvent* arg1) { if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.kde.qt.QDragMoveEvent")) { QWidget::dragMoveEvent(arg1); } return; } void styleChange(QStyle& arg1) { if (!QtSupport::eventDelegate(this,"styleChange",(void*)&arg1,"org.kde.qt.QStyle")) { QWidget::styleChange(arg1); } return; } void setPaletteBackgroundColor(const QColor& arg1) { if (!QtSupport::eventDelegate(this,"setPaletteBackgroundColor",(void*)&arg1,"org.kde.qt.QColor")) { QWidget::setPaletteBackgroundColor(arg1); } return; } void setEraseColor(const QColor& arg1) { if (!QtSupport::eventDelegate(this,"setEraseColor",(void*)&arg1,"org.kde.qt.QColor")) { QWidget::setEraseColor(arg1); } return; } void removeChild(QObject* arg1) { if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.QObject")) { QObject::removeChild(arg1); } return; } void paintEvent(QPaintEvent* arg1) { if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.kde.qt.QPaintEvent")) { QWidget::paintEvent(arg1); } return; } void imStartEvent(QIMEvent* arg1) { if (!QtSupport::eventDelegate(this,"imStartEvent",(void*)arg1,"org.kde.qt.QIMEvent")) { QWidget::imStartEvent(arg1); } return; } void unsetCursor() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","unsetCursor")) { QWidget::unsetCursor(); } return; } void hideEvent(QHideEvent* arg1) { if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.QHideEvent")) { QWidget::hideEvent(arg1); } return; } void moveEvent(QMoveEvent* arg1) { if (!QtSupport::eventDelegate(this,"moveEvent",(void*)arg1,"org.kde.qt.QMoveEvent")) { QWidget::moveEvent(arg1); } return; } void polish() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","polish")) { KDialog::polish(); } return; } void showMaximized() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","showMaximized")) { QWidget::showMaximized(); } return; } void setBackgroundPixmap(const QPixmap& arg1) { if (!QtSupport::eventDelegate(this,"setBackgroundPixmap",(void*)&arg1,"org.kde.qt.QPixmap")) { QWidget::setBackgroundPixmap(arg1); } return; } void showEvent(QShowEvent* arg1) { if (!QtSupport::eventDelegate(this,"showEvent",(void*)arg1,"org.kde.qt.QShowEvent")) { QWidget::showEvent(arg1); } return; } void keyPressEvent(QKeyEvent* arg1) { if (!QtSupport::eventDelegate(this,"keyPressEvent",(void*)arg1,"org.kde.qt.QKeyEvent")) { KDialog::keyPressEvent(arg1); } return; } bool customWhatsThis() { return QtSupport::booleanDelegate(this,"customWhatsThis"); } void setPaletteBackgroundPixmap(const QPixmap& arg1) { if (!QtSupport::eventDelegate(this,"setPaletteBackgroundPixmap",(void*)&arg1,"org.kde.qt.QPixmap")) { QWidget::setPaletteBackgroundPixmap(arg1); } return; } void setCursor(const QCursor& arg1) { if (!QtSupport::eventDelegate(this,"setCursor",(void*)&arg1,"org.kde.qt.QCursor")) { QWidget::setCursor(arg1); } return; } void closeEvent(QCloseEvent* arg1) { if (!QtSupport::eventDelegate(this,"closeEvent",(void*)arg1,"org.kde.qt.QCloseEvent")) { QDialog::closeEvent(arg1); } return; } void customEvent(QCustomEvent* arg1) { if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.QCustomEvent")) { QObject::customEvent(arg1); } return; } void enterEvent(QEvent* arg1) { if (!QtSupport::eventDelegate(this,"enterEvent",(void*)arg1,"org.kde.qt.QEvent")) { QWidget::enterEvent(arg1); } return; } void timerEvent(QTimerEvent* arg1) { if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.QTimerEvent")) { QObject::timerEvent(arg1); } return; } void mouseReleaseEvent(QMouseEvent* arg1) { if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.kde.qt.QMouseEvent")) { QWidget::mouseReleaseEvent(arg1); } return; } void setErasePixmap(const QPixmap& arg1) { if (!QtSupport::eventDelegate(this,"setErasePixmap",(void*)&arg1,"org.kde.qt.QPixmap")) { QWidget::setErasePixmap(arg1); } return; } void childEvent(QChildEvent* arg1) { if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.QChildEvent")) { QObject::childEvent(arg1); } return; } void dropEvent(QDropEvent* arg1) { if (!QtSupport::eventDelegate(this,"dropEvent",(void*)arg1,"org.kde.qt.QDropEvent")) { QWidget::dropEvent(arg1); } return; } void leaveEvent(QEvent* arg1) { if (!QtSupport::eventDelegate(this,"leaveEvent",(void*)arg1,"org.kde.qt.QEvent")) { QWidget::leaveEvent(arg1); } return; } void setIcon(const QPixmap& arg1) { if (!QtSupport::eventDelegate(this,"setIcon",(void*)&arg1,"org.kde.qt.QPixmap")) { QWidget::setIcon(arg1); } return; } void updateMask() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","updateMask")) { QWidget::updateMask(); } return; } void showNormal() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","showNormal")) { QWidget::showNormal(); } return; } void imComposeEvent(QIMEvent* arg1) { if (!QtSupport::eventDelegate(this,"imComposeEvent",(void*)arg1,"org.kde.qt.QIMEvent")) { QWidget::imComposeEvent(arg1); } return; } void mousePressEvent(QMouseEvent* arg1) { if (!QtSupport::eventDelegate(this,"mousePressEvent",(void*)arg1,"org.kde.qt.QMouseEvent")) { QWidget::mousePressEvent(arg1); } return; } void mouseMoveEvent(QMouseEvent* arg1) { if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.kde.qt.QMouseEvent")) { QWidget::mouseMoveEvent(arg1); } return; } void setFocusProxy(QWidget* arg1) { if (!QtSupport::eventDelegate(this,"setFocusProxy",(void*)arg1,"org.kde.qt.QWidget")) { QWidget::setFocusProxy(arg1); } return; } void fontChange(const QFont& arg1) { if (!QtSupport::eventDelegate(this,"fontChange",(void*)&arg1,"org.kde.qt.QFont")) { QWidget::fontChange(arg1); } return; } void setBackgroundColor(const QColor& arg1) { if (!QtSupport::eventDelegate(this,"setBackgroundColor",(void*)&arg1,"org.kde.qt.QColor")) { QWidget::setBackgroundColor(arg1); } return; } void adjustSize() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","adjustSize")) { QWidget::adjustSize(); } return; } void wheelEvent(QWheelEvent* arg1) { if (!QtSupport::eventDelegate(this,"wheelEvent",(void*)arg1,"org.kde.qt.QWheelEvent")) { QWidget::wheelEvent(arg1); } return; } void imEndEvent(QIMEvent* arg1) { if (!QtSupport::eventDelegate(this,"imEndEvent",(void*)arg1,"org.kde.qt.QIMEvent")) { QWidget::imEndEvent(arg1); } return; } void insertChild(QObject* arg1) { if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.QObject")) { QObject::insertChild(arg1); } return; } void focusInEvent(QFocusEvent* arg1) { if (!QtSupport::eventDelegate(this,"focusInEvent",(void*)arg1,"org.kde.qt.QFocusEvent")) { QWidget::focusInEvent(arg1); } return; } void reject() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","reject")) { QDialog::reject(); } return; } void tabletEvent(QTabletEvent* arg1) { if (!QtSupport::eventDelegate(this,"tabletEvent",(void*)arg1,"org.kde.qt.QTabletEvent")) { QWidget::tabletEvent(arg1); } return; } void keyReleaseEvent(QKeyEvent* arg1) { if (!QtSupport::eventDelegate(this,"keyReleaseEvent",(void*)arg1,"org.kde.qt.QKeyEvent")) { QWidget::keyReleaseEvent(arg1); } return; } void contextMenuEvent(QContextMenuEvent* arg1) { if (!QtSupport::eventDelegate(this,"contextMenuEvent",(void*)arg1,"org.kde.qt.QContextMenuEvent")) { QDialog::contextMenuEvent(arg1); } return; } void showMinimized() { if (!QtSupport::voidDelegate(this,"org.kde.koala.KSSLInfoDlg","showMinimized")) { QWidget::showMinimized(); } return; } }; JNIEXPORT jobject JNICALL Java_org_kde_koala_KSSLInfoDlg_certInfoWidget__Lorg_kde_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jclass cls, jobject parent, jstring certName) { (void) cls; static QString* _qstring_certName = 0; jobject xret = QtSupport::objectForQtKey(env, (void*)KSSLInfoDlgJBridge::certInfoWidget((QWidget*) QtSupport::getQt(env, parent), (const QString&)*(QString*) QtSupport::toQString(env, certName, &_qstring_certName)), "org.kde.koala.KSSLCertBox"); return xret; } JNIEXPORT jobject JNICALL Java_org_kde_koala_KSSLInfoDlg_certInfoWidget__Lorg_kde_qt_QWidget_2Ljava_lang_String_2Lorg_kde_qt_QWidget_2(JNIEnv* env, jclass cls, jobject parent, jstring certName, jobject mailCatcher) { (void) cls; static QString* _qstring_certName = 0; jobject xret = QtSupport::objectForQtKey(env, (void*)KSSLInfoDlgJBridge::certInfoWidget((QWidget*) QtSupport::getQt(env, parent), (const QString&)*(QString*) QtSupport::toQString(env, certName, &_qstring_certName), (QWidget*) QtSupport::getQt(env, mailCatcher)), "org.kde.koala.KSSLCertBox"); return xret; } JNIEXPORT jstring JNICALL Java_org_kde_koala_KSSLInfoDlg_className(JNIEnv* env, jobject obj) { const char* _qstring; _qstring = ((KSSLInfoDlg*) QtSupport::getQt(env, obj))->className(); return QtSupport::fromCharString(env, (char *) _qstring); } JNIEXPORT void JNICALL Java_org_kde_koala_KSSLInfoDlg_dispose(JNIEnv* env, jobject obj) { Java_org_kde_koala_KSSLInfoDlg_finalize(env, obj); return; } JNIEXPORT void JNICALL Java_org_kde_koala_KSSLInfoDlg_finalize(JNIEnv* env, jobject obj) { if (QtSupport::allocatedInJavaWorld(env, obj) && ((QWidget*)(KSSLInfoDlg*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) { delete (KSSLInfoDlg*)QtSupport::getQt(env, obj); QtSupport::setQt(env, obj, 0); } return; } JNIEXPORT jboolean JNICALL Java_org_kde_koala_KSSLInfoDlg_isDisposed(JNIEnv* env, jobject obj) { return (QtSupport::getQt(env, obj) == 0); } JNIEXPORT jobject JNICALL Java_org_kde_koala_KSSLInfoDlg_metaObject(JNIEnv* env, jobject obj) { jobject xret = QtSupport::objectForQtKey(env, (void*)((KSSLInfoDlg*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.QMetaObject"); return xret; } JNIEXPORT void JNICALL Java_org_kde_koala_KSSLInfoDlg_newKSSLInfoDlg__Z(JNIEnv* env, jobject obj, jboolean secureConnection) { if (QtSupport::getQt(env, obj) == 0) { QtSupport::setQt(env, obj, new KSSLInfoDlgJBridge((bool) secureConnection)); QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj)); } return; } JNIEXPORT void JNICALL Java_org_kde_koala_KSSLInfoDlg_newKSSLInfoDlg__ZLorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jboolean secureConnection, jobject parent) { if (QtSupport::getQt(env, obj) == 0) { QtSupport::setQt(env, obj, new KSSLInfoDlgJBridge((bool) secureConnection, (QWidget*) QtSupport::getQt(env, parent))); QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj)); } return; } JNIEXPORT void JNICALL Java_org_kde_koala_KSSLInfoDlg_newKSSLInfoDlg__ZLorg_kde_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jboolean secureConnection, jobject parent, jstring name) { static QCString* _qstring_name = 0; if (QtSupport::getQt(env, obj) == 0) { QtSupport::setQt(env, obj, new KSSLInfoDlgJBridge((bool) secureConnection, (QWidget*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name))); QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj)); } return; } JNIEXPORT void JNICALL Java_org_kde_koala_KSSLInfoDlg_newKSSLInfoDlg__ZLorg_kde_qt_QWidget_2Ljava_lang_String_2Z(JNIEnv* env, jobject obj, jboolean secureConnection, jobject parent, jstring name, jboolean modal) { static QCString* _qstring_name = 0; if (QtSupport::getQt(env, obj) == 0) { QtSupport::setQt(env, obj, new KSSLInfoDlgJBridge((bool) secureConnection, (QWidget*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name), (bool) modal)); QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj)); } return; } JNIEXPORT void JNICALL Java_org_kde_koala_KSSLInfoDlg_setCertState(JNIEnv* env, jobject obj, jstring errorNrs) { static QString* _qstring_errorNrs = 0; ((KSSLInfoDlg*) QtSupport::getQt(env, obj))->setCertState((const QString&)*(QString*) QtSupport::toQString(env, errorNrs, &_qstring_errorNrs)); return; } JNIEXPORT void JNICALL Java_org_kde_koala_KSSLInfoDlg_setSecurityInQuestion(JNIEnv* env, jobject obj, jboolean isIt) { ((KSSLInfoDlg*) QtSupport::getQt(env, obj))->setSecurityInQuestion((bool) isIt); return; } JNIEXPORT void JNICALL Java_org_kde_koala_KSSLInfoDlg_setup__Lorg_kde_koala_KSSLCertificate_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2III(JNIEnv* env, jobject obj, jobject cert, jstring ip, jstring url, jstring cipher, jstring cipherdesc, jstring sslversion, jint usedbits, jint bits, jint certState) { static QString* _qstring_ip = 0; static QString* _qstring_url = 0; static QString* _qstring_cipher = 0; static QString* _qstring_cipherdesc = 0; static QString* _qstring_sslversion = 0; ((KSSLInfoDlg*) QtSupport::getQt(env, obj))->setup((KSSLCertificate*) QtSupport::getQt(env, cert), (const QString&)*(QString*) QtSupport::toQString(env, ip, &_qstring_ip), (const QString&)*(QString*) QtSupport::toQString(env, url, &_qstring_url), (const QString&)*(QString*) QtSupport::toQString(env, cipher, &_qstring_cipher), (const QString&)*(QString*) QtSupport::toQString(env, cipherdesc, &_qstring_cipherdesc), (const QString&)*(QString*) QtSupport::toQString(env, sslversion, &_qstring_sslversion), (int) usedbits, (int) bits, (KSSLCertificate::KSSLValidation) certState); return; } JNIEXPORT void JNICALL Java_org_kde_koala_KSSLInfoDlg_setup__Lorg_kde_koala_KSSL_2Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject ssl, jstring ip, jstring url) { static QString* _qstring_ip = 0; static QString* _qstring_url = 0; ((KSSLInfoDlg*) QtSupport::getQt(env, obj))->setup((KSSL&)*(KSSL*) QtSupport::getQt(env, ssl), (const QString&)*(QString*) QtSupport::toQString(env, ip, &_qstring_ip), (const QString&)*(QString*) QtSupport::toQString(env, url, &_qstring_url)); return; }