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.
tdebindings/tdejava/koala/tdejava/KPanelApplet.cpp

733 lines
24 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
#include <kpanelapplet.h>
#include <tqstring.h>
#include <tdeconfig.h>
#include <tqnamespace.h>
#include <qtjava/QtSupport.h>
#include <tdejava/TDESupport.h>
#include <tdejava/KPanelApplet.h>
class KPanelAppletJBridge : public KPanelApplet
{
public:
KPanelAppletJBridge(const TQString& arg1,KPanelApplet::Type arg2,int arg3,TQWidget* arg4,const char* arg5,TQt::WFlags arg6) : KPanelApplet(arg1,arg2,arg3,arg4,arg5,arg6) {};
KPanelAppletJBridge(const TQString& arg1,KPanelApplet::Type arg2,int arg3,TQWidget* arg4,const char* arg5) : KPanelApplet(arg1,arg2,arg3,arg4,arg5) {};
KPanelAppletJBridge(const TQString& arg1,KPanelApplet::Type arg2,int arg3,TQWidget* arg4) : KPanelApplet(arg1,arg2,arg3,arg4) {};
KPanelAppletJBridge(const TQString& arg1,KPanelApplet::Type arg2,int arg3) : KPanelApplet(arg1,arg2,arg3) {};
KPanelAppletJBridge(const TQString& arg1,KPanelApplet::Type arg2) : KPanelApplet(arg1,arg2) {};
KPanelAppletJBridge(const TQString& arg1) : KPanelApplet(arg1) {};
void protected_about() {
KPanelApplet::about();
return;
}
void protected_help() {
KPanelApplet::help();
return;
}
void protected_preferences() {
KPanelApplet::preferences();
return;
}
void protected_reportBug() {
KPanelApplet::reportBug();
return;
}
TQt::Orientation protected_orientation() {
return (TQt::Orientation) KPanelApplet::orientation();
}
KPanelApplet::Position protected_position() {
return (KPanelApplet::Position) KPanelApplet::position();
}
KPanelApplet::Alignment protected_alignment() {
return (KPanelApplet::Alignment) KPanelApplet::alignment();
}
void protected_positionChange(KPanelApplet::Position arg1) {
KPanelApplet::positionChange(arg1);
return;
}
void protected_alignmentChange(KPanelApplet::Alignment arg1) {
KPanelApplet::alignmentChange(arg1);
return;
}
void protected_setCustomMenu(const TQPopupMenu* arg1) {
KPanelApplet::setCustomMenu(arg1);
return;
}
void protected_watchForFocus(TQWidget* arg1,bool arg2) {
KPanelApplet::watchForFocus(arg1,arg2);
return;
}
void protected_watchForFocus(TQWidget* arg1) {
KPanelApplet::watchForFocus(arg1);
return;
}
void protected_needsFocus(bool arg1) {
KPanelApplet::needsFocus(arg1);
return;
}
KPanelApplet::Direction protected_popupDirection() {
return (KPanelApplet::Direction) KPanelApplet::popupDirection();
}
bool protected_eventFilter(TQObject* arg1,TQEvent* arg2) {
return (bool) KPanelApplet::eventFilter(arg1,arg2);
}
~KPanelAppletJBridge() {QtSupport::qtKeyDeleted(this);}
void drawContents(TQPainter* arg1) {
if (!QtSupport::eventDelegate(this,"drawContents",(void*)arg1,"org.trinitydesktop.qt.TQPainter")) {
TQFrame::drawContents(arg1);
}
return;
}
void dragLeaveEvent(TQDragLeaveEvent* arg1) {
if (!QtSupport::eventDelegate(this,"dragLeaveEvent",(void*)arg1,"org.trinitydesktop.qt.TQDragLeaveEvent")) {
TQWidget::dragLeaveEvent(arg1);
}
return;
}
void reportBug() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","reportBug")) {
KPanelApplet::reportBug();
}
return;
}
void setMask(const TQRegion& arg1) {
if (!QtSupport::eventDelegate(this,"setMask",(void*)&arg1,"org.trinitydesktop.qt.TQRegion")) {
TQWidget::setMask(arg1);
}
return;
}
void resizeEvent(TQResizeEvent* arg1) {
if (!QtSupport::eventDelegate(this,"resizeEvent",(void*)arg1,"org.trinitydesktop.qt.TQResizeEvent")) {
TQFrame::resizeEvent(arg1);
}
return;
}
void setFrameRect(const TQRect& arg1) {
if (!QtSupport::eventDelegate(this,"setFrameRect",(void*)&arg1,"org.trinitydesktop.qt.TQRect")) {
TQFrame::setFrameRect(arg1);
}
return;
}
void mouseDoubleClickEvent(TQMouseEvent* arg1) {
if (!QtSupport::eventDelegate(this,"mouseDoubleClickEvent",(void*)arg1,"org.trinitydesktop.qt.TQMouseEvent")) {
TQWidget::mouseDoubleClickEvent(arg1);
}
return;
}
void paletteChange(const TQPalette& arg1) {
if (!QtSupport::eventDelegate(this,"paletteChange",(void*)&arg1,"org.trinitydesktop.qt.TQPalette")) {
TQWidget::paletteChange(arg1);
}
return;
}
void setActiveWindow() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","setActiveWindow")) {
TQWidget::setActiveWindow();
}
return;
}
void dragEnterEvent(TQDragEnterEvent* arg1) {
if (!QtSupport::eventDelegate(this,"dragEnterEvent",(void*)arg1,"org.trinitydesktop.qt.TQDragEnterEvent")) {
TQWidget::dragEnterEvent(arg1);
}
return;
}
void about() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","about")) {
KPanelApplet::about();
}
return;
}
void show() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","show")) {
TQWidget::show();
}
return;
}
void focusOutEvent(TQFocusEvent* arg1) {
if (!QtSupport::eventDelegate(this,"focusOutEvent",(void*)arg1,"org.trinitydesktop.qt.TQFocusEvent")) {
TQWidget::focusOutEvent(arg1);
}
return;
}
void setFocus() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","setFocus")) {
TQWidget::setFocus();
}
return;
}
void dragMoveEvent(TQDragMoveEvent* arg1) {
if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.trinitydesktop.qt.TQDragMoveEvent")) {
TQWidget::dragMoveEvent(arg1);
}
return;
}
void drawFrame(TQPainter* arg1) {
if (!QtSupport::eventDelegate(this,"drawFrame",(void*)arg1,"org.trinitydesktop.qt.TQPainter")) {
TQFrame::drawFrame(arg1);
}
return;
}
void hide() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","hide")) {
TQWidget::hide();
}
return;
}
void setPaletteBackgroundColor(const TQColor& arg1) {
if (!QtSupport::eventDelegate(this,"setPaletteBackgroundColor",(void*)&arg1,"org.trinitydesktop.qt.TQColor")) {
TQWidget::setPaletteBackgroundColor(arg1);
}
return;
}
void setEraseColor(const TQColor& arg1) {
if (!QtSupport::eventDelegate(this,"setEraseColor",(void*)&arg1,"org.trinitydesktop.qt.TQColor")) {
TQWidget::setEraseColor(arg1);
}
return;
}
void removeChild(TQObject* arg1) {
if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.trinitydesktop.qt.TQObject")) {
TQObject::removeChild(arg1);
}
return;
}
void preferences() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","preferences")) {
KPanelApplet::preferences();
}
return;
}
void paintEvent(TQPaintEvent* arg1) {
if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.trinitydesktop.qt.TQPaintEvent")) {
TQFrame::paintEvent(arg1);
}
return;
}
void imStartEvent(TQIMEvent* arg1) {
if (!QtSupport::eventDelegate(this,"imStartEvent",(void*)arg1,"org.trinitydesktop.qt.TQIMEvent")) {
TQWidget::imStartEvent(arg1);
}
return;
}
void unsetCursor() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","unsetCursor")) {
TQWidget::unsetCursor();
}
return;
}
void hideEvent(TQHideEvent* arg1) {
if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.trinitydesktop.qt.TQHideEvent")) {
TQWidget::hideEvent(arg1);
}
return;
}
void moveEvent(TQMoveEvent* arg1) {
if (!QtSupport::eventDelegate(this,"moveEvent",(void*)arg1,"org.trinitydesktop.qt.TQMoveEvent")) {
TQWidget::moveEvent(arg1);
}
return;
}
void polish() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","polish")) {
TQWidget::polish();
}
return;
}
void showMaximized() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","showMaximized")) {
TQWidget::showMaximized();
}
return;
}
void setBackgroundPixmap(const TQPixmap& arg1) {
if (!QtSupport::eventDelegate(this,"setBackgroundPixmap",(void*)&arg1,"org.trinitydesktop.qt.TQPixmap")) {
TQWidget::setBackgroundPixmap(arg1);
}
return;
}
void showEvent(TQShowEvent* arg1) {
if (!QtSupport::eventDelegate(this,"showEvent",(void*)arg1,"org.trinitydesktop.qt.TQShowEvent")) {
TQWidget::showEvent(arg1);
}
return;
}
void keyPressEvent(TQKeyEvent* arg1) {
if (!QtSupport::eventDelegate(this,"keyPressEvent",(void*)arg1,"org.trinitydesktop.qt.TQKeyEvent")) {
TQWidget::keyPressEvent(arg1);
}
return;
}
bool customWhatsThis() {
return QtSupport::booleanDelegate(this,"customWhatsThis");
}
void setPaletteBackgroundPixmap(const TQPixmap& arg1) {
if (!QtSupport::eventDelegate(this,"setPaletteBackgroundPixmap",(void*)&arg1,"org.trinitydesktop.qt.TQPixmap")) {
TQWidget::setPaletteBackgroundPixmap(arg1);
}
return;
}
void setCursor(const TQCursor& arg1) {
if (!QtSupport::eventDelegate(this,"setCursor",(void*)&arg1,"org.trinitydesktop.qt.TQCursor")) {
TQWidget::setCursor(arg1);
}
return;
}
void closeEvent(TQCloseEvent* arg1) {
if (!QtSupport::eventDelegate(this,"closeEvent",(void*)arg1,"org.trinitydesktop.qt.TQCloseEvent")) {
TQWidget::closeEvent(arg1);
}
return;
}
void customEvent(TQCustomEvent* arg1) {
if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.trinitydesktop.qt.TQCustomEvent")) {
TQObject::customEvent(arg1);
}
return;
}
void enterEvent(TQEvent* arg1) {
if (!QtSupport::eventDelegate(this,"enterEvent",(void*)arg1,"org.trinitydesktop.qt.TQEvent")) {
TQWidget::enterEvent(arg1);
}
return;
}
void timerEvent(TQTimerEvent* arg1) {
if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.trinitydesktop.qt.TQTimerEvent")) {
TQObject::timerEvent(arg1);
}
return;
}
void mouseReleaseEvent(TQMouseEvent* arg1) {
if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.trinitydesktop.qt.TQMouseEvent")) {
TQWidget::mouseReleaseEvent(arg1);
}
return;
}
void setErasePixmap(const TQPixmap& arg1) {
if (!QtSupport::eventDelegate(this,"setErasePixmap",(void*)&arg1,"org.trinitydesktop.qt.TQPixmap")) {
TQWidget::setErasePixmap(arg1);
}
return;
}
void childEvent(TQChildEvent* arg1) {
if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.trinitydesktop.qt.TQChildEvent")) {
TQObject::childEvent(arg1);
}
return;
}
void dropEvent(TQDropEvent* arg1) {
if (!QtSupport::eventDelegate(this,"dropEvent",(void*)arg1,"org.trinitydesktop.qt.TQDropEvent")) {
TQWidget::dropEvent(arg1);
}
return;
}
void leaveEvent(TQEvent* arg1) {
if (!QtSupport::eventDelegate(this,"leaveEvent",(void*)arg1,"org.trinitydesktop.qt.TQEvent")) {
TQWidget::leaveEvent(arg1);
}
return;
}
void setIcon(const TQPixmap& arg1) {
if (!QtSupport::eventDelegate(this,"setIcon",(void*)&arg1,"org.trinitydesktop.qt.TQPixmap")) {
TQWidget::setIcon(arg1);
}
return;
}
void updateMask() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","updateMask")) {
TQWidget::updateMask();
}
return;
}
void showNormal() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","showNormal")) {
TQWidget::showNormal();
}
return;
}
void imComposeEvent(TQIMEvent* arg1) {
if (!QtSupport::eventDelegate(this,"imComposeEvent",(void*)arg1,"org.trinitydesktop.qt.TQIMEvent")) {
TQWidget::imComposeEvent(arg1);
}
return;
}
void mousePressEvent(TQMouseEvent* arg1) {
if (!QtSupport::eventDelegate(this,"mousePressEvent",(void*)arg1,"org.trinitydesktop.qt.TQMouseEvent")) {
TQWidget::mousePressEvent(arg1);
}
return;
}
void mouseMoveEvent(TQMouseEvent* arg1) {
if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.trinitydesktop.qt.TQMouseEvent")) {
TQWidget::mouseMoveEvent(arg1);
}
return;
}
void setFocusProxy(TQWidget* arg1) {
if (!QtSupport::eventDelegate(this,"setFocusProxy",(void*)arg1,"org.trinitydesktop.qt.TQWidget")) {
TQWidget::setFocusProxy(arg1);
}
return;
}
void fontChange(const TQFont& arg1) {
if (!QtSupport::eventDelegate(this,"fontChange",(void*)&arg1,"org.trinitydesktop.qt.TQFont")) {
TQWidget::fontChange(arg1);
}
return;
}
void setBackgroundColor(const TQColor& arg1) {
if (!QtSupport::eventDelegate(this,"setBackgroundColor",(void*)&arg1,"org.trinitydesktop.qt.TQColor")) {
TQWidget::setBackgroundColor(arg1);
}
return;
}
void adjustSize() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","adjustSize")) {
TQWidget::adjustSize();
}
return;
}
void wheelEvent(TQWheelEvent* arg1) {
if (!QtSupport::eventDelegate(this,"wheelEvent",(void*)arg1,"org.trinitydesktop.qt.TQWheelEvent")) {
TQWidget::wheelEvent(arg1);
}
return;
}
void imEndEvent(TQIMEvent* arg1) {
if (!QtSupport::eventDelegate(this,"imEndEvent",(void*)arg1,"org.trinitydesktop.qt.TQIMEvent")) {
TQWidget::imEndEvent(arg1);
}
return;
}
void insertChild(TQObject* arg1) {
if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.trinitydesktop.qt.TQObject")) {
TQObject::insertChild(arg1);
}
return;
}
void focusInEvent(TQFocusEvent* arg1) {
if (!QtSupport::eventDelegate(this,"focusInEvent",(void*)arg1,"org.trinitydesktop.qt.TQFocusEvent")) {
TQWidget::focusInEvent(arg1);
}
return;
}
void tabletEvent(TQTabletEvent* arg1) {
if (!QtSupport::eventDelegate(this,"tabletEvent",(void*)arg1,"org.trinitydesktop.qt.TQTabletEvent")) {
TQWidget::tabletEvent(arg1);
}
return;
}
void keyReleaseEvent(TQKeyEvent* arg1) {
if (!QtSupport::eventDelegate(this,"keyReleaseEvent",(void*)arg1,"org.trinitydesktop.qt.TQKeyEvent")) {
TQWidget::keyReleaseEvent(arg1);
}
return;
}
void contextMenuEvent(TQContextMenuEvent* arg1) {
if (!QtSupport::eventDelegate(this,"contextMenuEvent",(void*)arg1,"org.trinitydesktop.qt.TQContextMenuEvent")) {
TQWidget::contextMenuEvent(arg1);
}
return;
}
void setGeometry(const TQRect& arg1) {
if (!QtSupport::eventDelegate(this,"setGeometry",(void*)&arg1,"org.trinitydesktop.qt.TQRect")) {
TQWidget::setGeometry(arg1);
}
return;
}
void frameChanged() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","frameChanged")) {
TQFrame::frameChanged();
}
return;
}
void help() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","help")) {
KPanelApplet::help();
}
return;
}
void showMinimized() {
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.koala.KPanelApplet","showMinimized")) {
TQWidget::showMinimized();
}
return;
}
};
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_about(JNIEnv* env, jobject obj)
{
((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_about();
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_action(JNIEnv* env, jobject obj, jint a)
{
((KPanelApplet*) QtSupport::getQt(env, obj))->action((KPanelApplet::Action) a);
return;
}
JNIEXPORT jint JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_actions(JNIEnv* env, jobject obj)
{
jint xret = (jint) ((KPanelApplet*) QtSupport::getQt(env, obj))->actions();
return xret;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_alignmentChange(JNIEnv* env, jobject obj, jint arg1)
{
((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_alignmentChange((KPanelApplet::Alignment) arg1);
return;
}
JNIEXPORT jint JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_alignment(JNIEnv* env, jobject obj)
{
jint xret = (jint) ((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_alignment();
return xret;
}
JNIEXPORT jstring JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_className(JNIEnv* env, jobject obj)
{
const char* _qstring;
_qstring = ((KPanelApplet*) QtSupport::getQt(env, obj))->className();
return QtSupport::fromCharString(env, (char *) _qstring);
}
JNIEXPORT jobject JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_config(JNIEnv* env, jobject obj)
{
jobject xret = QtSupport::objectForQtKey(env, (void*)((KPanelApplet*) QtSupport::getQt(env, obj))->config(), "org.trinitydesktop.koala.TDEConfig");
return xret;
}
JNIEXPORT jobject JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_customMenu(JNIEnv* env, jobject obj)
{
jobject xret = QtSupport::objectForQtKey(env, (void*)((KPanelApplet*) QtSupport::getQt(env, obj))->customMenu(), "org.trinitydesktop.qt.TQPopupMenu");
return xret;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_dispose(JNIEnv* env, jobject obj)
{
Java_org_trinitydesktop_koala_KPanelApplet_finalize(env, obj);
return;
}
JNIEXPORT jboolean JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_eventFilter(JNIEnv* env, jobject obj, jobject arg1, jobject arg2)
{
jboolean xret = (jboolean) ((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_eventFilter((TQObject*) QtSupport::getQt(env, arg1), (TQEvent*) QtSupport::getQt(env, arg2));
return xret;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_finalize(JNIEnv* env, jobject obj)
{
if (QtSupport::allocatedInJavaWorld(env, obj) && ((TQWidget*)(KPanelApplet*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) {
delete (KPanelApplet*)QtSupport::getQt(env, obj);
QtSupport::setQt(env, obj, 0);
}
return;
}
JNIEXPORT jint JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_heightForWidth(JNIEnv* env, jobject obj, jint width)
{
jint xret = (jint) ((KPanelApplet*) QtSupport::getQt(env, obj))->heightForWidth((int) width);
return xret;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_help(JNIEnv* env, jobject obj)
{
((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_help();
return;
}
JNIEXPORT jboolean JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_isDisposed(JNIEnv* env, jobject obj)
{
return (QtSupport::getQt(env, obj) == 0);
}
JNIEXPORT jobject JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_metaObject(JNIEnv* env, jobject obj)
{
jobject xret = QtSupport::objectForQtKey(env, (void*)((KPanelApplet*) QtSupport::getQt(env, obj))->metaObject(), "org.trinitydesktop.qt.TQMetaObject");
return xret;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_needsFocus(JNIEnv* env, jobject obj, jboolean focus)
{
((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_needsFocus((bool) focus);
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_newKPanelApplet__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring configFile)
{
static TQString* _qstring_configFile = 0;
if (QtSupport::getQt(env, obj) == 0) {
QtSupport::setQt(env, obj, new KPanelAppletJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, configFile, &_qstring_configFile)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_newKPanelApplet__Ljava_lang_String_2I(JNIEnv* env, jobject obj, jstring configFile, jint t)
{
static TQString* _qstring_configFile = 0;
if (QtSupport::getQt(env, obj) == 0) {
QtSupport::setQt(env, obj, new KPanelAppletJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, configFile, &_qstring_configFile), (KPanelApplet::Type) t));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_newKPanelApplet__Ljava_lang_String_2II(JNIEnv* env, jobject obj, jstring configFile, jint t, jint actions)
{
static TQString* _qstring_configFile = 0;
if (QtSupport::getQt(env, obj) == 0) {
QtSupport::setQt(env, obj, new KPanelAppletJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, configFile, &_qstring_configFile), (KPanelApplet::Type) t, (int) actions));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_newKPanelApplet__Ljava_lang_String_2IILorg_trinitydesktop_qt_QWidget_2(JNIEnv* env, jobject obj, jstring configFile, jint t, jint actions, jobject parent)
{
static TQString* _qstring_configFile = 0;
if (QtSupport::getQt(env, obj) == 0) {
QtSupport::setQt(env, obj, new KPanelAppletJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, configFile, &_qstring_configFile), (KPanelApplet::Type) t, (int) actions, (TQWidget*) QtSupport::getQt(env, parent)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_newKPanelApplet__Ljava_lang_String_2IILorg_trinitydesktop_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring configFile, jint t, jint actions, jobject parent, jstring name)
{
static TQString* _qstring_configFile = 0;
static TQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
QtSupport::setQt(env, obj, new KPanelAppletJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, configFile, &_qstring_configFile), (KPanelApplet::Type) t, (int) actions, (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_trinitydesktop_koala_KPanelApplet_newKPanelApplet__Ljava_lang_String_2IILorg_trinitydesktop_qt_QWidget_2Ljava_lang_String_2I(JNIEnv* env, jobject obj, jstring configFile, jint t, jint actions, jobject parent, jstring name, jint f)
{
static TQString* _qstring_configFile = 0;
static TQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
QtSupport::setQt(env, obj, new KPanelAppletJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, configFile, &_qstring_configFile), (KPanelApplet::Type) t, (int) actions, (TQWidget*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name), (TQt::WFlags) f));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
}
JNIEXPORT jint JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_orientation(JNIEnv* env, jobject obj)
{
jint xret = (jint) ((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_orientation();
return xret;
}
JNIEXPORT jint JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_popupDirection(JNIEnv* env, jobject obj)
{
jint xret = (jint) ((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_popupDirection();
return xret;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_positionChange(JNIEnv* env, jobject obj, jint p)
{
((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_positionChange((KPanelApplet::Position) p);
return;
}
JNIEXPORT jint JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_position(JNIEnv* env, jobject obj)
{
jint xret = (jint) ((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_position();
return xret;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_preferences(JNIEnv* env, jobject obj)
{
((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_preferences();
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_reportBug(JNIEnv* env, jobject obj)
{
((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_reportBug();
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_setAlignment(JNIEnv* env, jobject obj, jint a)
{
((KPanelApplet*) QtSupport::getQt(env, obj))->setAlignment((KPanelApplet::Alignment) a);
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_setCustomMenu(JNIEnv* env, jobject obj, jobject arg1)
{
((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_setCustomMenu((const TQPopupMenu*) QtSupport::getQt(env, arg1));
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_setPosition(JNIEnv* env, jobject obj, jint p)
{
((KPanelApplet*) QtSupport::getQt(env, obj))->setPosition((KPanelApplet::Position) p);
return;
}
JNIEXPORT jint JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_type(JNIEnv* env, jobject obj)
{
jint xret = (jint) ((KPanelApplet*) QtSupport::getQt(env, obj))->type();
return xret;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_watchForFocus__Lorg_trinitydesktop_qt_QWidget_2(JNIEnv* env, jobject obj, jobject widget)
{
((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_watchForFocus((TQWidget*) QtSupport::getQt(env, widget));
return;
}
JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_watchForFocus__Lorg_trinitydesktop_qt_QWidget_2Z(JNIEnv* env, jobject obj, jobject widget, jboolean watch)
{
((KPanelAppletJBridge*) QtSupport::getQt(env, obj))->protected_watchForFocus((TQWidget*) QtSupport::getQt(env, widget), (bool) watch);
return;
}
JNIEXPORT jint JNICALL
Java_org_trinitydesktop_koala_KPanelApplet_widthForHeight(JNIEnv* env, jobject obj, jint height)
{
jint xret = (jint) ((KPanelApplet*) QtSupport::getQt(env, obj))->widthForHeight((int) height);
return xret;
}