You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
523 lines
15 KiB
523 lines
15 KiB
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
#include <kcustommenueditor.h>
|
|
|
|
#include <qtjava/QtSupport.h>
|
|
#include <kdejava/KDESupport.h>
|
|
#include <kdejava/KCustomMenuEditor.h>
|
|
|
|
class KCustomMenuEditorJBridge : public KCustomMenuEditor
|
|
{
|
|
public:
|
|
KCustomMenuEditorJBridge(TQWidget* arg1) : KCustomMenuEditor(arg1) {};
|
|
~KCustomMenuEditorJBridge() {QtSupport::qtKeyDeleted(this);}
|
|
void dragLeaveEvent(TQDragLeaveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragLeaveEvent",(void*)arg1,"org.kde.qt.TQDragLeaveEvent")) {
|
|
TQWidget::dragLeaveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void slotDetails() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotDetails")) {
|
|
KDialogBase::slotDetails();
|
|
}
|
|
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")) {
|
|
TQDialog::resizeEvent(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 accept() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","accept")) {
|
|
TQDialog::accept();
|
|
}
|
|
return;
|
|
}
|
|
void slotHelp() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotHelp")) {
|
|
KDialogBase::slotHelp();
|
|
}
|
|
return;
|
|
}
|
|
void slotNo() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotNo")) {
|
|
KDialogBase::slotNo();
|
|
}
|
|
return;
|
|
}
|
|
void setActiveWindow() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","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")) {
|
|
TQWidget::focusOutEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFocus() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","setFocus")) {
|
|
TQWidget::setFocus();
|
|
}
|
|
return;
|
|
}
|
|
void dragMoveEvent(TQDragMoveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.kde.qt.TQDragMoveEvent")) {
|
|
TQWidget::dragMoveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void styleChange(TQStyle& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"styleChange",(void*)&arg1,"org.kde.qt.TQStyle")) {
|
|
TQWidget::styleChange(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void slotDefault() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotDefault")) {
|
|
KDialogBase::slotDefault();
|
|
}
|
|
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 slotUser3() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotUser3")) {
|
|
KDialogBase::slotUser3();
|
|
}
|
|
return;
|
|
}
|
|
void paintEvent(TQPaintEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.kde.qt.TQPaintEvent")) {
|
|
TQWidget::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.KCustomMenuEditor","unsetCursor")) {
|
|
TQWidget::unsetCursor();
|
|
}
|
|
return;
|
|
}
|
|
void hideEvent(TQHideEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.TQHideEvent")) {
|
|
KDialogBase::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.KCustomMenuEditor","polish")) {
|
|
KDialog::polish();
|
|
}
|
|
return;
|
|
}
|
|
void showMaximized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","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")) {
|
|
KDialogBase::keyPressEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
bool customWhatsThis() {
|
|
return QtSupport::booleanDelegate(this,"customWhatsThis");
|
|
}
|
|
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")) {
|
|
KDialogBase::closeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void customEvent(TQCustomEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TQCustomEvent")) {
|
|
TQObject::customEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void slotApply() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotApply")) {
|
|
KDialogBase::slotApply();
|
|
}
|
|
return;
|
|
}
|
|
void slotClose() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotClose")) {
|
|
KDialogBase::slotClose();
|
|
}
|
|
return;
|
|
}
|
|
void slotCancel() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotCancel")) {
|
|
KDialogBase::slotCancel();
|
|
}
|
|
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")) {
|
|
TQObject::timerEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mouseReleaseEvent(TQMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
|
|
TQWidget::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")) {
|
|
TQWidget::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.KCustomMenuEditor","updateMask")) {
|
|
TQWidget::updateMask();
|
|
}
|
|
return;
|
|
}
|
|
void showNormal() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","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")) {
|
|
TQWidget::mousePressEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mouseMoveEvent(TQMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
|
|
TQWidget::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.KCustomMenuEditor","adjustSize")) {
|
|
KDialogBase::adjustSize();
|
|
}
|
|
return;
|
|
}
|
|
void wheelEvent(TQWheelEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"wheelEvent",(void*)arg1,"org.kde.qt.TQWheelEvent")) {
|
|
TQWidget::wheelEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void slotUser1() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotUser1")) {
|
|
KDialogBase::slotUser1();
|
|
}
|
|
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")) {
|
|
TQWidget::focusInEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void reject() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","reject")) {
|
|
TQDialog::reject();
|
|
}
|
|
return;
|
|
}
|
|
void slotTry() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotTry")) {
|
|
KDialogBase::slotTry();
|
|
}
|
|
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")) {
|
|
TQDialog::contextMenuEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void slotYes() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotYes")) {
|
|
KDialogBase::slotYes();
|
|
}
|
|
return;
|
|
}
|
|
void slotOk() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotOk")) {
|
|
KDialogBase::slotOk();
|
|
}
|
|
return;
|
|
}
|
|
void slotUser2() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotUser2")) {
|
|
KDialogBase::slotUser2();
|
|
}
|
|
return;
|
|
}
|
|
void showMinimized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","showMinimized")) {
|
|
TQWidget::showMinimized();
|
|
}
|
|
return;
|
|
}
|
|
};
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_className(JNIEnv* env, jobject obj)
|
|
{
|
|
const char* _qstring;
|
|
_qstring = ((KCustomMenuEditor*) QtSupport::getQt(env, obj))->className();
|
|
return QtSupport::fromCharString(env, (char *) _qstring);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_dispose(JNIEnv* env, jobject obj)
|
|
{
|
|
Java_org_kde_koala_KCustomMenuEditor_finalize(env, obj);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_finalize(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::allocatedInJavaWorld(env, obj) && ((TQWidget*)(KCustomMenuEditor*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) {
|
|
delete (KCustomMenuEditor*)QtSupport::getQt(env, obj);
|
|
QtSupport::setQt(env, obj, 0);
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_isDisposed(JNIEnv* env, jobject obj)
|
|
{
|
|
return (QtSupport::getQt(env, obj) == 0);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_load(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KCustomMenuEditor*) QtSupport::getQt(env, obj))->load((KConfigBase*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_metaObject(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((KCustomMenuEditor*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TQMetaObject");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_newKCustomMenuEditor(JNIEnv* env, jobject obj, jobject parent)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new KCustomMenuEditorJBridge((TQWidget*) QtSupport::getQt(env, parent)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_refreshButton(JNIEnv* env, jobject obj)
|
|
{
|
|
((KCustomMenuEditor*) QtSupport::getQt(env, obj))->refreshButton();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_save(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KCustomMenuEditor*) QtSupport::getQt(env, obj))->save((KConfigBase*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_slotMoveDown(JNIEnv* env, jobject obj)
|
|
{
|
|
((KCustomMenuEditor*) QtSupport::getQt(env, obj))->slotMoveDown();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_slotMoveUp(JNIEnv* env, jobject obj)
|
|
{
|
|
((KCustomMenuEditor*) QtSupport::getQt(env, obj))->slotMoveUp();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_slotNewItem(JNIEnv* env, jobject obj)
|
|
{
|
|
((KCustomMenuEditor*) QtSupport::getQt(env, obj))->slotNewItem();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KCustomMenuEditor_slotRemoveItem(JNIEnv* env, jobject obj)
|
|
{
|
|
((KCustomMenuEditor*) QtSupport::getQt(env, obj))->slotRemoveItem();
|
|
return;
|
|
}
|
|
|