summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/KDoubleValidator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/KDoubleValidator.cpp')
-rw-r--r--kdejava/koala/kdejava/KDoubleValidator.cpp62
1 files changed, 31 insertions, 31 deletions
diff --git a/kdejava/koala/kdejava/KDoubleValidator.cpp b/kdejava/koala/kdejava/KDoubleValidator.cpp
index f6e5449c..aa6d5ad2 100644
--- a/kdejava/koala/kdejava/KDoubleValidator.cpp
+++ b/kdejava/koala/kdejava/KDoubleValidator.cpp
@@ -10,44 +10,44 @@
class KDoubleValidatorJBridge : public KDoubleValidator
{
public:
- KDoubleValidatorJBridge(TQObject* arg1,const char* arg2) : KDoubleValidator(arg1,arg2) {};
- KDoubleValidatorJBridge(TQObject* arg1) : KDoubleValidator(arg1) {};
- KDoubleValidatorJBridge(double arg1,double arg2,int arg3,TQObject* arg4,const char* arg5) : KDoubleValidator(arg1,arg2,arg3,arg4,arg5) {};
- KDoubleValidatorJBridge(double arg1,double arg2,int arg3,TQObject* arg4) : KDoubleValidator(arg1,arg2,arg3,arg4) {};
+ KDoubleValidatorJBridge(TTQObject* arg1,const char* arg2) : KDoubleValidator(arg1,arg2) {};
+ KDoubleValidatorJBridge(TTQObject* arg1) : KDoubleValidator(arg1) {};
+ KDoubleValidatorJBridge(double arg1,double arg2,int arg3,TTQObject* arg4,const char* arg5) : KDoubleValidator(arg1,arg2,arg3,arg4,arg5) {};
+ KDoubleValidatorJBridge(double arg1,double arg2,int arg3,TTQObject* arg4) : KDoubleValidator(arg1,arg2,arg3,arg4) {};
~KDoubleValidatorJBridge() {QtSupport::qtKeyDeleted(this);}
- void removeChild(TQObject* arg1) {
- if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TQObject")) {
- TQObject::removeChild(arg1);
+ void removeChild(TTQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TTQObject")) {
+ TTQObject::removeChild(arg1);
}
return;
}
- void customEvent(TQCustomEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TQCustomEvent")) {
- TQObject::customEvent(arg1);
+ void customEvent(TTQCustomEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TTQCustomEvent")) {
+ TTQObject::customEvent(arg1);
}
return;
}
- void timerEvent(TQTimerEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TQTimerEvent")) {
- TQObject::timerEvent(arg1);
+ void timerEvent(TTQTimerEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TTQTimerEvent")) {
+ TTQObject::timerEvent(arg1);
}
return;
}
- void childEvent(TQChildEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
- TQObject::childEvent(arg1);
+ void childEvent(TTQChildEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TTQChildEvent")) {
+ TTQObject::childEvent(arg1);
}
return;
}
- void insertChild(TQObject* arg1) {
- if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TQObject")) {
- TQObject::insertChild(arg1);
+ void insertChild(TTQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TTQObject")) {
+ TTQObject::insertChild(arg1);
}
return;
}
- bool eventFilter(TQObject* object,TQEvent* event) {
+ bool eventFilter(TTQObject* object,TTQEvent* event) {
if (!QtSupport::eventFilterDelegate(this,"org.kde.koala.KDoubleValidator",object,event)) {
- return TQObject::eventFilter(object,event);
+ return TTQObject::eventFilter(object,event);
} else {
return TRUE;
}
@@ -95,7 +95,7 @@ Java_org_kde_koala_KDoubleValidator_isDisposed(JNIEnv* env, jobject obj)
JNIEXPORT jobject JNICALL
Java_org_kde_koala_KDoubleValidator_metaObject(JNIEnv* env, jobject obj)
{
- jobject xret = QtSupport::objectForQtKey(env, (void*)((KDoubleValidator*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TQMetaObject");
+ jobject xret = QtSupport::objectForQtKey(env, (void*)((KDoubleValidator*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TTQMetaObject");
return xret;
}
@@ -103,7 +103,7 @@ JNIEXPORT void JNICALL
Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__DDILorg_kde_qt_QObject_2(JNIEnv* env, jobject obj, jdouble bottom, jdouble top, jint decimals, jobject parent)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((double) bottom, (double) top, (int) decimals, (TQObject*) QtSupport::getQt(env, parent)));
+ QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((double) bottom, (double) top, (int) decimals, (TTQObject*) QtSupport::getQt(env, parent)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -112,9 +112,9 @@ Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__DDILorg_kde_qt_QObject_
JNIEXPORT void JNICALL
Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__DDILorg_kde_qt_QObject_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jdouble bottom, jdouble top, jint decimals, jobject parent, jstring name)
{
-static TQCString* _qstring_name = 0;
+static TTQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((double) bottom, (double) top, (int) decimals, (TQObject*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
+ QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((double) bottom, (double) top, (int) decimals, (TTQObject*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -124,7 +124,7 @@ JNIEXPORT void JNICALL
Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__Lorg_kde_qt_QObject_2(JNIEnv* env, jobject obj, jobject parent)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((TQObject*) QtSupport::getQt(env, parent)));
+ QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((TTQObject*) QtSupport::getQt(env, parent)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -133,9 +133,9 @@ Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__Lorg_kde_qt_QObject_2(J
JNIEXPORT void JNICALL
Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__Lorg_kde_qt_QObject_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jstring name)
{
-static TQCString* _qstring_name = 0;
+static TTQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((TQObject*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
+ QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((TTQObject*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -151,10 +151,10 @@ Java_org_kde_koala_KDoubleValidator_setAcceptLocalizedNumbers(JNIEnv* env, jobje
JNIEXPORT jint JNICALL
Java_org_kde_koala_KDoubleValidator_validate(JNIEnv* env, jobject obj, jobject input, jintArray pos)
{
-static TQString* _qstring_input = 0;
+static TTQString* _qstring_input = 0;
int* _int_pos = QtSupport::toIntPtr(env, pos);
- jint xret = (jint) ((KDoubleValidator*) QtSupport::getQt(env, obj))->validate((TQString&)*(TQString*) QtSupport::toQStringFromStringBuffer(env, input, &_qstring_input), (int&) *_int_pos);
- QtSupport::fromQStringToStringBuffer(env, _qstring_input, input);
+ jint xret = (jint) ((KDoubleValidator*) QtSupport::getQt(env, obj))->validate((TTQString&)*(TTQString*) QtSupport::toTQStringFromStringBuffer(env, input, &_qstring_input), (int&) *_int_pos);
+ QtSupport::fromTQStringToStringBuffer(env, _qstring_input, input);
env->SetIntArrayRegion(pos, 0, 1, (jint *) _int_pos);
return xret;
}