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.
577 lines
18 KiB
C++
577 lines
18 KiB
C++
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
#include <qstring.h>
|
|
#include <kparts/dockmainwindow.h>
|
|
#include <kparts/part.h>
|
|
#include <qnamespace.h>
|
|
|
|
#include <qtjava/QtSupport.h>
|
|
#include <kdejava/KDESupport.h>
|
|
#include <kdejava/DockMainWindow.h>
|
|
|
|
class DockMainWindowJBridge : public KParts::DockMainWindow
|
|
{
|
|
public:
|
|
DockMainWindowJBridge(QWidget* arg1,const char* arg2,Qt::WFlags arg3) : KParts::DockMainWindow(arg1,arg2,arg3) {};
|
|
DockMainWindowJBridge(QWidget* arg1,const char* arg2) : KParts::DockMainWindow(arg1,arg2) {};
|
|
DockMainWindowJBridge(QWidget* arg1) : KParts::DockMainWindow(arg1) {};
|
|
DockMainWindowJBridge() : KParts::DockMainWindow() {};
|
|
void protected_createShellGUI(bool arg1) {
|
|
KParts::DockMainWindow::createShellGUI(arg1);
|
|
return;
|
|
}
|
|
void protected_createShellGUI() {
|
|
KParts::DockMainWindow::createShellGUI();
|
|
return;
|
|
}
|
|
void protected_createGUI(KParts::Part* arg1) {
|
|
KParts::DockMainWindow::createGUI(arg1);
|
|
return;
|
|
}
|
|
void protected_slotSetStatusBarText(const QString& arg1) {
|
|
KParts::DockMainWindow::slotSetStatusBarText(arg1);
|
|
return;
|
|
}
|
|
void protected_setInstance(KInstance* arg1) {
|
|
KParts::PartBase::setInstance(arg1);
|
|
return;
|
|
}
|
|
void protected_setInstance(KInstance* arg1,bool arg2) {
|
|
KParts::PartBase::setInstance(arg1,arg2);
|
|
return;
|
|
}
|
|
void protected_loadPlugins(QObject* arg1,KXMLGUIClient* arg2,KInstance* arg3) {
|
|
KParts::PartBase::loadPlugins(arg1,arg2,arg3);
|
|
return;
|
|
}
|
|
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")) {
|
|
KMainWindow::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;
|
|
}
|
|
bool queryClose() {
|
|
return QtSupport::booleanDelegate(this,"queryClose");
|
|
}
|
|
void setCentralWidget(QWidget* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setCentralWidget",(void*)arg1,"org.kde.qt.QWidget")) {
|
|
QMainWindow::setCentralWidget(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setActiveWindow() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","setActiveWindow")) {
|
|
QWidget::setActiveWindow();
|
|
}
|
|
return;
|
|
}
|
|
void dragEnterEvent(QDragEnterEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragEnterEvent",(void*)arg1,"org.kde.qt.QDragEnterEvent")) {
|
|
QWidget::dragEnterEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void show() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","show")) {
|
|
KMainWindow::show();
|
|
}
|
|
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.DockMainWindow","setFocus")) {
|
|
QWidget::setFocus();
|
|
}
|
|
return;
|
|
}
|
|
void dragMoveEvent(QDragMoveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.kde.qt.QDragMoveEvent")) {
|
|
QWidget::dragMoveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void hide() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","hide")) {
|
|
KMainWindow::hide();
|
|
}
|
|
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")) {
|
|
KMainWindow::paintEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void imStartEvent(QIMEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"imStartEvent",(void*)arg1,"org.kde.qt.QIMEvent")) {
|
|
QWidget::imStartEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void removeDockWindow(QDockWindow* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"removeDockWindow",(void*)arg1,"org.kde.qt.QDockWindow")) {
|
|
QMainWindow::removeDockWindow(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void unsetCursor() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","unsetCursor")) {
|
|
QWidget::unsetCursor();
|
|
}
|
|
return;
|
|
}
|
|
void showAboutApplication() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","showAboutApplication")) {
|
|
KMainWindow::showAboutApplication();
|
|
}
|
|
return;
|
|
}
|
|
void readGlobalProperties(KConfig* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"readGlobalProperties",(void*)arg1,"org.kde.koala.KConfig")) {
|
|
KMainWindow::readGlobalProperties(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void hideEvent(QHideEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.QHideEvent")) {
|
|
QWidget::hideEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void conserveMemory() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","conserveMemory")) {
|
|
KXMLGUIClient::conserveMemory();
|
|
}
|
|
return;
|
|
}
|
|
bool queryExit() {
|
|
return QtSupport::booleanDelegate(this,"queryExit");
|
|
}
|
|
void saveProperties(KConfig* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"saveProperties",(void*)arg1,"org.kde.koala.KConfig")) {
|
|
KMainWindow::saveProperties(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.DockMainWindow","polish")) {
|
|
QWidget::polish();
|
|
}
|
|
return;
|
|
}
|
|
void showMaximized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","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")) {
|
|
QWidget::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")) {
|
|
KMainWindow::closeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void readProperties(KConfig* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"readProperties",(void*)arg1,"org.kde.koala.KConfig")) {
|
|
KMainWindow::readProperties(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void customEvent(QCustomEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.QCustomEvent")) {
|
|
QObject::customEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setUpLayout() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","setUpLayout")) {
|
|
QMainWindow::setUpLayout();
|
|
}
|
|
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")) {
|
|
KMainWindow::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")) {
|
|
KMainWindow::setIcon(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void updateMask() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","updateMask")) {
|
|
QWidget::updateMask();
|
|
}
|
|
return;
|
|
}
|
|
void showNormal() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","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 whatsThis() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","whatsThis")) {
|
|
QMainWindow::whatsThis();
|
|
}
|
|
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.DockMainWindow","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;
|
|
}
|
|
bool isCustomizable() {
|
|
return QtSupport::booleanDelegate(this,"isCustomizable");
|
|
}
|
|
void customize() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","customize")) {
|
|
QMainWindow::customize();
|
|
}
|
|
return;
|
|
}
|
|
void saveGlobalProperties(KConfig* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"saveGlobalProperties",(void*)arg1,"org.kde.koala.KConfig")) {
|
|
KMainWindow::saveGlobalProperties(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")) {
|
|
QWidget::contextMenuEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
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.DockMainWindow","showMinimized")) {
|
|
QWidget::showMinimized();
|
|
}
|
|
return;
|
|
}
|
|
};
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_koala_DockMainWindow_className(JNIEnv* env, jobject obj)
|
|
{
|
|
const char* _qstring;
|
|
_qstring = ((KParts::DockMainWindow*) QtSupport::getQt(env, obj))->className();
|
|
return QtSupport::fromCharString(env, (char *) _qstring);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_createGUI(JNIEnv* env, jobject obj, jobject part)
|
|
{
|
|
((DockMainWindowJBridge*) QtSupport::getQt(env, obj))->protected_createGUI((KParts::Part*) QtSupport::getQt(env, part));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_createShellGUI__(JNIEnv* env, jobject obj)
|
|
{
|
|
((DockMainWindowJBridge*) QtSupport::getQt(env, obj))->protected_createShellGUI();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_createShellGUI__Z(JNIEnv* env, jobject obj, jboolean create)
|
|
{
|
|
((DockMainWindowJBridge*) QtSupport::getQt(env, obj))->protected_createShellGUI((bool) create);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_loadPlugins(JNIEnv* env, jobject obj, jobject parent, jobject parentGUIClient, jobject instance)
|
|
{
|
|
((DockMainWindowJBridge*) QtSupport::getQt(env, obj))->protected_loadPlugins((QObject*) QtSupport::getQt(env, parent), (KXMLGUIClient*) QtSupport::getQt(env, parentGUIClient), (KInstance*) QtSupport::getQt(env, instance));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_koala_DockMainWindow_metaObject(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((KParts::DockMainWindow*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.QMetaObject");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_newDockMainWindow__(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new DockMainWindowJBridge());
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_newDockMainWindow__Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jobject parent)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new DockMainWindowJBridge((QWidget*) QtSupport::getQt(env, parent)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_newDockMainWindow__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 DockMainWindowJBridge((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_DockMainWindow_newDockMainWindow__Lorg_kde_qt_QWidget_2Ljava_lang_String_2I(JNIEnv* env, jobject obj, jobject parent, jstring name, jint f)
|
|
{
|
|
static QCString* _qstring_name = 0;
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new DockMainWindowJBridge((QWidget*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name), (Qt::WFlags) f));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_koala_DockMainWindow_partObject(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((KParts::PartBase*)(KParts::DockMainWindow*) QtSupport::getQt(env, obj))->partObject(), "org.kde.qt.QObject");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_setInstance__Lorg_kde_koala_KInstanceInterface_2(JNIEnv* env, jobject obj, jobject instance)
|
|
{
|
|
((DockMainWindowJBridge*) QtSupport::getQt(env, obj))->protected_setInstance((KInstance*) QtSupport::getQt(env, instance));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_setInstance__Lorg_kde_koala_KInstanceInterface_2Z(JNIEnv* env, jobject obj, jobject instance, jboolean loadPlugins)
|
|
{
|
|
((DockMainWindowJBridge*) QtSupport::getQt(env, obj))->protected_setInstance((KInstance*) QtSupport::getQt(env, instance), (bool) loadPlugins);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_setPartObject(JNIEnv* env, jobject obj, jobject object)
|
|
{
|
|
((KParts::PartBase*)(KParts::DockMainWindow*) QtSupport::getQt(env, obj))->setPartObject((QObject*) QtSupport::getQt(env, object));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_DockMainWindow_slotSetStatusBarText(JNIEnv* env, jobject obj, jstring arg1)
|
|
{
|
|
static QString* _qstring_arg1 = 0;
|
|
((DockMainWindowJBridge*) QtSupport::getQt(env, obj))->protected_slotSetStatusBarText((const QString&)*(QString*) QtSupport::toQString(env, arg1, &_qstring_arg1));
|
|
return;
|
|
}
|
|
|