forked from ixlang/SecretWatermark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibQXLibrary.cpp
448 lines (150 loc) · 7.17 KB
/
libQXLibrary.cpp
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
#include <stdint.h>
#include <xnl.h>
XNLEXPORT void XI_CDECL widget_set_vint_value(xlong h, xint proid, xint value){
}
XNLEXPORT void XI_CDECL widget_set_object_value(xlong h, xint proid, XObject * value){
}
XNLEXPORT void XI_CDECL widget_set_long_object_value(xlong h, xint proid, xlong i, XObject * value){
}
XNLEXPORT void XI_CDECL widget_set_int2_object_value(xlong h, xint proid, xint i, xint iv, XObject * value){
}
XNLEXPORT xbool XI_CDECL widget_get_bool_value(xlong h, xint proid){
}
XNLEXPORT XObject * XI_CDECL widget_get_object(xlong h, xint proid){
}
XNLEXPORT xlong XI_CDECL locaUiData(xlong data, XObject * _this, xlong parent){
}
XNLEXPORT xlong XI_CDECL locaUiFile(xstring uifile, XObject * _this, xlong parent){
}
XNLEXPORT void XI_CDECL ShowUi(xlong h){
}
XNLEXPORT double XI_CDECL widget_get_double_value(xlong h, xint proid){
}
XNLEXPORT void XI_CDECL widget_set_double_value(xlong h, xint proid, double v){
}
XNLEXPORT void XI_CDECL widget_set_bool_value(xlong h, xint proid, xbool v){
}
XNLEXPORT void XI_CDECL widget_set_int_bool_value(xlong h, xint proid, xint v, xbool v1){
}
XNLEXPORT xbool XI_CDECL widget_get_int_bool(xlong h, xint proid, xint v){
}
XNLEXPORT void XI_CDECL widget_set_bkrl(xlong h, xint r){
}
XNLEXPORT xint XI_CDECL widget_get_int_value(xlong h, xint proid){
}
XNLEXPORT xint XI_CDECL widget_set_v2int_value(xlong h, xint proid, xint xv, xint yv){
}
XNLEXPORT xint XI_CDECL widget_set_v2int_double_value(xlong h, xint proid, xint xv, double w, xint yv){
}
XNLEXPORT void XI_CDECL widget_set_native_value(xlong h, xint proid, xlong value){
}
XNLEXPORT void XI_CDECL widget_slot_string(xlong h, xint proid, xstring value){
}
XNLEXPORT void XI_CDECL widget_slot(xlong h, xint proid){
}
XNLEXPORT xlong XI_CDECL createQxApplication(XObject * obj){
}
XNLEXPORT void XI_CDECL ApplicationRun(xlong g){
}
XNLEXPORT xbool XI_CDECL core_sub_class(xlong h, XObject * pthis, XObject * subclass){
}
XNLEXPORT XObject * XI_CDECL findControl(xlong h, xstring name){
}
XNLEXPORT xstring XI_CDECL core_getName(xlong h){
}
XNLEXPORT xstring XI_CDECL core_getClassName(xlong h){
}
XNLEXPORT XObject * XI_CDECL core_getParent(xlong h){
}
XNLEXPORT xstring XI_CDECL core_getString(xlong h, xint proid){
}
XNLEXPORT xstring XI_CDECL core_getStringlongint(xlong h, xint proid, xlong v1, xint v2){
}
XNLEXPORT xint XI_CDECL core_getintlong(xlong h, xint proid, xlong v){
}
XNLEXPORT xlong XI_CDECL createQObject(xint type, XObject * xobj, xlong parent){
}
XNLEXPORT xint XI_CDECL widget_set_intstring_value(xlong h, xint proid, xint xv, xstring yv){
}
XNLEXPORT xlong XI_CDECL createNObject(xint type, xlong param){
}
XNLEXPORT xint XI_CDECL widget_set_v3int_value(xlong h, xint proid, xint xv, xint yv, xint zv){
}
XNLEXPORT xint XI_CDECL widget_set_intintstring_value(xlong h, xint proid, xint xv, xint yv, xstring zv){
}
XNLEXPORT void XI_CDECL widget_set_intlongstring_value(xlong h, xint proid, xlong xv, xint yv, xstring zv){
}
XNLEXPORT void XI_CDECL widget_set_intlongint_value(xlong h, xint proid, xlong xv, xint yv, xint zv){
}
XNLEXPORT XObject * XI_CDECL object_get_string(xlong h, xint proid, xstring name){
}
XNLEXPORT XObject * XI_CDECL object_get_handle_string(xlong h, xint proid, xlong handle, xstring name){
}
XNLEXPORT XObject * XI_CDECL object_get_string2(xlong h, xint proid, xstring v1, xstring v2){
}
XNLEXPORT XObject * XI_CDECL object_get_handle(xlong h, xint proid, xlong h1){
}
XNLEXPORT XObject * XI_CDECL object_get_handle2(xlong h, xint proid, xlong hv, xlong h1){
}
XNLEXPORT void XI_CDECL object_set_long_int_long(xlong h, xint proid, xlong hv, xint iv, xlong h1){
}
XNLEXPORT xlong XI_CDECL object_get_long_int(xlong h, xint proid, xlong hv, xint iv){
}
XNLEXPORT XObject * XI_CDECL object_get_string_handle_string2(xlong h, xint proid, xstring text, xlong handle, xstring v1, xstring v2){
}
XNLEXPORT XObject * XI_CDECL object_get_string_handle_string_int(xlong h, xint proid, xstring text, xlong handle, xstring v1, xint v2){
}
XNLEXPORT XObject * XI_CDECL object_get_string2_handle_string2(xlong h, xint proid, xstring h1, xstring text, xlong handle, xstring v1, xstring v2){
}
XNLEXPORT XObject * XI_CDECL object_get_string2_handle_string_int(xlong h, xint proid, xstring h1, xstring text, xlong handle, xstring v1, xint v2){
}
XNLEXPORT xlong XI_CDECL attachControl(xlong handle, XObject * _this, xstring name){
}
XNLEXPORT xstring XI_CDECL openfile_dlg_string3_obj(xint proid, xstring caption, xstring defaultPath, xstring pattern, xlong parent){
}
XNLEXPORT xlong XI_CDECL long_string2(xlong handle, xint proid, xstring v1, xstring v2){
}
XNLEXPORT xlong XI_CDECL long_object_string(xlong handle, xint proid, XObject * v1, xstring v2){
}
XNLEXPORT xlong XI_CDECL long_longstring(xlong handle, xint proid, xlong v1, xstring v2){
}
XNLEXPORT xlong XI_CDECL long_long_string2(xlong handle, xint proid, xlong l1, xstring v1, xstring v2){
}
XNLEXPORT xlong XI_CDECL long_get(xlong handle, xint proid){
}
XNLEXPORT xlong XI_CDECL core_attach(xlong h, XObject * x){
}
XNLEXPORT xint XI_CDECL long_string2_int2(xlong handle, xint proid, xstring v1, xstring v2, xint flags, xint v3){
}
XNLEXPORT xbool XI_CDECL string_bool5_int2_bool2(xlong handle, xint proid, xstring text, xbool regex, xbool bCase, xbool bWholeWord, xbool warp, xbool forward, xint startLine, xint startIndex, xbool show, xbool posix){
}
XNLEXPORT xlong XI_CDECL long_intstring(xlong handle, xint proid, xint type, xstring v1){
}
XNLEXPORT xlong XI_CDECL long_intlong(xlong handle, xint proid, xlong value){
}
XNLEXPORT xlong XI_CDECL long_intlong2(xlong handle, xint proid, xlong value, xlong v1){
}
XNLEXPORT xlong XI_CDECL pointer_intlong2(xptr handle, xint proid, xlong value, xlong v1){
}
XNLEXPORT void XI_CDECL void_long2(xlong handle, xint proid, xlong value1, xlong v2){
}
XNLEXPORT void XI_CDECL native_double2(xlong h, xint proid, double v1, double v2){
}
XNLEXPORT void XI_CDECL native_double4(double v1, double v2, double v3, double v4, xlong h, xint proid){
}
XNLEXPORT void XI_CDECL native_int4(xlong h, xint proid, xint v1, xint v2, xint v3, xint v4){
}
XNLEXPORT xint XI_CDECL int_long_int_long_int_int(xlong h, xint proid, xlong h1, xint v1, xint v2){
}
XNLEXPORT xbool XI_CDECL array_int2(xlong h, xint proid, XObject * $UNUSED_PARAM_2, xint $UNUSED_PARAM_3, xint $UNUSED_PARAM_4){
}
XNLEXPORT xint XI_CDECL widget_set_bint_value(xlong h, xint proid, xint value){
}
XNLEXPORT xlong XI_CDECL create_array_int2(xlong h, xint proid, XObject * obj, xint pos, xint len){
}
XNLEXPORT xlong XI_CDECL createSObject(xint type, xstring param){
}
XNLEXPORT void XI_CDECL long_long_int9(xlong h, xint proid, xlong v1, xint x1, xint x2, xint x3, xint x4, xint y1, xint y2, xint y3, xint y4, xint z1){
}
XNLEXPORT xlong XI_CDECL long_double2(xlong h, xint proid, double v1, double v2){
}