summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/TDEPopupMenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/TDEPopupMenu.cpp')
-rw-r--r--kdejava/koala/kdejava/TDEPopupMenu.cpp726
1 files changed, 726 insertions, 0 deletions
diff --git a/kdejava/koala/kdejava/TDEPopupMenu.cpp b/kdejava/koala/kdejava/TDEPopupMenu.cpp
new file mode 100644
index 00000000..3e0d5109
--- /dev/null
+++ b/kdejava/koala/kdejava/TDEPopupMenu.cpp
@@ -0,0 +1,726 @@
+//Auto-generated by kalyptus. DO NOT EDIT.
+#include <tqpixmap.h>
+#include <tqstring.h>
+#include <tqpoint.h>
+#include <kpopupmenu.h>
+#include <tqnamespace.h>
+
+#include <qtjava/QtSupport.h>
+#include <kdejava/KDESupport.h>
+#include <kdejava/TDEPopupMenu.h>
+
+class TDEPopupMenuJBridge : public TDEPopupMenu
+{
+public:
+ TDEPopupMenuJBridge(TQWidget* arg1,const char* arg2) : TDEPopupMenu(arg1,arg2) {};
+ TDEPopupMenuJBridge(TQWidget* arg1) : TDEPopupMenu(arg1) {};
+ TDEPopupMenuJBridge() : TDEPopupMenu() {};
+ void protected_closeEvent(TQCloseEvent* arg1) {
+ TDEPopupMenu::closeEvent(arg1);
+ return;
+ }
+ void protected_keyPressEvent(TQKeyEvent* arg1) {
+ TDEPopupMenu::keyPressEvent(arg1);
+ return;
+ }
+ void protected_mouseReleaseEvent(TQMouseEvent* arg1) {
+ TDEPopupMenu::mouseReleaseEvent(arg1);
+ return;
+ }
+ void protected_mousePressEvent(TQMouseEvent* arg1) {
+ TDEPopupMenu::mousePressEvent(arg1);
+ return;
+ }
+ bool protected_focusNextPrevChild(bool arg1) {
+ return (bool) TDEPopupMenu::focusNextPrevChild(arg1);
+ }
+ void protected_contextMenuEvent(TQContextMenuEvent* arg1) {
+ TDEPopupMenu::contextMenuEvent(arg1);
+ return;
+ }
+ void protected_hideEvent(TQHideEvent* arg1) {
+ TDEPopupMenu::hideEvent(arg1);
+ return;
+ }
+ TQString protected_underlineText(const TQString& arg1,uint arg2) {
+ return (TQString) TDEPopupMenu::underlineText(arg1,arg2);
+ }
+ void protected_resetKeyboardVars(bool arg1) {
+ TDEPopupMenu::resetKeyboardVars(arg1);
+ return;
+ }
+ void protected_resetKeyboardVars() {
+ TDEPopupMenu::resetKeyboardVars();
+ return;
+ }
+ void protected_itemHighlighted(int arg1) {
+ TDEPopupMenu::itemHighlighted(arg1);
+ return;
+ }
+ void protected_showCtxMenu(TQPoint arg1) {
+ TDEPopupMenu::showCtxMenu(arg1);
+ return;
+ }
+ void protected_ctxMenuHiding() {
+ TDEPopupMenu::ctxMenuHiding();
+ return;
+ }
+ void protected_ctxMenuHideShowingMenu() {
+ TDEPopupMenu::ctxMenuHideShowingMenu();
+ return;
+ }
+ ~TDEPopupMenuJBridge() {QtSupport::qtKeyDeleted(this);}
+ void dragLeaveEvent(TQDragLeaveEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"dragLeaveEvent",(void*)arg1,"org.kde.qt.TQDragLeaveEvent")) {
+ TQWidget::dragLeaveEvent(arg1);
+ }
+ return;
+ }
+ void setMask(const TQRegion& arg1) {
+ if (!QtSupport::eventDelegate(this,"setMask",(void*)&arg1,"org.kde.qt.TQRegion")) {
+ TQWidget::setMask(arg1);
+ }
+ return;
+ }
+ void resizeEvent(TQResizeEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"resizeEvent",(void*)arg1,"org.kde.qt.TQResizeEvent")) {
+ TQFrame::resizeEvent(arg1);
+ }
+ return;
+ }
+ void setFrameRect(const TQRect& arg1) {
+ if (!QtSupport::eventDelegate(this,"setFrameRect",(void*)&arg1,"org.kde.qt.TQRect")) {
+ TQFrame::setFrameRect(arg1);
+ }
+ return;
+ }
+ void mouseDoubleClickEvent(TQMouseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"mouseDoubleClickEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
+ TQWidget::mouseDoubleClickEvent(arg1);
+ }
+ return;
+ }
+ void paletteChange(const TQPalette& arg1) {
+ if (!QtSupport::eventDelegate(this,"paletteChange",(void*)&arg1,"org.kde.qt.TQPalette")) {
+ TQWidget::paletteChange(arg1);
+ }
+ return;
+ }
+ void setActiveWindow() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.TDEPopupMenu","setActiveWindow")) {
+ TQWidget::setActiveWindow();
+ }
+ return;
+ }
+ void dragEnterEvent(TQDragEnterEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"dragEnterEvent",(void*)arg1,"org.kde.qt.TQDragEnterEvent")) {
+ TQWidget::dragEnterEvent(arg1);
+ }
+ return;
+ }
+ void focusOutEvent(TQFocusEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"focusOutEvent",(void*)arg1,"org.kde.qt.TQFocusEvent")) {
+ TQPopupMenu::focusOutEvent(arg1);
+ }
+ return;
+ }
+ void setFocus() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.TDEPopupMenu","setFocus")) {
+ TQWidget::setFocus();
+ }
+ return;
+ }
+ void dragMoveEvent(TQDragMoveEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.kde.qt.TQDragMoveEvent")) {
+ TQWidget::dragMoveEvent(arg1);
+ }
+ return;
+ }
+ void drawFrame(TQPainter* arg1) {
+ if (!QtSupport::eventDelegate(this,"drawFrame",(void*)arg1,"org.kde.qt.TQPainter")) {
+ TQFrame::drawFrame(arg1);
+ }
+ return;
+ }
+ void setPaletteBackgroundColor(const TQColor& arg1) {
+ if (!QtSupport::eventDelegate(this,"setPaletteBackgroundColor",(void*)&arg1,"org.kde.qt.TQColor")) {
+ TQWidget::setPaletteBackgroundColor(arg1);
+ }
+ return;
+ }
+ void setEraseColor(const TQColor& arg1) {
+ if (!QtSupport::eventDelegate(this,"setEraseColor",(void*)&arg1,"org.kde.qt.TQColor")) {
+ TQWidget::setEraseColor(arg1);
+ }
+ return;
+ }
+ void removeChild(TQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TQObject")) {
+ TQObject::removeChild(arg1);
+ }
+ return;
+ }
+ void paintEvent(TQPaintEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.kde.qt.TQPaintEvent")) {
+ TQPopupMenu::paintEvent(arg1);
+ }
+ return;
+ }
+ void imStartEvent(TQIMEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"imStartEvent",(void*)arg1,"org.kde.qt.TQIMEvent")) {
+ TQWidget::imStartEvent(arg1);
+ }
+ return;
+ }
+ void unsetCursor() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.TDEPopupMenu","unsetCursor")) {
+ TQWidget::unsetCursor();
+ }
+ return;
+ }
+ void hideEvent(TQHideEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.TQHideEvent")) {
+ TDEPopupMenu::hideEvent(arg1);
+ }
+ return;
+ }
+ void moveEvent(TQMoveEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"moveEvent",(void*)arg1,"org.kde.qt.TQMoveEvent")) {
+ TQWidget::moveEvent(arg1);
+ }
+ return;
+ }
+ void polish() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.TDEPopupMenu","polish")) {
+ TQWidget::polish();
+ }
+ return;
+ }
+ void showMaximized() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.TDEPopupMenu","showMaximized")) {
+ TQWidget::showMaximized();
+ }
+ return;
+ }
+ void setBackgroundPixmap(const TQPixmap& arg1) {
+ if (!QtSupport::eventDelegate(this,"setBackgroundPixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
+ TQWidget::setBackgroundPixmap(arg1);
+ }
+ return;
+ }
+ void showEvent(TQShowEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"showEvent",(void*)arg1,"org.kde.qt.TQShowEvent")) {
+ TQWidget::showEvent(arg1);
+ }
+ return;
+ }
+ void keyPressEvent(TQKeyEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"keyPressEvent",(void*)arg1,"org.kde.qt.TQKeyEvent")) {
+ TDEPopupMenu::keyPressEvent(arg1);
+ }
+ return;
+ }
+ void setPaletteBackgroundPixmap(const TQPixmap& arg1) {
+ if (!QtSupport::eventDelegate(this,"setPaletteBackgroundPixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
+ TQWidget::setPaletteBackgroundPixmap(arg1);
+ }
+ return;
+ }
+ void setCursor(const TQCursor& arg1) {
+ if (!QtSupport::eventDelegate(this,"setCursor",(void*)&arg1,"org.kde.qt.TQCursor")) {
+ TQWidget::setCursor(arg1);
+ }
+ return;
+ }
+ void closeEvent(TQCloseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"closeEvent",(void*)arg1,"org.kde.qt.TQCloseEvent")) {
+ TDEPopupMenu::closeEvent(arg1);
+ }
+ return;
+ }
+ void customEvent(TQCustomEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TQCustomEvent")) {
+ TQObject::customEvent(arg1);
+ }
+ return;
+ }
+ void enterEvent(TQEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"enterEvent",(void*)arg1,"org.kde.qt.TQEvent")) {
+ TQWidget::enterEvent(arg1);
+ }
+ return;
+ }
+ void timerEvent(TQTimerEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TQTimerEvent")) {
+ TQPopupMenu::timerEvent(arg1);
+ }
+ return;
+ }
+ void mouseReleaseEvent(TQMouseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
+ TDEPopupMenu::mouseReleaseEvent(arg1);
+ }
+ return;
+ }
+ void setErasePixmap(const TQPixmap& arg1) {
+ if (!QtSupport::eventDelegate(this,"setErasePixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
+ TQWidget::setErasePixmap(arg1);
+ }
+ return;
+ }
+ void childEvent(TQChildEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
+ TQObject::childEvent(arg1);
+ }
+ return;
+ }
+ void dropEvent(TQDropEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"dropEvent",(void*)arg1,"org.kde.qt.TQDropEvent")) {
+ TQWidget::dropEvent(arg1);
+ }
+ return;
+ }
+ void leaveEvent(TQEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"leaveEvent",(void*)arg1,"org.kde.qt.TQEvent")) {
+ TQPopupMenu::leaveEvent(arg1);
+ }
+ return;
+ }
+ void setIcon(const TQPixmap& arg1) {
+ if (!QtSupport::eventDelegate(this,"setIcon",(void*)&arg1,"org.kde.qt.TQPixmap")) {
+ TQWidget::setIcon(arg1);
+ }
+ return;
+ }
+ void updateMask() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.TDEPopupMenu","updateMask")) {
+ TQWidget::updateMask();
+ }
+ return;
+ }
+ void showNormal() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.TDEPopupMenu","showNormal")) {
+ TQWidget::showNormal();
+ }
+ return;
+ }
+ void imComposeEvent(TQIMEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"imComposeEvent",(void*)arg1,"org.kde.qt.TQIMEvent")) {
+ TQWidget::imComposeEvent(arg1);
+ }
+ return;
+ }
+ void mousePressEvent(TQMouseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"mousePressEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
+ TDEPopupMenu::mousePressEvent(arg1);
+ }
+ return;
+ }
+ void mouseMoveEvent(TQMouseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
+ TQPopupMenu::mouseMoveEvent(arg1);
+ }
+ return;
+ }
+ void setFocusProxy(TQWidget* arg1) {
+ if (!QtSupport::eventDelegate(this,"setFocusProxy",(void*)arg1,"org.kde.qt.TQWidget")) {
+ TQWidget::setFocusProxy(arg1);
+ }
+ return;
+ }
+ void fontChange(const TQFont& arg1) {
+ if (!QtSupport::eventDelegate(this,"fontChange",(void*)&arg1,"org.kde.qt.TQFont")) {
+ TQWidget::fontChange(arg1);
+ }
+ return;
+ }
+ void setBackgroundColor(const TQColor& arg1) {
+ if (!QtSupport::eventDelegate(this,"setBackgroundColor",(void*)&arg1,"org.kde.qt.TQColor")) {
+ TQWidget::setBackgroundColor(arg1);
+ }
+ return;
+ }
+ void adjustSize() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.TDEPopupMenu","adjustSize")) {
+ TQWidget::adjustSize();
+ }
+ return;
+ }
+ void wheelEvent(TQWheelEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"wheelEvent",(void*)arg1,"org.kde.qt.TQWheelEvent")) {
+ TQWidget::wheelEvent(arg1);
+ }
+ return;
+ }
+ void imEndEvent(TQIMEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"imEndEvent",(void*)arg1,"org.kde.qt.TQIMEvent")) {
+ TQWidget::imEndEvent(arg1);
+ }
+ return;
+ }
+ void insertChild(TQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TQObject")) {
+ TQObject::insertChild(arg1);
+ }
+ return;
+ }
+ void focusInEvent(TQFocusEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"focusInEvent",(void*)arg1,"org.kde.qt.TQFocusEvent")) {
+ TQPopupMenu::focusInEvent(arg1);
+ }
+ return;
+ }
+ void tabletEvent(TQTabletEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"tabletEvent",(void*)arg1,"org.kde.qt.TQTabletEvent")) {
+ TQWidget::tabletEvent(arg1);
+ }
+ return;
+ }
+ void keyReleaseEvent(TQKeyEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"keyReleaseEvent",(void*)arg1,"org.kde.qt.TQKeyEvent")) {
+ TQWidget::keyReleaseEvent(arg1);
+ }
+ return;
+ }
+ void contextMenuEvent(TQContextMenuEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"contextMenuEvent",(void*)arg1,"org.kde.qt.TQContextMenuEvent")) {
+ TDEPopupMenu::contextMenuEvent(arg1);
+ }
+ return;
+ }
+ bool eventFilter(TQObject* object,TQEvent* event) {
+ if (!QtSupport::eventFilterDelegate(this,"org.kde.koala.TDEPopupMenu",object,event)) {
+ return TQObject::eventFilter(object,event);
+ } else {
+ return TRUE;
+ }
+ }
+ void setGeometry(const TQRect& arg1) {
+ if (!QtSupport::eventDelegate(this,"setGeometry",(void*)&arg1,"org.kde.qt.TQRect")) {
+ TQWidget::setGeometry(arg1);
+ }
+ return;
+ }
+ void showMinimized() {
+ if (!QtSupport::voidDelegate(this,"org.kde.koala.TDEPopupMenu","showMinimized")) {
+ TQWidget::showMinimized();
+ }
+ return;
+ }
+};
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_activateItemAt(JNIEnv* env, jobject obj, jint index)
+{
+ ((TDEPopupMenu*) QtSupport::getQt(env, obj))->activateItemAt((int) index);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_changeTitle__ILjava_lang_String_2(JNIEnv* env, jobject obj, jint id, jstring text)
+{
+static TQString* _qstring_text = 0;
+ ((TDEPopupMenu*) QtSupport::getQt(env, obj))->changeTitle((int) id, (const TQString&)*(TQString*) QtSupport::toTQString(env, text, &_qstring_text));
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_changeTitle__ILorg_kde_qt_QPixmap_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jint id, jobject icon, jstring text)
+{
+static TQString* _qstring_text = 0;
+ ((TDEPopupMenu*) QtSupport::getQt(env, obj))->changeTitle((int) id, (const TQPixmap&)*(const TQPixmap*) QtSupport::getQt(env, icon), (const TQString&)*(TQString*) QtSupport::toTQString(env, text, &_qstring_text));
+ return;
+}
+
+JNIEXPORT jstring JNICALL
+Java_org_kde_koala_TDEPopupMenu_className(JNIEnv* env, jobject obj)
+{
+ const char* _qstring;
+ _qstring = ((TDEPopupMenu*) QtSupport::getQt(env, obj))->className();
+ return QtSupport::fromCharString(env, (char *) _qstring);
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_closeEvent(JNIEnv* env, jobject obj, jobject arg1)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_closeEvent((TQCloseEvent*) QtSupport::getQt(env, arg1));
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_contextMenuEvent(JNIEnv* env, jobject obj, jobject e)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_contextMenuEvent((TQContextMenuEvent*) QtSupport::getQt(env, e));
+ return;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_TDEPopupMenu_contextMenuFocusItem(JNIEnv* env, jclass cls)
+{
+ (void) cls;
+ (void) env;
+ jint xret = (jint) TDEPopupMenuJBridge::contextMenuFocusItem();
+ return xret;
+}
+
+JNIEXPORT jobject JNICALL
+Java_org_kde_koala_TDEPopupMenu_contextMenuFocus(JNIEnv* env, jclass cls)
+{
+ (void) cls;
+ jobject xret = QtSupport::objectForQtKey(env, (void*)TDEPopupMenuJBridge::contextMenuFocus(), "org.kde.koala.TDEPopupMenu");
+ return xret;
+}
+
+JNIEXPORT jobject JNICALL
+Java_org_kde_koala_TDEPopupMenu_contextMenu(JNIEnv* env, jobject obj)
+{
+ jobject xret = QtSupport::objectForQtKey(env, (void*)((TDEPopupMenu*) QtSupport::getQt(env, obj))->contextMenu(), "org.kde.qt.TQPopupMenu");
+ return xret;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_ctxMenuHideShowingMenu(JNIEnv* env, jobject obj)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_ctxMenuHideShowingMenu();
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_ctxMenuHiding(JNIEnv* env, jobject obj)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_ctxMenuHiding();
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_dispose(JNIEnv* env, jobject obj)
+{
+ Java_org_kde_koala_TDEPopupMenu_finalize(env, obj);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_finalize(JNIEnv* env, jobject obj)
+{
+ if (QtSupport::allocatedInJavaWorld(env, obj) && ((TQPopupMenu*)(TDEPopupMenu*)QtSupport::getQt(env, obj))->parentWidget(FALSE) == 0) {
+ delete (TDEPopupMenu*)QtSupport::getQt(env, obj);
+ QtSupport::setQt(env, obj, 0);
+ }
+ return;
+}
+
+JNIEXPORT jboolean JNICALL
+Java_org_kde_koala_TDEPopupMenu_focusNextPrevChild(JNIEnv* env, jobject obj, jboolean next)
+{
+ jboolean xret = (jboolean) ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_focusNextPrevChild((bool) next);
+ return xret;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_hideContextMenu(JNIEnv* env, jobject obj)
+{
+ ((TDEPopupMenu*) QtSupport::getQt(env, obj))->hideContextMenu();
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_hideEvent(JNIEnv* env, jobject obj, jobject arg1)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_hideEvent((TQHideEvent*) QtSupport::getQt(env, arg1));
+ return;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_TDEPopupMenu_insertTitle__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring text)
+{
+static TQString* _qstring_text = 0;
+ jint xret = (jint) ((TDEPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const TQString&)*(TQString*) QtSupport::toTQString(env, text, &_qstring_text));
+ return xret;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_TDEPopupMenu_insertTitle__Ljava_lang_String_2I(JNIEnv* env, jobject obj, jstring text, jint id)
+{
+static TQString* _qstring_text = 0;
+ jint xret = (jint) ((TDEPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const TQString&)*(TQString*) QtSupport::toTQString(env, text, &_qstring_text), (int) id);
+ return xret;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_TDEPopupMenu_insertTitle__Ljava_lang_String_2II(JNIEnv* env, jobject obj, jstring text, jint id, jint index)
+{
+static TQString* _qstring_text = 0;
+ jint xret = (jint) ((TDEPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const TQString&)*(TQString*) QtSupport::toTQString(env, text, &_qstring_text), (int) id, (int) index);
+ return xret;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_TDEPopupMenu_insertTitle__Lorg_kde_qt_QPixmap_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject icon, jstring text)
+{
+static TQString* _qstring_text = 0;
+ jint xret = (jint) ((TDEPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const TQPixmap&)*(const TQPixmap*) QtSupport::getQt(env, icon), (const TQString&)*(TQString*) QtSupport::toTQString(env, text, &_qstring_text));
+ return xret;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_TDEPopupMenu_insertTitle__Lorg_kde_qt_QPixmap_2Ljava_lang_String_2I(JNIEnv* env, jobject obj, jobject icon, jstring text, jint id)
+{
+static TQString* _qstring_text = 0;
+ jint xret = (jint) ((TDEPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const TQPixmap&)*(const TQPixmap*) QtSupport::getQt(env, icon), (const TQString&)*(TQString*) QtSupport::toTQString(env, text, &_qstring_text), (int) id);
+ return xret;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_TDEPopupMenu_insertTitle__Lorg_kde_qt_QPixmap_2Ljava_lang_String_2II(JNIEnv* env, jobject obj, jobject icon, jstring text, jint id, jint index)
+{
+static TQString* _qstring_text = 0;
+ jint xret = (jint) ((TDEPopupMenu*) QtSupport::getQt(env, obj))->insertTitle((const TQPixmap&)*(const TQPixmap*) QtSupport::getQt(env, icon), (const TQString&)*(TQString*) QtSupport::toTQString(env, text, &_qstring_text), (int) id, (int) index);
+ return xret;
+}
+
+JNIEXPORT jboolean JNICALL
+Java_org_kde_koala_TDEPopupMenu_isDisposed(JNIEnv* env, jobject obj)
+{
+ return (QtSupport::getQt(env, obj) == 0);
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_itemHighlighted(JNIEnv* env, jobject obj, jint whichItem)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_itemHighlighted((int) whichItem);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_keyPressEvent(JNIEnv* env, jobject obj, jobject e)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_keyPressEvent((TQKeyEvent*) QtSupport::getQt(env, e));
+ return;
+}
+
+JNIEXPORT jobject JNICALL
+Java_org_kde_koala_TDEPopupMenu_metaObject(JNIEnv* env, jobject obj)
+{
+ jobject xret = QtSupport::objectForQtKey(env, (void*)((TDEPopupMenu*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TQMetaObject");
+ return xret;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_mousePressEvent(JNIEnv* env, jobject obj, jobject e)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_mousePressEvent((TQMouseEvent*) QtSupport::getQt(env, e));
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_mouseReleaseEvent(JNIEnv* env, jobject obj, jobject e)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_mouseReleaseEvent((TQMouseEvent*) QtSupport::getQt(env, e));
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_newTDEPopupMenu__(JNIEnv* env, jobject obj)
+{
+ if (QtSupport::getQt(env, obj) == 0) {
+ QtSupport::setQt(env, obj, new TDEPopupMenuJBridge());
+ QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
+ }
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_newTDEPopupMenu__Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jobject parent)
+{
+ if (QtSupport::getQt(env, obj) == 0) {
+ QtSupport::setQt(env, obj, new TDEPopupMenuJBridge((TQWidget*) QtSupport::getQt(env, parent)));
+ QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
+ }
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_newTDEPopupMenu__Lorg_kde_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jstring name)
+{
+static TQCString* _qstring_name = 0;
+ if (QtSupport::getQt(env, obj) == 0) {
+ QtSupport::setQt(env, obj, new TDEPopupMenuJBridge((TQWidget*) 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_TDEPopupMenu_resetKeyboardVars__(JNIEnv* env, jobject obj)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_resetKeyboardVars();
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_resetKeyboardVars__Z(JNIEnv* env, jobject obj, jboolean noMatches)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_resetKeyboardVars((bool) noMatches);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_setKeyboardShortcutsEnabled(JNIEnv* env, jobject obj, jboolean enable)
+{
+ ((TDEPopupMenu*) QtSupport::getQt(env, obj))->setKeyboardShortcutsEnabled((bool) enable);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_setKeyboardShortcutsExecute(JNIEnv* env, jobject obj, jboolean enable)
+{
+ ((TDEPopupMenu*) QtSupport::getQt(env, obj))->setKeyboardShortcutsExecute((bool) enable);
+ return;
+}
+
+JNIEXPORT void JNICALL
+Java_org_kde_koala_TDEPopupMenu_showCtxMenu(JNIEnv* env, jobject obj, jobject pos)
+{
+ ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_showCtxMenu((TQPoint)*(TQPoint*) QtSupport::getQt(env, pos));
+ return;
+}
+
+JNIEXPORT jint JNICALL
+Java_org_kde_koala_TDEPopupMenu_state(JNIEnv* env, jobject obj)
+{
+ jint xret = (jint) ((TDEPopupMenu*) QtSupport::getQt(env, obj))->state();
+ return xret;
+}
+
+JNIEXPORT jobject JNICALL
+Java_org_kde_koala_TDEPopupMenu_titlePixmap(JNIEnv* env, jobject obj, jint id)
+{
+ jobject xret = QtSupport::objectForQtKey(env, (void*)new TQPixmap(((TDEPopupMenu*) QtSupport::getQt(env, obj))->titlePixmap((int) id)), "org.kde.qt.TQPixmap", TRUE);
+ return xret;
+}
+
+JNIEXPORT jstring JNICALL
+Java_org_kde_koala_TDEPopupMenu_title__(JNIEnv* env, jobject obj)
+{
+ TQString _qstring;
+ _qstring = ((TDEPopupMenu*) QtSupport::getQt(env, obj))->title();
+ return QtSupport::fromTQString(env, &_qstring);
+}
+
+JNIEXPORT jstring JNICALL
+Java_org_kde_koala_TDEPopupMenu_title__I(JNIEnv* env, jobject obj, jint id)
+{
+ TQString _qstring;
+ _qstring = ((TDEPopupMenu*) QtSupport::getQt(env, obj))->title((int) id);
+ return QtSupport::fromTQString(env, &_qstring);
+}
+
+JNIEXPORT jstring JNICALL
+Java_org_kde_koala_TDEPopupMenu_underlineText(JNIEnv* env, jobject obj, jstring text, jint length)
+{
+ TQString _qstring;
+static TQString* _qstring_text = 0;
+ _qstring = ((TDEPopupMenuJBridge*) QtSupport::getQt(env, obj))->protected_underlineText((const TQString&)*(TQString*) QtSupport::toTQString(env, text, &_qstring_text), (uint) length);
+ return QtSupport::fromTQString(env, &_qstring);
+}
+