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.
536 lines
16 KiB
C++
536 lines
16 KiB
C++
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
#include <tqsplashscreen.h>
|
|
#include <tqstring.h>
|
|
#include <tqpixmap.h>
|
|
#include <tqcolor.h>
|
|
#include <tqnamespace.h>
|
|
|
|
#include <qtjava/QtSupport.h>
|
|
#include <qtjava/TQSplashScreen.h>
|
|
|
|
class TQSplashScreenJBridge : public TQSplashScreen
|
|
{
|
|
public:
|
|
TQSplashScreenJBridge(const TQPixmap& arg1,TQt::WFlags arg2) : TQSplashScreen(arg1,arg2) {};
|
|
TQSplashScreenJBridge(const TQPixmap& arg1) : TQSplashScreen(arg1) {};
|
|
TQSplashScreenJBridge() : TQSplashScreen() {};
|
|
void protected_drawContents(TQPainter* arg1) {
|
|
TQSplashScreen::drawContents(arg1);
|
|
return;
|
|
}
|
|
void protected_mousePressEvent(TQMouseEvent* arg1) {
|
|
TQSplashScreen::mousePressEvent(arg1);
|
|
return;
|
|
}
|
|
~TQSplashScreenJBridge() {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")) {
|
|
TQWidget::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.qt.TQSplashScreen","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.qt.TQSplashScreen","show")) {
|
|
TQWidget::show();
|
|
}
|
|
return;
|
|
}
|
|
void focusOutEvent(TQFocusEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"focusOutEvent",(void*)arg1,"org.kde.qt.TQFocusEvent")) {
|
|
TQWidget::focusOutEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFocus() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQSplashScreen","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.qt.TQSplashScreen","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")) {
|
|
TQWidget::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.qt.TQSplashScreen","unsetCursor")) {
|
|
TQWidget::unsetCursor();
|
|
}
|
|
return;
|
|
}
|
|
void hideEvent(TQHideEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.TQHideEvent")) {
|
|
TQWidget::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.qt.TQSplashScreen","polish")) {
|
|
TQWidget::polish();
|
|
}
|
|
return;
|
|
}
|
|
void showMaximized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQSplashScreen","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")) {
|
|
TQWidget::showEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void keyPressEvent(TQKeyEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"keyPressEvent",(void*)arg1,"org.kde.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.kde.qt.TQPixmap")) {
|
|
TQWidget::setPaletteBackgroundPixmap(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")) {
|
|
TQWidget::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")) {
|
|
TQWidget::setIcon(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void updateMask() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQSplashScreen","updateMask")) {
|
|
TQWidget::updateMask();
|
|
}
|
|
return;
|
|
}
|
|
void showNormal() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQSplashScreen","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")) {
|
|
TQSplashScreen::mousePressEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mouseMoveEvent(TQMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
|
|
TQWidget::mouseMoveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFocusProxy(TQWidget* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setFocusProxy",(void*)arg1,"org.kde.qt.TQWidget")) {
|
|
TQWidget::setFocusProxy(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.qt.TQSplashScreen","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")) {
|
|
TQWidget::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")) {
|
|
TQWidget::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.qt.TQSplashScreen",object,event)) {
|
|
return TQObject::eventFilter(object,event);
|
|
} else {
|
|
return TRUE;
|
|
}
|
|
}
|
|
void setGeometry(const TQRect& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setGeometry",(void*)&arg1,"org.kde.qt.TQRect")) {
|
|
TQWidget::setGeometry(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void showMinimized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQSplashScreen","showMinimized")) {
|
|
TQWidget::showMinimized();
|
|
}
|
|
return;
|
|
}
|
|
};
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_qt_QSplashScreen_className(JNIEnv* env, jobject obj)
|
|
{
|
|
const char* _qstring;
|
|
_qstring = ((TQSplashScreen*) QtSupport::getQt(env, obj))->className();
|
|
return QtSupport::fromCharString(env, (char *) _qstring);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_clear(JNIEnv* env, jobject obj)
|
|
{
|
|
((TQSplashScreen*) QtSupport::getQt(env, obj))->clear();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_dispose(JNIEnv* env, jobject obj)
|
|
{
|
|
Java_org_kde_qt_QSplashScreen_finalize(env, obj);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_drawContents(JNIEnv* env, jobject obj, jobject painter)
|
|
{
|
|
((TQSplashScreenJBridge*) QtSupport::getQt(env, obj))->protected_drawContents((TQPainter*) QtSupport::getQt(env, painter));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_finalize(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::allocatedInJavaWorld(env, obj) && ((TQWidget*)(TQSplashScreen*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) {
|
|
delete (TQSplashScreen*)QtSupport::getQt(env, obj);
|
|
QtSupport::setQt(env, obj, 0);
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_finish(JNIEnv* env, jobject obj, jobject w)
|
|
{
|
|
((TQSplashScreen*) QtSupport::getQt(env, obj))->finish((TQWidget*) QtSupport::getQt(env, w));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_qt_QSplashScreen_isDisposed(JNIEnv* env, jobject obj)
|
|
{
|
|
return (QtSupport::getQt(env, obj) == 0);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_message__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring str)
|
|
{
|
|
static TQString* _qstring_str = 0;
|
|
((TQSplashScreen*) QtSupport::getQt(env, obj))->message((const TQString&)*(TQString*) QtSupport::toTQString(env, str, &_qstring_str));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_message__Ljava_lang_String_2I(JNIEnv* env, jobject obj, jstring str, jint flags)
|
|
{
|
|
static TQString* _qstring_str = 0;
|
|
((TQSplashScreen*) QtSupport::getQt(env, obj))->message((const TQString&)*(TQString*) QtSupport::toTQString(env, str, &_qstring_str), (int) flags);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_message__Ljava_lang_String_2ILorg_kde_qt_QColor_2(JNIEnv* env, jobject obj, jstring str, jint flags, jobject color)
|
|
{
|
|
static TQString* _qstring_str = 0;
|
|
((TQSplashScreen*) QtSupport::getQt(env, obj))->message((const TQString&)*(TQString*) QtSupport::toTQString(env, str, &_qstring_str), (int) flags, (const TQColor&)*(const TQColor*) QtSupport::getQt(env, color));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_qt_QSplashScreen_metaObject(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((TQSplashScreen*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TQMetaObject");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_mousePressEvent(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((TQSplashScreenJBridge*) QtSupport::getQt(env, obj))->protected_mousePressEvent((TQMouseEvent*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_newTQSplashScreen__(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new TQSplashScreenJBridge());
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_newTQSplashScreen__Lorg_kde_qt_QPixmap_2(JNIEnv* env, jobject obj, jobject pixmap)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new TQSplashScreenJBridge((const TQPixmap&)*(const TQPixmap*) QtSupport::getQt(env, pixmap)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_newTQSplashScreen__Lorg_kde_qt_QPixmap_2I(JNIEnv* env, jobject obj, jobject pixmap, jint f)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new TQSplashScreenJBridge((const TQPixmap&)*(const TQPixmap*) QtSupport::getQt(env, pixmap), (TQt::WFlags) f));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_qt_QSplashScreen_pixmap(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((TQSplashScreen*) QtSupport::getQt(env, obj))->pixmap(), "org.kde.qt.TQPixmap");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_repaint(JNIEnv* env, jobject obj)
|
|
{
|
|
((TQSplashScreen*) QtSupport::getQt(env, obj))->repaint();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QSplashScreen_setPixmap(JNIEnv* env, jobject obj, jobject pixmap)
|
|
{
|
|
((TQSplashScreen*) QtSupport::getQt(env, obj))->setPixmap((const TQPixmap&)*(const TQPixmap*) QtSupport::getQt(env, pixmap));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_qt_QSplashScreen_tr__Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring arg1)
|
|
{
|
|
TQString _qstring;
|
|
(void) cls;
|
|
static TQCString* _qstring_arg1 = 0;
|
|
_qstring = TQSplashScreenJBridge::tr((const char*) QtSupport::toCharString(env, arg1, &_qstring_arg1));
|
|
return QtSupport::fromTQString(env, &_qstring);
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_qt_QSplashScreen_tr__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring arg1, jstring arg2)
|
|
{
|
|
TQString _qstring;
|
|
(void) cls;
|
|
static TQCString* _qstring_arg1 = 0;
|
|
static TQCString* _qstring_arg2 = 0;
|
|
_qstring = TQSplashScreenJBridge::tr((const char*) QtSupport::toCharString(env, arg1, &_qstring_arg1), (const char*) QtSupport::toCharString(env, arg2, &_qstring_arg2));
|
|
return QtSupport::fromTQString(env, &_qstring);
|
|
}
|
|
|