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.
564 lines
17 KiB
564 lines
17 KiB
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
#include <tqpixmap.h>
|
|
#include <tqstring.h>
|
|
#include <kmultitabbar.h>
|
|
|
|
#include <qtjava/QtSupport.h>
|
|
#include <kdejava/KDESupport.h>
|
|
#include <kdejava/KMultiTabBarTab.h>
|
|
|
|
class KMultiTabBarTabJBridge : public KMultiTabBarTab
|
|
{
|
|
public:
|
|
KMultiTabBarTabJBridge(const TQPixmap& arg1,const TQString& arg2,int arg3,TQWidget* arg4,KMultiTabBar::KMultiTabBarPosition arg5,KMultiTabBar::KMultiTabBarStyle arg6) : KMultiTabBarTab(arg1,arg2,arg3,arg4,arg5,arg6) {};
|
|
void protected_setSize(int arg1) {
|
|
KMultiTabBarTab::setSize(arg1);
|
|
return;
|
|
}
|
|
int protected_neededSize() {
|
|
return (int) KMultiTabBarTab::neededSize();
|
|
}
|
|
void protected_updateState() {
|
|
KMultiTabBarTab::updateState();
|
|
return;
|
|
}
|
|
void protected_drawButton(TQPainter* arg1) {
|
|
KMultiTabBarTab::drawButton(arg1);
|
|
return;
|
|
}
|
|
void protected_drawButtonLabel(TQPainter* arg1) {
|
|
KMultiTabBarTab::drawButtonLabel(arg1);
|
|
return;
|
|
}
|
|
void protected_drawButtonStyled(TQPainter* arg1) {
|
|
KMultiTabBarTab::drawButtonStyled(arg1);
|
|
return;
|
|
}
|
|
void protected_drawButtonClassic(TQPainter* arg1) {
|
|
KMultiTabBarTab::drawButtonClassic(arg1);
|
|
return;
|
|
}
|
|
void protected_slotClicked() {
|
|
KMultiTabBarTab::slotClicked();
|
|
return;
|
|
}
|
|
void protected_setTabsPosition(KMultiTabBar::KMultiTabBarPosition arg1) {
|
|
KMultiTabBarTab::setTabsPosition(arg1);
|
|
return;
|
|
}
|
|
~KMultiTabBarTabJBridge() {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")) {
|
|
TQPushButton::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 setActiveWindow() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMultiTabBarTab","setActiveWindow")) {
|
|
TQWidget::setActiveWindow();
|
|
}
|
|
return;
|
|
}
|
|
void dragEnterEvent(TQDragEnterEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragEnterEvent",(void*)arg1,"org.kde.qt.TQDragEnterEvent")) {
|
|
TQWidget::dragEnterEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void show() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMultiTabBarTab","show")) {
|
|
TQWidget::show();
|
|
}
|
|
return;
|
|
}
|
|
void focusOutEvent(TQFocusEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"focusOutEvent",(void*)arg1,"org.kde.qt.TQFocusEvent")) {
|
|
TQPushButton::focusOutEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFocus() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMultiTabBarTab","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 hide() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMultiTabBarTab","hide")) {
|
|
TQWidget::hide();
|
|
}
|
|
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")) {
|
|
TQButton::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.KMultiTabBarTab","unsetCursor")) {
|
|
TQWidget::unsetCursor();
|
|
}
|
|
return;
|
|
}
|
|
void hideEvent(TQHideEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.TQHideEvent")) {
|
|
KMultiTabBarButton::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.KMultiTabBarTab","polish")) {
|
|
TQWidget::polish();
|
|
}
|
|
return;
|
|
}
|
|
void showMaximized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMultiTabBarTab","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")) {
|
|
KMultiTabBarButton::showEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void keyPressEvent(TQKeyEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"keyPressEvent",(void*)arg1,"org.kde.qt.TQKeyEvent")) {
|
|
TQButton::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 setAccel(const TQKeySequence& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setAccel",(void*)&arg1,"org.kde.qt.TQKeySequence")) {
|
|
TQButton::setAccel(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")) {
|
|
TQWidget::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")) {
|
|
TQObject::timerEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mouseReleaseEvent(TQMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
|
|
TQButton::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")) {
|
|
KMultiTabBarTab::setIcon(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void showNormal() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMultiTabBarTab","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")) {
|
|
TQButton::mousePressEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void drawButton(TQPainter* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"drawButton",(void*)arg1,"org.kde.qt.TQPainter")) {
|
|
KMultiTabBarTab::drawButton(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mouseMoveEvent(TQMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
|
|
TQButton::mouseMoveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void drawButtonLabel(TQPainter* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"drawButtonLabel",(void*)arg1,"org.kde.qt.TQPainter")) {
|
|
KMultiTabBarTab::drawButtonLabel(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFocusProxy(TQWidget* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setFocusProxy",(void*)arg1,"org.kde.qt.TQWidget")) {
|
|
TQWidget::setFocusProxy(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setPixmap(const TQPixmap& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setPixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
|
|
TQButton::setPixmap(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.KMultiTabBarTab","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")) {
|
|
TQPushButton::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")) {
|
|
TQButton::keyReleaseEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void contextMenuEvent(TQContextMenuEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"contextMenuEvent",(void*)arg1,"org.kde.qt.TQContextMenuEvent")) {
|
|
TQWidget::contextMenuEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
bool eventFilter(TQObject* object,TQEvent* event) {
|
|
if (!QtSupport::eventFilterDelegate(this,"org.kde.koala.KMultiTabBarTab",object,event)) {
|
|
return TQObject::eventFilter(object,event);
|
|
} else {
|
|
return TRUE;
|
|
}
|
|
}
|
|
void slotClicked() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMultiTabBarTab","slotClicked")) {
|
|
KMultiTabBarTab::slotClicked();
|
|
}
|
|
return;
|
|
}
|
|
void showMinimized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMultiTabBarTab","showMinimized")) {
|
|
TQWidget::showMinimized();
|
|
}
|
|
return;
|
|
}
|
|
};
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_className(JNIEnv* env, jobject obj)
|
|
{
|
|
const char* _qstring;
|
|
_qstring = ((KMultiTabBarTab*) QtSupport::getQt(env, obj))->className();
|
|
return QtSupport::fromCharString(env, (char *) _qstring);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_dispose(JNIEnv* env, jobject obj)
|
|
{
|
|
Java_org_kde_koala_KMultiTabBarTab_finalize(env, obj);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_drawButtonClassic(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KMultiTabBarTabJBridge*) QtSupport::getQt(env, obj))->protected_drawButtonClassic((TQPainter*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_drawButtonLabel(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KMultiTabBarTabJBridge*) QtSupport::getQt(env, obj))->protected_drawButtonLabel((TQPainter*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_drawButtonStyled(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KMultiTabBarTabJBridge*) QtSupport::getQt(env, obj))->protected_drawButtonStyled((TQPainter*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_drawButton(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KMultiTabBarTabJBridge*) QtSupport::getQt(env, obj))->protected_drawButton((TQPainter*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_finalize(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::allocatedInJavaWorld(env, obj) && ((TQWidget*)(KMultiTabBarTab*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) {
|
|
delete (KMultiTabBarTab*)QtSupport::getQt(env, obj);
|
|
QtSupport::setQt(env, obj, 0);
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_isDisposed(JNIEnv* env, jobject obj)
|
|
{
|
|
return (QtSupport::getQt(env, obj) == 0);
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_metaObject(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((KMultiTabBarTab*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TQMetaObject");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jint JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_neededSize(JNIEnv* env, jobject obj)
|
|
{
|
|
jint xret = (jint) ((KMultiTabBarTabJBridge*) QtSupport::getQt(env, obj))->protected_neededSize();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_newKMultiTabBarTab(JNIEnv* env, jobject obj, jobject pic, jstring arg2, jint id, jobject parent, jint pos, jint style)
|
|
{
|
|
static TQString* _qstring_arg2 = 0;
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new KMultiTabBarTabJBridge((const TQPixmap&)*(const TQPixmap*) QtSupport::getQt(env, pic), (const TQString&)*(TQString*) QtSupport::toTQString(env, arg2, &_qstring_arg2), (int) id, (TQWidget*) QtSupport::getQt(env, parent), (KMultiTabBar::KMultiTabBarPosition) pos, (KMultiTabBar::KMultiTabBarStyle) style));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_resize(JNIEnv* env, jobject obj)
|
|
{
|
|
((KMultiTabBarTab*) QtSupport::getQt(env, obj))->resize();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_setIcon__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring arg1)
|
|
{
|
|
static TQString* _qstring_arg1 = 0;
|
|
((KMultiTabBarTab*) QtSupport::getQt(env, obj))->setIcon((const TQString&)*(TQString*) QtSupport::toTQString(env, arg1, &_qstring_arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_setIcon__Lorg_kde_qt_QPixmap_2(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KMultiTabBarTab*) QtSupport::getQt(env, obj))->setIcon((const TQPixmap&)*(const TQPixmap*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_setSize(JNIEnv* env, jobject obj, jint arg1)
|
|
{
|
|
((KMultiTabBarTabJBridge*) QtSupport::getQt(env, obj))->protected_setSize((int) arg1);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_setState(JNIEnv* env, jobject obj, jboolean state)
|
|
{
|
|
((KMultiTabBarTab*) QtSupport::getQt(env, obj))->setState((bool) state);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_setTabsPosition(JNIEnv* env, jobject obj, jint arg1)
|
|
{
|
|
((KMultiTabBarTabJBridge*) QtSupport::getQt(env, obj))->protected_setTabsPosition((KMultiTabBar::KMultiTabBarPosition) arg1);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_showActiveTabText(JNIEnv* env, jobject obj, jboolean show)
|
|
{
|
|
((KMultiTabBarTab*) QtSupport::getQt(env, obj))->showActiveTabText((bool) show);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_slotClicked(JNIEnv* env, jobject obj)
|
|
{
|
|
((KMultiTabBarTabJBridge*) QtSupport::getQt(env, obj))->protected_slotClicked();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KMultiTabBarTab_updateState(JNIEnv* env, jobject obj)
|
|
{
|
|
((KMultiTabBarTabJBridge*) QtSupport::getQt(env, obj))->protected_updateState();
|
|
return;
|
|
}
|
|
|