summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/Connection.cpp
blob: 82025e543ae93ba50692a81c02cc73e37de15d2b (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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kio/connection.h>
#include <tqcstring.h>

#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>
#include <kdejava/Connection.h>

class ConnectionJBridge : public TDEIO::Connection
{
public:
	ConnectionJBridge() : TDEIO::Connection() {};
	void protected_dequeue() {
		TDEIO::Connection::dequeue();
		return;
	}
	void removeChild(TQObject* arg1) {
		if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TQObject")) {
			TQObject::removeChild(arg1);
		}
		return;
	}
	void customEvent(TQCustomEvent* arg1) {
		if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TQCustomEvent")) {
			TQObject::customEvent(arg1);
		}
		return;
	}
	void timerEvent(TQTimerEvent* arg1) {
		if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TQTimerEvent")) {
			TQObject::timerEvent(arg1);
		}
		return;
	}
	void childEvent(TQChildEvent* arg1) {
		if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
			TQObject::childEvent(arg1);
		}
		return;
	}
	void insertChild(TQObject* arg1) {
		if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TQObject")) {
			TQObject::insertChild(arg1);
		}
		return;
	}
	bool eventFilter(TQObject* object,TQEvent* event) {
		if (!QtSupport::eventFilterDelegate(this,"org.kde.koala.Connection",object,event)) {
			return TQObject::eventFilter(object,event);
		} else {
			return TRUE;
		}
	}
};

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

JNIEXPORT void JNICALL
Java_org_kde_koala_Connection_close(JNIEnv* env, jobject obj)
{
	((TDEIO::Connection*) QtSupport::getQt(env, obj))->close();
	return;
}

JNIEXPORT void JNICALL
Java_org_kde_koala_Connection_connect__(JNIEnv* env, jobject obj)
{
	((TDEIO::Connection*) QtSupport::getQt(env, obj))->connect();
	return;
}

JNIEXPORT void JNICALL
Java_org_kde_koala_Connection_connect__Lorg_kde_qt_QObject_2(JNIEnv* env, jobject obj, jobject receiver)
{
	((TDEIO::Connection*) QtSupport::getQt(env, obj))->connect((TQObject*) QtSupport::getQt(env, receiver));
	return;
}

JNIEXPORT void JNICALL
Java_org_kde_koala_Connection_connect__Lorg_kde_qt_QObject_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject receiver, jstring member)
{
	((TDEIO::Connection*) QtSupport::getQt(env, obj))->connect((TQObject*) QtSupport::slotForReceiver(env, receiver, member), "1invoke()");
	return;
}

JNIEXPORT void JNICALL
Java_org_kde_koala_Connection_dequeue(JNIEnv* env, jobject obj)
{
	((ConnectionJBridge*) QtSupport::getQt(env, obj))->protected_dequeue();
	return;
}

JNIEXPORT jint JNICALL
Java_org_kde_koala_Connection_fd_1from(JNIEnv* env, jobject obj)
{
	jint xret = (jint) ((TDEIO::Connection*) QtSupport::getQt(env, obj))->fd_from();
	return xret;
}

JNIEXPORT jint JNICALL
Java_org_kde_koala_Connection_fd_1to(JNIEnv* env, jobject obj)
{
	jint xret = (jint) ((TDEIO::Connection*) QtSupport::getQt(env, obj))->fd_to();
	return xret;
}

JNIEXPORT void JNICALL
Java_org_kde_koala_Connection_init(JNIEnv* env, jobject obj, jint fd_in, jint fd_out)
{
	((TDEIO::Connection*) QtSupport::getQt(env, obj))->init((int) fd_in, (int) fd_out);
	return;
}

JNIEXPORT jboolean JNICALL
Java_org_kde_koala_Connection_inited(JNIEnv* env, jobject obj)
{
	jboolean xret = (jboolean) ((TDEIO::Connection*) QtSupport::getQt(env, obj))->inited();
	return xret;
}

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

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

JNIEXPORT jint JNICALL
Java_org_kde_koala_Connection_read(JNIEnv* env, jobject obj, jintArray _cmd, jbyteArray data)
{
	int* _int__cmd = QtSupport::toIntPtr(env, _cmd);
static TQByteArray* _qbyteArray_data = 0;
	jint xret = (jint) ((TDEIO::Connection*) QtSupport::getQt(env, obj))->read( (int*) _int__cmd, (TQByteArray&)*(TQByteArray*) QtSupport::toTQByteArray(env, data, &_qbyteArray_data));
	env->SetIntArrayRegion(_cmd, 0, 1, (jint *) _int__cmd);
	return xret;
}

JNIEXPORT void JNICALL
Java_org_kde_koala_Connection_resume(JNIEnv* env, jobject obj)
{
	((TDEIO::Connection*) QtSupport::getQt(env, obj))->resume();
	return;
}

JNIEXPORT void JNICALL
Java_org_kde_koala_Connection_send__I(JNIEnv* env, jobject obj, jint cmd)
{
	((TDEIO::Connection*) QtSupport::getQt(env, obj))->send((int) cmd);
	return;
}

JNIEXPORT void JNICALL
Java_org_kde_koala_Connection_send__I_3B(JNIEnv* env, jobject obj, jint cmd, jbyteArray arr)
{
static TQByteArray* _qbyteArray_arr = 0;
	((TDEIO::Connection*) QtSupport::getQt(env, obj))->send((int) cmd, (const TQByteArray&)*(TQByteArray*) QtSupport::toTQByteArray(env, arr, &_qbyteArray_arr));
	return;
}

JNIEXPORT jboolean JNICALL
Java_org_kde_koala_Connection_sendnow(JNIEnv* env, jobject obj, jint _cmd, jbyteArray data)
{
static TQByteArray* _qbyteArray_data = 0;
	jboolean xret = (jboolean) ((TDEIO::Connection*) QtSupport::getQt(env, obj))->sendnow((int) _cmd, (const TQByteArray&)*(TQByteArray*) QtSupport::toTQByteArray(env, data, &_qbyteArray_data));
	return xret;
}

JNIEXPORT void JNICALL
Java_org_kde_koala_Connection_suspend(JNIEnv* env, jobject obj)
{
	((TDEIO::Connection*) QtSupport::getQt(env, obj))->suspend();
	return;
}

JNIEXPORT jboolean JNICALL
Java_org_kde_koala_Connection_suspended(JNIEnv* env, jobject obj)
{
	jboolean xret = (jboolean) ((TDEIO::Connection*) QtSupport::getQt(env, obj))->suspended();
	return xret;
}