You cannot 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
C++
523 lines
15 KiB
C++
//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(QWidget* arg1) : KCustomMenuEditor(arg1) {};
|
|
~KCustomMenuEditorJBridge() {QtSupport::qtKeyDeleted(this);}
|
|
void dragLeaveEvent(QDragLeaveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragLeaveEvent",(void*)arg1,"org.kde.qt.QDragLeaveEvent")) {
|
|
QWidget::dragLeaveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void slotDetails() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotDetails")) {
|
|
KDialogBase::slotDetails();
|
|
}
|
|
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.KCustomMenuEditor","accept")) {
|
|
QDialog::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")) {
|
|
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.KCustomMenuEditor","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 slotDefault() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotDefault")) {
|
|
KDialogBase::slotDefault();
|
|
}
|
|
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 slotUser3() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotUser3")) {
|
|
KDialogBase::slotUser3();
|
|
}
|
|
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.KCustomMenuEditor","unsetCursor")) {
|
|
QWidget::unsetCursor();
|
|
}
|
|
return;
|
|
}
|
|
void hideEvent(QHideEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.QHideEvent")) {
|
|
KDialogBase::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.KCustomMenuEditor","polish")) {
|
|
KDialog::polish();
|
|
}
|
|
return;
|
|
}
|
|
void showMaximized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","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")) {
|
|
KDialogBase::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")) {
|
|
KDialogBase::closeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void customEvent(QCustomEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.QCustomEvent")) {
|
|
QObject::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(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.KCustomMenuEditor","updateMask")) {
|
|
QWidget::updateMask();
|
|
}
|
|
return;
|
|
}
|
|
void showNormal() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","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.KCustomMenuEditor","adjustSize")) {
|
|
KDialogBase::adjustSize();
|
|
}
|
|
return;
|
|
}
|
|
void wheelEvent(QWheelEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"wheelEvent",(void*)arg1,"org.kde.qt.QWheelEvent")) {
|
|
QWidget::wheelEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void slotUser1() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotUser1")) {
|
|
KDialogBase::slotUser1();
|
|
}
|
|
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.KCustomMenuEditor","reject")) {
|
|
QDialog::reject();
|
|
}
|
|
return;
|
|
}
|
|
void slotTry() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KCustomMenuEditor","slotTry")) {
|
|
KDialogBase::slotTry();
|
|
}
|
|
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 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")) {
|
|
QWidget::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) && ((QWidget*)(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.QMetaObject");
|
|
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((QWidget*) 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;
|
|
}
|
|
|