summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/KPopupMenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/KPopupMenu.cpp')
-rw-r--r--kdejava/koala/kdejava/KPopupMenu.cpp726
1 files changed, 726 insertions, 0 deletions
diff --git a/kdejava/koala/kdejava/KPopupMenu.cpp b/kdejava/koala/kdejava/KPopupMenu.cpp
new file mode 100644
index 00000000..12798c27
--- /dev/null
+++ b/kdejava/koala/kdejava/KPopupMenu.cpp
@@ -0,0 +1,726 @@
+//Auto-generated by kalyptus. DO NOT EDIT.
+#include <qpixmap.h>
+#include <qstring.h>
+#include <qpoint.h>
+#include <kpopupmenu.h>
+#include <qnamespace.h>
+
+#include <qtjava/QtSupport.h>
+#include <kdejava/KDESupport.h>
+#include <kdejava/KPopupMenu.h>
+
+class KPopupMenuJBridge : public KPopupMenu
+{
+public:
+ KPopupMenuJBridge(QWidget* arg1,const char* arg2) : KPopupMenu(arg1,arg2) {};
+ KPopupMenuJBridge(QWidget* arg1) : KPopupMenu(arg1) {};
+ KPopupMenuJBridge() : KPopupMenu() {};
+ void protected_closeEvent(QCloseEvent* arg1) {
+ KPopupMenu::closeEvent(arg1);
+ return;
+ }
+ void protected_keyPressEvent(QKeyEvent* arg1) {
+ KPopupMenu::keyPressEvent(arg1);
+ return;
+ }
+ void protected_mouseReleaseEvent(QMouseEvent* arg1) {
+ KPopupMenu::mouseReleaseEvent(arg1);
+ return;
+ }
+ void protected_mousePressEvent(QMouseEvent* arg1) {
+ KPopupMenu::mousePressEvent(arg1);
+ return;
+ }
+ bool protected_focusNextPrevChild(bool arg1) {
+ return (bool) KPopupMenu::focusNextPrevChild(arg1);
+ }
+ void protected_contextMenuEvent(QContextMenuEvent* arg1) {
+ KPopupMenu::contextMenuEvent(arg1);
+ return;
+ }
+ void protected_hideEvent(QHideEvent* arg1) {
+ KPopupMenu::hideEvent(arg1);
+ return;
+ }
+ QString protected_underlineText(const QString& arg1,uint arg2) {
+ return (QString) KPopupMenu::underlineText(arg1,arg2);
+ }
+ void protected_resetKeyboardVars(bool arg1) {
+ KPopupMenu::resetKeyboardVars(arg1);
+ return;
+ }
+ void protected_resetKeyboardVars() {
+ KPopupMenu::resetKeyboardVars();
+ return;
+ }
+ void protected_itemHighlighted(int arg1) {
+ KPopupMenu::itemHighlighted(arg1);
+ return;
+ }
+ void protected_showCtxMenu(QPoint arg1) {
+ KPopupMenu::showCtxMenu(arg1);
+ return;
+ }
+ void protected_ctxMenuHiding() {
+ KPopupMenu::ctxMenuHiding();
+ return;
+ }
+ void protected_ctxMenuHideShowingMenu() {
+ KPopupMenu::ctxMenuHideShowingMenu();
+ return;
+ }
+ ~KPopupMenuJBridge() {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")) {
+ QFrame::resizeEvent(arg1);
+ }
+ return;
+ }
+ void setFrameRect(const QRect& arg1) {
+ if (!QtSupport::eventDelegate(this,"setFrameRect",(void*)&arg1,"org.kde.qt.QRect")) {
+ QFrame::setFrameRect(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 setActiveWindow() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.KPopupMenu","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")) {
+ QPopupMenu::focusOutEvent(arg1);
+ }
+ return;
+ }
+ void setFocus() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.KPopupMenu","setFocus")) {
+ QWidget::setFocus();
+ }
+ return;
+ }
+ void dragMoveEvent(QDragMoveEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.kde.qt.QDragMoveEvent")) {
+ QWidget::dragMoveEvent(arg1);
+ }
+ return;
+ }
+ void drawFrame(QPainter* arg1) {
+ if (!QtSupport::eventDelegate(this,"drawFrame",(void*)arg1,"org.kde.qt.QPainter")) {
+ QFrame::drawFrame(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")) {
+ QPopupMenu::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.KPopupMenu","unsetCursor")) {
+ QWidget::unsetCursor();
+ }
+ return;
+ }
+ void hideEvent(QHideEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.QHideEvent")) {
+ KPopupMenu::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.KPopupMenu","polish")) {
+ QWidget::polish();
+ }
+ return;
+ }
+ void showMaximized() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.KPopupMenu","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")) {
+ KPopupMenu::keyPressEvent(arg1);
+ }
+ return;
+ }
+ 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")) {
+ KPopupMenu::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")) {
+ QPopupMenu::timerEvent(arg1);
+ }
+ return;
+ }
+ void mouseReleaseEvent(QMouseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.kde.qt.QMouseEvent")) {
+ KPopupMenu::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")) {
+ QPopupMenu::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.KPopupMenu","updateMask")) {
+ QWidget::updateMask();
+ }
+ return;
+ }
+ void showNormal() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.KPopupMenu","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")) {
+ KPopupMenu::mousePressEvent(arg1);
+ }
+ return;
+ }
+ void mouseMoveEvent(QMouseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.kde.qt.QMouseEvent")) {
+ QPopupMenu::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.KPopupMenu","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")) {
+ QPopupMenu::focusInEvent(arg1);
+ }
+ 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")) {
+ KPopupMenu::contextMenuEvent(arg1);
+ }
+ return;
+ }
+ bool eventFilter(QObject* object,QEvent* event) {
+ if (!QtSupport::eventFilterDelegate(this,"org.kde.koala.KPopupMenu",object,event)) {
+ return QObject::eventFilter(object,event);
+ } else {
+ return TRUE;
+ }
+ }
+ void setGeometry(const QRect& arg1) {
+ if (!QtSupport::eventDelegate(this,"setGeometry",(void*)&arg1,"org.kde.qt.QRect")) {
+ QWidget::setGeometry(arg1);
+ }
+ return;
+ }
+ void showMinimized() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.KPopupMenu","showMinimized")) {
+ QWidget::showMinimized();
+ }
+ return;
+ }
+};
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_activateItemAt(JNIEnv* env, jobject obj, jint index)
+{
+ ((KPopupMenu*) QtSupport::getQt(env, obj))->activateItemAt((int) index);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_changeTitle__ILjava_lang_String_2(JNIEnv* env, jobject obj, jint id, jstring text)
+{
+static QString* _qstring_text = 0;
+ ((KPopupMenu*) QtSupport::getQt(env, obj))->changeTitle((int) id, (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text));
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_changeTitle__ILorg_kde_qt_QPixmap_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jint id, jobject icon, jstring text)
+{
+static QString* _qstring_text = 0;
+ ((KPopupMenu*) QtSupport::getQt(env, obj))->changeTitle((int) id, (const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, icon), (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text));
+ return;
+}
+
+JNIEXPORT jstring JNICALL
+Java_org_kde_koala_KPopupMenu_className(JNIEnv* env, jobject obj)
+{
+ const char* _qstring;
+ _qstring = ((KPopupMenu*) QtSupport::getQt(env, obj))->className();
+ return QtSupport::fromCharString(env, (char *) _qstring);
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_closeEvent(JNIEnv* env, jobject obj, jobject arg1)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_closeEvent((QCloseEvent*) QtSupport::getQt(env, arg1));
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_contextMenuEvent(JNIEnv* env, jobject obj, jobject e)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_contextMenuEvent((QContextMenuEvent*) QtSupport::getQt(env, e));
+ return;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_KPopupMenu_contextMenuFocusItem(JNIEnv* env, jclass cls)
+{
+ (void) cls;
+ (void) env;
+ jint xret = (jint) KPopupMenuJBridge::contextMenuFocusItem();
+ return xret;
+}
+
+JNIEXPORT jobject JNICALL
+Java_org_kde_koala_KPopupMenu_contextMenuFocus(JNIEnv* env, jclass cls)
+{
+ (void) cls;
+ jobject xret = QtSupport::objectForQtKey(env, (void*)KPopupMenuJBridge::contextMenuFocus(), "org.kde.koala.KPopupMenu");
+ return xret;
+}
+
+JNIEXPORT jobject JNICALL
+Java_org_kde_koala_KPopupMenu_contextMenu(JNIEnv* env, jobject obj)
+{
+ jobject xret = QtSupport::objectForQtKey(env, (void*)((KPopupMenu*) QtSupport::getQt(env, obj))->contextMenu(), "org.kde.qt.QPopupMenu");
+ return xret;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_ctxMenuHideShowingMenu(JNIEnv* env, jobject obj)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_ctxMenuHideShowingMenu();
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_ctxMenuHiding(JNIEnv* env, jobject obj)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_ctxMenuHiding();
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_dispose(JNIEnv* env, jobject obj)
+{
+ Java_org_kde_koala_KPopupMenu_finalize(env, obj);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_finalize(JNIEnv* env, jobject obj)
+{
+ if (QtSupport::allocatedInJavaWorld(env, obj) && ((QPopupMenu*)(KPopupMenu*)QtSupport::getQt(env, obj))->parentWidget(FALSE) == 0) {
+ delete (KPopupMenu*)QtSupport::getQt(env, obj);
+ QtSupport::setQt(env, obj, 0);
+ }
+ return;
+}
+
+JNIEXPORT jboolean JNICALL
+Java_org_kde_koala_KPopupMenu_focusNextPrevChild(JNIEnv* env, jobject obj, jboolean next)
+{
+ jboolean xret = (jboolean) ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_focusNextPrevChild((bool) next);
+ return xret;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_hideContextMenu(JNIEnv* env, jobject obj)
+{
+ ((KPopupMenu*) QtSupport::getQt(env, obj))->hideContextMenu();
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_hideEvent(JNIEnv* env, jobject obj, jobject arg1)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_hideEvent((QHideEvent*) QtSupport::getQt(env, arg1));
+ return;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_KPopupMenu_insertTitle__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring text)
+{
+static QString* _qstring_text = 0;
+ jint xret = (jint) ((KPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text));
+ return xret;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_KPopupMenu_insertTitle__Ljava_lang_String_2I(JNIEnv* env, jobject obj, jstring text, jint id)
+{
+static QString* _qstring_text = 0;
+ jint xret = (jint) ((KPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (int) id);
+ return xret;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_KPopupMenu_insertTitle__Ljava_lang_String_2II(JNIEnv* env, jobject obj, jstring text, jint id, jint index)
+{
+static QString* _qstring_text = 0;
+ jint xret = (jint) ((KPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (int) id, (int) index);
+ return xret;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_KPopupMenu_insertTitle__Lorg_kde_qt_QPixmap_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject icon, jstring text)
+{
+static QString* _qstring_text = 0;
+ jint xret = (jint) ((KPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, icon), (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text));
+ return xret;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_KPopupMenu_insertTitle__Lorg_kde_qt_QPixmap_2Ljava_lang_String_2I(JNIEnv* env, jobject obj, jobject icon, jstring text, jint id)
+{
+static QString* _qstring_text = 0;
+ jint xret = (jint) ((KPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, icon), (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (int) id);
+ return xret;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_KPopupMenu_insertTitle__Lorg_kde_qt_QPixmap_2Ljava_lang_String_2II(JNIEnv* env, jobject obj, jobject icon, jstring text, jint id, jint index)
+{
+static QString* _qstring_text = 0;
+ jint xret = (jint) ((KPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, icon), (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (int) id, (int) index);
+ return xret;
+}
+
+JNIEXPORT jboolean JNICALL
+Java_org_kde_koala_KPopupMenu_isDisposed(JNIEnv* env, jobject obj)
+{
+ return (QtSupport::getQt(env, obj) == 0);
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_itemHighlighted(JNIEnv* env, jobject obj, jint whichItem)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_itemHighlighted((int) whichItem);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_keyPressEvent(JNIEnv* env, jobject obj, jobject e)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_keyPressEvent((QKeyEvent*) QtSupport::getQt(env, e));
+ return;
+}
+
+JNIEXPORT jobject JNICALL
+Java_org_kde_koala_KPopupMenu_metaObject(JNIEnv* env, jobject obj)
+{
+ jobject xret = QtSupport::objectForQtKey(env, (void*)((KPopupMenu*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.QMetaObject");
+ return xret;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_mousePressEvent(JNIEnv* env, jobject obj, jobject e)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_mousePressEvent((QMouseEvent*) QtSupport::getQt(env, e));
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_mouseReleaseEvent(JNIEnv* env, jobject obj, jobject e)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_mouseReleaseEvent((QMouseEvent*) QtSupport::getQt(env, e));
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_newKPopupMenu__(JNIEnv* env, jobject obj)
+{
+ if (QtSupport::getQt(env, obj) == 0) {
+ QtSupport::setQt(env, obj, new KPopupMenuJBridge());
+ QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
+ }
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_newKPopupMenu__Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jobject parent)
+{
+ if (QtSupport::getQt(env, obj) == 0) {
+ QtSupport::setQt(env, obj, new KPopupMenuJBridge((QWidget*) QtSupport::getQt(env, parent)));
+ QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
+ }
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_newKPopupMenu__Lorg_kde_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jstring name)
+{
+static QCString* _qstring_name = 0;
+ if (QtSupport::getQt(env, obj) == 0) {
+ QtSupport::setQt(env, obj, new KPopupMenuJBridge((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_KPopupMenu_resetKeyboardVars__(JNIEnv* env, jobject obj)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_resetKeyboardVars();
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_resetKeyboardVars__Z(JNIEnv* env, jobject obj, jboolean noMatches)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_resetKeyboardVars((bool) noMatches);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_setKeyboardShortcutsEnabled(JNIEnv* env, jobject obj, jboolean enable)
+{
+ ((KPopupMenu*) QtSupport::getQt(env, obj))->setKeyboardShortcutsEnabled((bool) enable);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_setKeyboardShortcutsExecute(JNIEnv* env, jobject obj, jboolean enable)
+{
+ ((KPopupMenu*) QtSupport::getQt(env, obj))->setKeyboardShortcutsExecute((bool) enable);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_KPopupMenu_showCtxMenu(JNIEnv* env, jobject obj, jobject pos)
+{
+ ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_showCtxMenu((QPoint)*(QPoint*) QtSupport::getQt(env, pos));
+ return;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_KPopupMenu_state(JNIEnv* env, jobject obj)
+{
+ jint xret = (jint) ((KPopupMenu*) QtSupport::getQt(env, obj))->state();
+ return xret;
+}
+
+JNIEXPORT jobject JNICALL
+Java_org_kde_koala_KPopupMenu_titlePixmap(JNIEnv* env, jobject obj, jint id)
+{
+ jobject xret = QtSupport::objectForQtKey(env, (void*)new QPixmap(((KPopupMenu*) QtSupport::getQt(env, obj))->titlePixmap((int) id)), "org.kde.qt.QPixmap", TRUE);
+ return xret;
+}
+
+JNIEXPORT jstring JNICALL
+Java_org_kde_koala_KPopupMenu_title__(JNIEnv* env, jobject obj)
+{
+ QString _qstring;
+ _qstring = ((KPopupMenu*) QtSupport::getQt(env, obj))->title();
+ return QtSupport::fromQString(env, &_qstring);
+}
+
+JNIEXPORT jstring JNICALL
+Java_org_kde_koala_KPopupMenu_title__I(JNIEnv* env, jobject obj, jint id)
+{
+ QString _qstring;
+ _qstring = ((KPopupMenu*) QtSupport::getQt(env, obj))->title((int) id);
+ return QtSupport::fromQString(env, &_qstring);
+}
+
+JNIEXPORT jstring JNICALL
+Java_org_kde_koala_KPopupMenu_underlineText(JNIEnv* env, jobject obj, jstring text, jint length)
+{
+ QString _qstring;
+static QString* _qstring_text = 0;
+ _qstring = ((KPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_underlineText((const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (uint) length);
+ return QtSupport::fromQString(env, &_qstring);
+}
+