summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QHBoxLayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/qtjava/QHBoxLayout.cpp')
-rw-r--r--qtjava/javalib/qtjava/QHBoxLayout.cpp94
1 files changed, 47 insertions, 47 deletions
diff --git a/qtjava/javalib/qtjava/QHBoxLayout.cpp b/qtjava/javalib/qtjava/QHBoxLayout.cpp
index 47b4fd79..54587967 100644
--- a/qtjava/javalib/qtjava/QHBoxLayout.cpp
+++ b/qtjava/javalib/qtjava/QHBoxLayout.cpp
@@ -8,50 +8,50 @@
class TQHBoxLayoutJBridge : public TQHBoxLayout
{
public:
- TQHBoxLayoutJBridge(TTQWidget* arg1,int arg2,int arg3,const char* arg4) : TTQHBoxLayout(arg1,arg2,arg3,arg4) {};
- TQHBoxLayoutJBridge(TTQWidget* arg1,int arg2,int arg3) : TTQHBoxLayout(arg1,arg2,arg3) {};
- TQHBoxLayoutJBridge(TTQWidget* arg1,int arg2) : TTQHBoxLayout(arg1,arg2) {};
- TQHBoxLayoutJBridge(TTQWidget* arg1) : TTQHBoxLayout(arg1) {};
- TQHBoxLayoutJBridge(TTQLayout* arg1,int arg2,const char* arg3) : TTQHBoxLayout(arg1,arg2,arg3) {};
- TQHBoxLayoutJBridge(TTQLayout* arg1,int arg2) : TTQHBoxLayout(arg1,arg2) {};
- TQHBoxLayoutJBridge(TTQLayout* arg1) : TTQHBoxLayout(arg1) {};
- TQHBoxLayoutJBridge(int arg1,const char* arg2) : TTQHBoxLayout(arg1,arg2) {};
- TQHBoxLayoutJBridge(int arg1) : TTQHBoxLayout(arg1) {};
- TQHBoxLayoutJBridge() : TTQHBoxLayout() {};
+ TQHBoxLayoutJBridge(TQWidget* arg1,int arg2,int arg3,const char* arg4) : TQHBoxLayout(arg1,arg2,arg3,arg4) {};
+ TQHBoxLayoutJBridge(TQWidget* arg1,int arg2,int arg3) : TQHBoxLayout(arg1,arg2,arg3) {};
+ TQHBoxLayoutJBridge(TQWidget* arg1,int arg2) : TQHBoxLayout(arg1,arg2) {};
+ TQHBoxLayoutJBridge(TQWidget* arg1) : TQHBoxLayout(arg1) {};
+ TQHBoxLayoutJBridge(TQLayout* arg1,int arg2,const char* arg3) : TQHBoxLayout(arg1,arg2,arg3) {};
+ TQHBoxLayoutJBridge(TQLayout* arg1,int arg2) : TQHBoxLayout(arg1,arg2) {};
+ TQHBoxLayoutJBridge(TQLayout* arg1) : TQHBoxLayout(arg1) {};
+ TQHBoxLayoutJBridge(int arg1,const char* arg2) : TQHBoxLayout(arg1,arg2) {};
+ TQHBoxLayoutJBridge(int arg1) : TQHBoxLayout(arg1) {};
+ TQHBoxLayoutJBridge() : TQHBoxLayout() {};
~TQHBoxLayoutJBridge() {QtSupport::qtKeyDeleted(this);}
- void removeChild(TTQObject* arg1) {
- if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TTQObject")) {
- TTQObject::removeChild(arg1);
+ void removeChild(TQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TQObject")) {
+ TQObject::removeChild(arg1);
}
return;
}
- void setMenuBar(TTQMenuBar* arg1) {
- if (!QtSupport::eventDelegate(this,"setMenuBar",(void*)arg1,"org.kde.qt.TTQMenuBar")) {
- TTQLayout::setMenuBar(arg1);
+ void setMenuBar(TQMenuBar* arg1) {
+ if (!QtSupport::eventDelegate(this,"setMenuBar",(void*)arg1,"org.kde.qt.TQMenuBar")) {
+ TQLayout::setMenuBar(arg1);
}
return;
}
- void customEvent(TTQCustomEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TTQCustomEvent")) {
- TTQObject::customEvent(arg1);
+ void customEvent(TQCustomEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TQCustomEvent")) {
+ TQObject::customEvent(arg1);
}
return;
}
- void timerEvent(TTQTimerEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TTQTimerEvent")) {
- TTQObject::timerEvent(arg1);
+ void timerEvent(TQTimerEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TQTimerEvent")) {
+ TQObject::timerEvent(arg1);
}
return;
}
- void childEvent(TTQChildEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TTQChildEvent")) {
- TTQLayout::childEvent(arg1);
+ void childEvent(TQChildEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
+ TQLayout::childEvent(arg1);
}
return;
}
- void insertChild(TTQObject* arg1) {
- if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TTQObject")) {
- TTQObject::insertChild(arg1);
+ void insertChild(TQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TQObject")) {
+ TQObject::insertChild(arg1);
}
return;
}
@@ -61,7 +61,7 @@ JNIEXPORT jstring JNICALL
Java_org_kde_qt_QHBoxLayout_className(JNIEnv* env, jobject obj)
{
const char* _qstring;
- _qstring = ((TTQHBoxLayout*) QtSupport::getQt(env, obj))->className();
+ _qstring = ((TQHBoxLayout*) QtSupport::getQt(env, obj))->className();
return QtSupport::fromCharString(env, (char *) _qstring);
}
@@ -75,8 +75,8 @@ Java_org_kde_qt_QHBoxLayout_dispose(JNIEnv* env, jobject obj)
JNIEXPORT void JNICALL
Java_org_kde_qt_QHBoxLayout_finalize(JNIEnv* env, jobject obj)
{
- if (QtSupport::allocatedInJavaWorld(env, obj) && ((TTQLayoutItem*)(TTQHBoxLayout*)QtSupport::getQt(env, obj))->layout() == 0 && ((TTQLayoutItem*)(TTQHBoxLayout*)QtSupport::getQt(env, obj))->widget() == 0 && ((TTQLayoutItem*)(TTQHBoxLayout*)QtSupport::getQt(env, obj))->spacerItem() == 0) {
- delete (TTQHBoxLayout*)QtSupport::getQt(env, obj);
+ if (QtSupport::allocatedInJavaWorld(env, obj) && ((TQLayoutItem*)(TQHBoxLayout*)QtSupport::getQt(env, obj))->layout() == 0 && ((TQLayoutItem*)(TQHBoxLayout*)QtSupport::getQt(env, obj))->widget() == 0 && ((TQLayoutItem*)(TQHBoxLayout*)QtSupport::getQt(env, obj))->spacerItem() == 0) {
+ delete (TQHBoxLayout*)QtSupport::getQt(env, obj);
QtSupport::setQt(env, obj, 0);
}
return;
@@ -91,7 +91,7 @@ Java_org_kde_qt_QHBoxLayout_isDisposed(JNIEnv* env, jobject obj)
JNIEXPORT jobject JNICALL
Java_org_kde_qt_QHBoxLayout_metaObject(JNIEnv* env, jobject obj)
{
- jobject xret = QtSupport::objectForQtKey(env, (void*)((TTQHBoxLayout*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TTQMetaObject");
+ jobject xret = QtSupport::objectForQtKey(env, (void*)((TQHBoxLayout*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TQMetaObject");
return xret;
}
@@ -118,7 +118,7 @@ Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__I(JNIEnv* env, jobject obj, jint sp
JNIEXPORT void JNICALL
Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__ILjava_lang_String_2(JNIEnv* env, jobject obj, jint spacing, jstring name)
{
-static TTQCString* _qstring_name = 0;
+static TQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((int) spacing, (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
@@ -130,7 +130,7 @@ JNIEXPORT void JNICALL
Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__Lorg_kde_qt_QLayout_2(JNIEnv* env, jobject obj, jobject parentLayout)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TTQLayout*) QtSupport::getQt(env, parentLayout)));
+ QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TQLayout*) QtSupport::getQt(env, parentLayout)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -140,7 +140,7 @@ JNIEXPORT void JNICALL
Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__Lorg_kde_qt_QLayout_2I(JNIEnv* env, jobject obj, jobject parentLayout, jint spacing)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TTQLayout*) QtSupport::getQt(env, parentLayout), (int) spacing));
+ QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TQLayout*) QtSupport::getQt(env, parentLayout), (int) spacing));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -149,9 +149,9 @@ Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__Lorg_kde_qt_QLayout_2I(JNIEnv* env,
JNIEXPORT void JNICALL
Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__Lorg_kde_qt_QLayout_2ILjava_lang_String_2(JNIEnv* env, jobject obj, jobject parentLayout, jint spacing, jstring name)
{
-static TTQCString* _qstring_name = 0;
+static TQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TTQLayout*) QtSupport::getQt(env, parentLayout), (int) spacing, (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
+ QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TQLayout*) QtSupport::getQt(env, parentLayout), (int) spacing, (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -161,7 +161,7 @@ JNIEXPORT void JNICALL
Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jobject parent)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TTQWidget*) QtSupport::getQt(env, parent)));
+ QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TQWidget*) QtSupport::getQt(env, parent)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -171,7 +171,7 @@ JNIEXPORT void JNICALL
Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__Lorg_kde_qt_QWidget_2I(JNIEnv* env, jobject obj, jobject parent, jint border)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TTQWidget*) QtSupport::getQt(env, parent), (int) border));
+ QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TQWidget*) QtSupport::getQt(env, parent), (int) border));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -181,7 +181,7 @@ JNIEXPORT void JNICALL
Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__Lorg_kde_qt_QWidget_2II(JNIEnv* env, jobject obj, jobject parent, jint border, jint spacing)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TTQWidget*) QtSupport::getQt(env, parent), (int) border, (int) spacing));
+ QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TQWidget*) QtSupport::getQt(env, parent), (int) border, (int) spacing));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -190,9 +190,9 @@ Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__Lorg_kde_qt_QWidget_2II(JNIEnv* env
JNIEXPORT void JNICALL
Java_org_kde_qt_QHBoxLayout_newTQHBoxLayout__Lorg_kde_qt_QWidget_2IILjava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jint border, jint spacing, jstring name)
{
-static TTQCString* _qstring_name = 0;
+static TQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TTQWidget*) QtSupport::getQt(env, parent), (int) border, (int) spacing, (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
+ QtSupport::setQt(env, obj, new TQHBoxLayoutJBridge((TQWidget*) QtSupport::getQt(env, parent), (int) border, (int) spacing, (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -201,9 +201,9 @@ static TTQCString* _qstring_name = 0;
JNIEXPORT jstring JNICALL
Java_org_kde_qt_QHBoxLayout_tr__Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring arg1)
{
- TTQString _qstring;
+ TQString _qstring;
(void) cls;
-static TTQCString* _qstring_arg1 = 0;
+static TQCString* _qstring_arg1 = 0;
_qstring = TQHBoxLayoutJBridge::tr((const char*) QtSupport::toCharString(env, arg1, &_qstring_arg1));
return QtSupport::fromTQString(env, &_qstring);
}
@@ -211,10 +211,10 @@ static TTQCString* _qstring_arg1 = 0;
JNIEXPORT jstring JNICALL
Java_org_kde_qt_QHBoxLayout_tr__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring arg1, jstring arg2)
{
- TTQString _qstring;
+ TQString _qstring;
(void) cls;
-static TTQCString* _qstring_arg1 = 0;
-static TTQCString* _qstring_arg2 = 0;
+static TQCString* _qstring_arg1 = 0;
+static TQCString* _qstring_arg2 = 0;
_qstring = TQHBoxLayoutJBridge::tr((const char*) QtSupport::toCharString(env, arg1, &_qstring_arg1), (const char*) QtSupport::toCharString(env, arg2, &_qstring_arg2));
return QtSupport::fromTQString(env, &_qstring);
}