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.
748 lines
23 KiB
C++
748 lines
23 KiB
C++
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
#include <kurllabel.h>
|
|
#include <qpixmap.h>
|
|
#include <qfont.h>
|
|
#include <qstring.h>
|
|
#include <qcolor.h>
|
|
|
|
#include <qtjava/QtSupport.h>
|
|
#include <kdejava/KDESupport.h>
|
|
#include <kdejava/KURLLabel.h>
|
|
|
|
class KURLLabelJBridge : public KURLLabel
|
|
{
|
|
public:
|
|
KURLLabelJBridge(QWidget* arg1,const char* arg2) : KURLLabel(arg1,arg2) {};
|
|
KURLLabelJBridge(QWidget* arg1) : KURLLabel(arg1) {};
|
|
KURLLabelJBridge() : KURLLabel() {};
|
|
KURLLabelJBridge(const QString& arg1,const QString& arg2,QWidget* arg3,const char* arg4) : KURLLabel(arg1,arg2,arg3,arg4) {};
|
|
KURLLabelJBridge(const QString& arg1,const QString& arg2,QWidget* arg3) : KURLLabel(arg1,arg2,arg3) {};
|
|
KURLLabelJBridge(const QString& arg1,const QString& arg2) : KURLLabel(arg1,arg2) {};
|
|
KURLLabelJBridge(const QString& arg1) : KURLLabel(arg1) {};
|
|
void protected_mouseReleaseEvent(QMouseEvent* arg1) {
|
|
KURLLabel::mouseReleaseEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_enterEvent(QEvent* arg1) {
|
|
KURLLabel::enterEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_leaveEvent(QEvent* arg1) {
|
|
KURLLabel::leaveEvent(arg1);
|
|
return;
|
|
}
|
|
bool protected_event(QEvent* arg1) {
|
|
return (bool) KURLLabel::event(arg1);
|
|
}
|
|
~KURLLabelJBridge() {QtSupport::qtKeyDeleted(this);}
|
|
void setMovie(const QMovie& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setMovie",(void*)&arg1,"org.kde.qt.QMovie")) {
|
|
QLabel::setMovie(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setPicture(const QPicture& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setPicture",(void*)&arg1,"org.kde.qt.QPicture")) {
|
|
QLabel::setPicture(arg1);
|
|
}
|
|
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")) {
|
|
QLabel::resizeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFrameRect(const QRect& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setFrameRect",(void*)&arg1,"org.kde.qt.QRect")) {
|
|
QFrame::setFrameRect(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 setActiveWindow() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KURLLabel","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.KURLLabel","show")) {
|
|
QWidget::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.KURLLabel","setFocus")) {
|
|
QWidget::setFocus();
|
|
}
|
|
return;
|
|
}
|
|
void dragMoveEvent(QDragMoveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.kde.qt.QDragMoveEvent")) {
|
|
QWidget::dragMoveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void drawFrame(QPainter* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"drawFrame",(void*)arg1,"org.kde.qt.QPainter")) {
|
|
QFrame::drawFrame(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void hide() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KURLLabel","hide")) {
|
|
QWidget::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")) {
|
|
QFrame::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.KURLLabel","unsetCursor")) {
|
|
QWidget::unsetCursor();
|
|
}
|
|
return;
|
|
}
|
|
void hideEvent(QHideEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.QHideEvent")) {
|
|
QWidget::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.KURLLabel","polish")) {
|
|
QWidget::polish();
|
|
}
|
|
return;
|
|
}
|
|
void showMaximized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KURLLabel","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")) {
|
|
QWidget::closeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFont(const QFont& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setFont",(void*)&arg1,"org.kde.qt.QFont")) {
|
|
KURLLabel::setFont(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void customEvent(QCustomEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.QCustomEvent")) {
|
|
QObject::customEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void enterEvent(QEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"enterEvent",(void*)arg1,"org.kde.qt.QEvent")) {
|
|
KURLLabel::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")) {
|
|
KURLLabel::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")) {
|
|
KURLLabel::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.KURLLabel","updateMask")) {
|
|
QWidget::updateMask();
|
|
}
|
|
return;
|
|
}
|
|
void showNormal() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KURLLabel","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 setPixmap(const QPixmap& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setPixmap",(void*)&arg1,"org.kde.qt.QPixmap")) {
|
|
QLabel::setPixmap(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.KURLLabel","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;
|
|
}
|
|
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;
|
|
}
|
|
bool eventFilter(QObject* object,QEvent* event) {
|
|
if (!QtSupport::eventFilterDelegate(this,"org.kde.koala.KURLLabel",object,event)) {
|
|
return QObject::eventFilter(object,event);
|
|
} else {
|
|
return TRUE;
|
|
}
|
|
}
|
|
void setBuddy(QWidget* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setBuddy",(void*)arg1,"org.kde.qt.QWidget")) {
|
|
QLabel::setBuddy(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setGeometry(const QRect& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setGeometry",(void*)&arg1,"org.kde.qt.QRect")) {
|
|
QWidget::setGeometry(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void frameChanged() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KURLLabel","frameChanged")) {
|
|
QFrame::frameChanged();
|
|
}
|
|
return;
|
|
}
|
|
void showMinimized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.koala.KURLLabel","showMinimized")) {
|
|
QWidget::showMinimized();
|
|
}
|
|
return;
|
|
}
|
|
};
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_koala_KURLLabel_altPixmap(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((KURLLabel*) QtSupport::getQt(env, obj))->altPixmap(), "org.kde.qt.QPixmap");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_koala_KURLLabel_className(JNIEnv* env, jobject obj)
|
|
{
|
|
const char* _qstring;
|
|
_qstring = ((KURLLabel*) QtSupport::getQt(env, obj))->className();
|
|
return QtSupport::fromCharString(env, (char *) _qstring);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_dispose(JNIEnv* env, jobject obj)
|
|
{
|
|
Java_org_kde_koala_KURLLabel_finalize(env, obj);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_enterEvent(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KURLLabelJBridge*) QtSupport::getQt(env, obj))->protected_enterEvent((QEvent*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_koala_KURLLabel_event(JNIEnv* env, jobject obj, jobject e)
|
|
{
|
|
jboolean xret = (jboolean) ((KURLLabelJBridge*) QtSupport::getQt(env, obj))->protected_event((QEvent*) QtSupport::getQt(env, e));
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_finalize(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::allocatedInJavaWorld(env, obj) && ((QWidget*)(KURLLabel*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) {
|
|
delete (KURLLabel*)QtSupport::getQt(env, obj);
|
|
QtSupport::setQt(env, obj, 0);
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_koala_KURLLabel_isDisposed(JNIEnv* env, jobject obj)
|
|
{
|
|
return (QtSupport::getQt(env, obj) == 0);
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_koala_KURLLabel_isFloatEnabled(JNIEnv* env, jobject obj)
|
|
{
|
|
jboolean xret = (jboolean) ((KURLLabel*) QtSupport::getQt(env, obj))->isFloatEnabled();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_koala_KURLLabel_isGlowEnabled(JNIEnv* env, jobject obj)
|
|
{
|
|
jboolean xret = (jboolean) ((KURLLabel*) QtSupport::getQt(env, obj))->isGlowEnabled();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_leaveEvent(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KURLLabelJBridge*) QtSupport::getQt(env, obj))->protected_leaveEvent((QEvent*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_koala_KURLLabel_metaObject(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((KURLLabel*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.QMetaObject");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_mouseReleaseEvent(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KURLLabelJBridge*) QtSupport::getQt(env, obj))->protected_mouseReleaseEvent((QMouseEvent*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_newKURLLabel__(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new KURLLabelJBridge());
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_newKURLLabel__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring url)
|
|
{
|
|
static QString* _qstring_url = 0;
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new KURLLabelJBridge((const QString&)*(QString*) QtSupport::toQString(env, url, &_qstring_url)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_newKURLLabel__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring url, jstring text)
|
|
{
|
|
static QString* _qstring_url = 0;
|
|
static QString* _qstring_text = 0;
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new KURLLabelJBridge((const QString&)*(QString*) QtSupport::toQString(env, url, &_qstring_url), (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_newKURLLabel__Ljava_lang_String_2Ljava_lang_String_2Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jstring url, jstring text, jobject parent)
|
|
{
|
|
static QString* _qstring_url = 0;
|
|
static QString* _qstring_text = 0;
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new KURLLabelJBridge((const QString&)*(QString*) QtSupport::toQString(env, url, &_qstring_url), (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (QWidget*) QtSupport::getQt(env, parent)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_newKURLLabel__Ljava_lang_String_2Ljava_lang_String_2Lorg_kde_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring url, jstring text, jobject parent, jstring name)
|
|
{
|
|
static QString* _qstring_url = 0;
|
|
static QString* _qstring_text = 0;
|
|
static QCString* _qstring_name = 0;
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new KURLLabelJBridge((const QString&)*(QString*) QtSupport::toQString(env, url, &_qstring_url), (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (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_KURLLabel_newKURLLabel__Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jobject parent)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new KURLLabelJBridge((QWidget*) QtSupport::getQt(env, parent)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_newKURLLabel__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 KURLLabelJBridge((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_KURLLabel_setAltPixmap(JNIEnv* env, jobject obj, jobject altPix)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setAltPixmap((const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, altPix));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setFloat__(JNIEnv* env, jobject obj)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setFloat();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setFloat__Z(JNIEnv* env, jobject obj, jboolean do_float)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setFloat((bool) do_float);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setFont(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setFont((const QFont&)*(const QFont*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setGlow__(JNIEnv* env, jobject obj)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setGlow();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setGlow__Z(JNIEnv* env, jobject obj, jboolean glow)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setGlow((bool) glow);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setHighlightedColor__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring highcolor)
|
|
{
|
|
static QString* _qstring_highcolor = 0;
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setHighlightedColor((const QString&)*(QString*) QtSupport::toQString(env, highcolor, &_qstring_highcolor));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setHighlightedColor__Lorg_kde_qt_QColor_2(JNIEnv* env, jobject obj, jobject highcolor)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setHighlightedColor((const QColor&)*(const QColor*) QtSupport::getQt(env, highcolor));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setSelectedColor__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring selcolor)
|
|
{
|
|
static QString* _qstring_selcolor = 0;
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setSelectedColor((const QString&)*(QString*) QtSupport::toQString(env, selcolor, &_qstring_selcolor));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setSelectedColor__Lorg_kde_qt_QColor_2(JNIEnv* env, jobject obj, jobject selcolor)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setSelectedColor((const QColor&)*(const QColor*) QtSupport::getQt(env, selcolor));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setTipText(JNIEnv* env, jobject obj, jstring tip)
|
|
{
|
|
static QString* _qstring_tip = 0;
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setTipText((const QString&)*(QString*) QtSupport::toQString(env, tip, &_qstring_tip));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setURL(JNIEnv* env, jobject obj, jstring url)
|
|
{
|
|
static QString* _qstring_url = 0;
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setURL((const QString&)*(QString*) QtSupport::toQString(env, url, &_qstring_url));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setUnderline__(JNIEnv* env, jobject obj)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setUnderline();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setUnderline__Z(JNIEnv* env, jobject obj, jboolean on)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setUnderline((bool) on);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setUseCursor__Z(JNIEnv* env, jobject obj, jboolean on)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setUseCursor((bool) on);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setUseCursor__ZLorg_kde_qt_QCursor_2(JNIEnv* env, jobject obj, jboolean on, jobject cursor)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setUseCursor((bool) on, (QCursor*) QtSupport::getQt(env, cursor));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setUseTips__(JNIEnv* env, jobject obj)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setUseTips();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_koala_KURLLabel_setUseTips__Z(JNIEnv* env, jobject obj, jboolean on)
|
|
{
|
|
((KURLLabel*) QtSupport::getQt(env, obj))->setUseTips((bool) on);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_koala_KURLLabel_tipText(JNIEnv* env, jobject obj)
|
|
{
|
|
QString _qstring;
|
|
_qstring = ((KURLLabel*) QtSupport::getQt(env, obj))->tipText();
|
|
return QtSupport::fromQString(env, &_qstring);
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_koala_KURLLabel_url(JNIEnv* env, jobject obj)
|
|
{
|
|
QString _qstring;
|
|
_qstring = ((KURLLabel*) QtSupport::getQt(env, obj))->url();
|
|
return QtSupport::fromQString(env, &_qstring);
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_koala_KURLLabel_useCursor(JNIEnv* env, jobject obj)
|
|
{
|
|
jboolean xret = (jboolean) ((KURLLabel*) QtSupport::getQt(env, obj))->useCursor();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_koala_KURLLabel_useTips(JNIEnv* env, jobject obj)
|
|
{
|
|
jboolean xret = (jboolean) ((KURLLabel*) QtSupport::getQt(env, obj))->useTips();
|
|
return xret;
|
|
}
|
|
|