summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/tdejava/KMimeTypeValidator.cpp
blob: bc589d55375f1f7203ffb8d99260a7ab722b0456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kstringvalidator.h>
#include <tqvalidator.h>
#include <tqstring.h>

#include <qtjava/QtSupport.h>
#include <tdejava/TDESupport.h>
#include <tdejava/KMimeTypeValidator.h>

class KMimeTypeValidatorJBridge : public KMimeTypeValidator
{
public:
	KMimeTypeValidatorJBridge(TQObject* arg1,const char* arg2) : KMimeTypeValidator(arg1,arg2) {};
	KMimeTypeValidatorJBridge(TQObject* arg1) : KMimeTypeValidator(arg1) {};
	~KMimeTypeValidatorJBridge() {QtSupport::qtKeyDeleted(this);}
	void removeChild(TQObject* arg1) {
		if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.trinitydesktop.qt.TQObject")) {
			TQObject::removeChild(arg1);
		}
		return;
	}
	void customEvent(TQCustomEvent* arg1) {
		if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.trinitydesktop.qt.TQCustomEvent")) {
			TQObject::customEvent(arg1);
		}
		return;
	}
	void timerEvent(TQTimerEvent* arg1) {
		if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.trinitydesktop.qt.TQTimerEvent")) {
			TQObject::timerEvent(arg1);
		}
		return;
	}
	void childEvent(TQChildEvent* arg1) {
		if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.trinitydesktop.qt.TQChildEvent")) {
			TQObject::childEvent(arg1);
		}
		return;
	}
	void insertChild(TQObject* arg1) {
		if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.trinitydesktop.qt.TQObject")) {
			TQObject::insertChild(arg1);
		}
		return;
	}
	bool eventFilter(TQObject* object,TQEvent* event) {
		if (!QtSupport::eventFilterDelegate(this,"org.trinitydesktop.koala.KMimeTypeValidator",object,event)) {
			return TQObject::eventFilter(object,event);
		} else {
			return TRUE;
		}
	}
};

JNIEXPORT jstring JNICALL
Java_org_trinitydesktop_koala_KMimeTypeValidator_className(JNIEnv* env, jobject obj)
{
	const char* _qstring;
	_qstring = ((KMimeTypeValidator*) QtSupport::getQt(env, obj))->className();
	return QtSupport::fromCharString(env, (char *) _qstring);
}

JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KMimeTypeValidator_dispose(JNIEnv* env, jobject obj)
{
	Java_org_trinitydesktop_koala_KMimeTypeValidator_finalize(env, obj);
	return;
}

JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KMimeTypeValidator_finalize(JNIEnv* env, jobject obj)
{
	if (QtSupport::allocatedInJavaWorld(env, obj) && ((KMimeTypeValidator*)QtSupport::getQt(env, obj))->parent() == 0) {
		delete (KMimeTypeValidator*)QtSupport::getQt(env, obj);
		QtSupport::setQt(env, obj, 0);
	}
	return;
}

JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KMimeTypeValidator_fixup(JNIEnv* env, jobject obj, jobject input)
{
static TQString* _qstring_input = 0;
	((KMimeTypeValidator*) QtSupport::getQt(env, obj))->fixup((TQString&)*(TQString*) QtSupport::toTQStringFromStringBuffer(env, input, &_qstring_input));
	QtSupport::fromTQStringToStringBuffer(env, _qstring_input, input);
	return;
}

JNIEXPORT jboolean JNICALL
Java_org_trinitydesktop_koala_KMimeTypeValidator_isDisposed(JNIEnv* env, jobject obj)
{
	return (QtSupport::getQt(env, obj) == 0);
}

JNIEXPORT jobject JNICALL
Java_org_trinitydesktop_koala_KMimeTypeValidator_metaObject(JNIEnv* env, jobject obj)
{
	jobject xret = QtSupport::objectForQtKey(env, (void*)((KMimeTypeValidator*) QtSupport::getQt(env, obj))->metaObject(), "org.trinitydesktop.qt.TQMetaObject");
	return xret;
}

JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KMimeTypeValidator_newKMimeTypeValidator__Lorg_trinitydesktop_qt_QObject_2(JNIEnv* env, jobject obj, jobject parent)
{
	if (QtSupport::getQt(env, obj) == 0) {
		QtSupport::setQt(env, obj, new KMimeTypeValidatorJBridge((TQObject*) QtSupport::getQt(env, parent)));
		QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
	}
	return;
}

JNIEXPORT void JNICALL
Java_org_trinitydesktop_koala_KMimeTypeValidator_newKMimeTypeValidator__Lorg_trinitydesktop_qt_QObject_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jstring name)
{
static TQCString* _qstring_name = 0;
	if (QtSupport::getQt(env, obj) == 0) {
		QtSupport::setQt(env, obj, new KMimeTypeValidatorJBridge((TQObject*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
		QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
	}
	return;
}

JNIEXPORT jint JNICALL
Java_org_trinitydesktop_koala_KMimeTypeValidator_validate(JNIEnv* env, jobject obj, jobject input, jintArray pos)
{
static TQString* _qstring_input = 0;
	int* _int_pos = QtSupport::toIntPtr(env, pos);
	jint xret = (jint) ((KMimeTypeValidator*) QtSupport::getQt(env, obj))->validate((TQString&)*(TQString*) 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;
}