GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc-dialog.cc
Go to the documentation of this file.
1 #if defined (HAVE_CONFIG_H)
2 # include "config.h"
3 #endif
4 /****************************************************************************
5 ** Meta object code from reading C++ file 'dialog.h'
6 **
7 ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
8 **
9 ** WARNING! All changes made in this file will be lost!
10 *****************************************************************************/
11 
12 #include "libgui/src/dialog.h"
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'dialog.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 63
16 #error "This file was generated using the moc from 4.8.6. It"
17 #error "cannot be used with the include files from this version of Qt."
18 #error "(The moc has changed too much.)"
19 #endif
20 
21 QT_BEGIN_MOC_NAMESPACE
22 static const uint qt_meta_data_QUIWidgetCreator[] = {
23 
24  // content:
25  6, // revision
26  0, // classname
27  0, 0, // classinfo
28  8, 14, // methods
29  0, 0, // properties
30  0, 0, // enums/sets
31  0, 0, // constructors
32  0, // flags
33  4, // signalCount
34 
35  // signals: signature, parameters, type, tag, flags
36  24, 18, 17, 17, 0x05,
37  104, 95, 17, 17, 0x05,
38  199, 194, 17, 17, 0x05,
39  314, 273, 17, 17, 0x05,
40 
41  // slots: signature, parameters, type, tag, flags
42  384, 377, 17, 17, 0x0a,
43  448, 424, 17, 17, 0x0a,
44  504, 483, 17, 17, 0x0a,
45  559, 536, 17, 17, 0x0a,
46 
47  0 // eod
48 };
49 
50 static const char qt_meta_stringdata_QUIWidgetCreator[] = {
51  "QUIWidgetCreator\0\0,,,,,\0"
52  "create_dialog(QString,QString,QString,QStringList,QString,QStringList)\0"
53  ",,,,,,,,\0"
54  "create_listview(QStringList,QString,int,int,QIntList,QString,QStringLi"
55  "st,QString,QString)\0"
56  ",,,,\0"
57  "create_inputlayout(QStringList,QString,QFloatList,QFloatList,QStringLi"
58  "st)\0"
59  "filters,title,filename,dirname,multimode\0"
60  "create_filedialog(QStringList,QString,QString,QString,QString)\0"
61  "button\0dialog_button_clicked(QAbstractButton*)\0"
62  "selected,button_pressed\0"
63  "list_select_finished(QIntList,int)\0"
64  "input,button_pressed\0"
65  "input_finished(QStringList,int)\0"
66  "files,path,filterindex\0"
67  "filedialog_finished(QStringList,QString,int)\0"
68 };
69 
70 void QUIWidgetCreator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
71 {
72  if (_c == QMetaObject::InvokeMetaMethod) {
73  Q_ASSERT(staticMetaObject.cast(_o));
74  QUIWidgetCreator *_t = static_cast<QUIWidgetCreator *>(_o);
75  switch (_id) {
76  case 0: _t->create_dialog((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< const QString(*)>(_a[3])),(*reinterpret_cast< const QStringList(*)>(_a[4])),(*reinterpret_cast< const QString(*)>(_a[5])),(*reinterpret_cast< const QStringList(*)>(_a[6]))); break;
77  case 1: _t->create_listview((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< int(*)>(_a[4])),(*reinterpret_cast< const QIntList(*)>(_a[5])),(*reinterpret_cast< const QString(*)>(_a[6])),(*reinterpret_cast< const QStringList(*)>(_a[7])),(*reinterpret_cast< const QString(*)>(_a[8])),(*reinterpret_cast< const QString(*)>(_a[9]))); break;
78  case 2: _t->create_inputlayout((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< const QFloatList(*)>(_a[3])),(*reinterpret_cast< const QFloatList(*)>(_a[4])),(*reinterpret_cast< const QStringList(*)>(_a[5]))); break;
79  case 3: _t->create_filedialog((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< const QString(*)>(_a[3])),(*reinterpret_cast< const QString(*)>(_a[4])),(*reinterpret_cast< const QString(*)>(_a[5]))); break;
80  case 4: _t->dialog_button_clicked((*reinterpret_cast< QAbstractButton*(*)>(_a[1]))); break;
81  case 5: _t->list_select_finished((*reinterpret_cast< const QIntList(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
82  case 6: _t->input_finished((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
83  case 7: _t->filedialog_finished((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
84  default: ;
85  }
86  }
87 }
88 
89 const QMetaObjectExtraData QUIWidgetCreator::staticMetaObjectExtraData = {
90  0, qt_static_metacall
91 };
92 
93 const QMetaObject QUIWidgetCreator::staticMetaObject = {
94  { &QObject::staticMetaObject, qt_meta_stringdata_QUIWidgetCreator,
95  qt_meta_data_QUIWidgetCreator, &staticMetaObjectExtraData }
96 };
97 
98 #ifdef Q_NO_DATA_RELOCATION
99 const QMetaObject &QUIWidgetCreator::getStaticMetaObject() { return staticMetaObject; }
100 #endif //Q_NO_DATA_RELOCATION
101 
102 const QMetaObject *QUIWidgetCreator::metaObject() const
103 {
104  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
105 }
106 
107 void *QUIWidgetCreator::qt_metacast(const char *_clname)
108 {
109  if (!_clname) return 0;
111  return static_cast<void*>(const_cast< QUIWidgetCreator*>(this));
112  return QObject::qt_metacast(_clname);
113 }
114 
115 int QUIWidgetCreator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
116 {
117  _id = QObject::qt_metacall(_c, _id, _a);
118  if (_id < 0)
119  return _id;
120  if (_c == QMetaObject::InvokeMetaMethod) {
121  if (_id < 8)
122  qt_static_metacall(this, _c, _id, _a);
123  _id -= 8;
124  }
125  return _id;
126 }
127 
128 // SIGNAL 0
129 void QUIWidgetCreator::create_dialog(const QString & _t1, const QString & _t2, const QString & _t3, const QStringList & _t4, const QString & _t5, const QStringList & _t6)
130 {
131  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)), const_cast<void*>(reinterpret_cast<const void*>(&_t6)) };
132  QMetaObject::activate(this, &staticMetaObject, 0, _a);
133 }
134 
135 // SIGNAL 1
136 void QUIWidgetCreator::create_listview(const QStringList & _t1, const QString & _t2, int _t3, int _t4, const QIntList & _t5, const QString & _t6, const QStringList & _t7, const QString & _t8, const QString & _t9)
137 {
138  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)), const_cast<void*>(reinterpret_cast<const void*>(&_t6)), const_cast<void*>(reinterpret_cast<const void*>(&_t7)), const_cast<void*>(reinterpret_cast<const void*>(&_t8)), const_cast<void*>(reinterpret_cast<const void*>(&_t9)) };
139  QMetaObject::activate(this, &staticMetaObject, 1, _a);
140 }
141 
142 // SIGNAL 2
143 void QUIWidgetCreator::create_inputlayout(const QStringList & _t1, const QString & _t2, const QFloatList & _t3, const QFloatList & _t4, const QStringList & _t5)
144 {
145  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)) };
146  QMetaObject::activate(this, &staticMetaObject, 2, _a);
147 }
148 
149 // SIGNAL 3
150 void QUIWidgetCreator::create_filedialog(const QStringList & _t1, const QString & _t2, const QString & _t3, const QString & _t4, const QString & _t5)
151 {
152  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)) };
153  QMetaObject::activate(this, &staticMetaObject, 3, _a);
154 }
155 static const uint qt_meta_data_MessageDialog[] = {
156 
157  // content:
158  6, // revision
159  0, // classname
160  0, 0, // classinfo
161  0, 0, // methods
162  0, 0, // properties
163  0, 0, // enums/sets
164  0, 0, // constructors
165  0, // flags
166  0, // signalCount
167 
168  0 // eod
169 };
170 
171 static const char qt_meta_stringdata_MessageDialog[] = {
172  "MessageDialog\0"
173 };
174 
175 void MessageDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
176 {
177  Q_UNUSED(_o);
178  Q_UNUSED(_id);
179  Q_UNUSED(_c);
180  Q_UNUSED(_a);
181 }
182 
183 const QMetaObjectExtraData MessageDialog::staticMetaObjectExtraData = {
184  0, qt_static_metacall
185 };
186 
187 const QMetaObject MessageDialog::staticMetaObject = {
188  { &QMessageBox::staticMetaObject, qt_meta_stringdata_MessageDialog,
189  qt_meta_data_MessageDialog, &staticMetaObjectExtraData }
190 };
191 
192 #ifdef Q_NO_DATA_RELOCATION
193 const QMetaObject &MessageDialog::getStaticMetaObject() { return staticMetaObject; }
194 #endif //Q_NO_DATA_RELOCATION
195 
196 const QMetaObject *MessageDialog::metaObject() const
197 {
198  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
199 }
200 
201 void *MessageDialog::qt_metacast(const char *_clname)
202 {
203  if (!_clname) return 0;
204  if (!strcmp(_clname, qt_meta_stringdata_MessageDialog))
205  return static_cast<void*>(const_cast< MessageDialog*>(this));
206  return QMessageBox::qt_metacast(_clname);
207 }
208 
209 int MessageDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
210 {
211  _id = QMessageBox::qt_metacall(_c, _id, _a);
212  if (_id < 0)
213  return _id;
214  return _id;
215 }
216 static const uint qt_meta_data_ListDialog[] = {
217 
218  // content:
219  6, // revision
220  0, // classname
221  0, 0, // classinfo
222  5, 14, // methods
223  0, 0, // properties
224  0, 0, // enums/sets
225  0, 0, // constructors
226  0, // flags
227  1, // signalCount
228 
229  // signals: signature, parameters, type, tag, flags
230  14, 12, 11, 11, 0x05,
231 
232  // slots: signature, parameters, type, tag, flags
233  45, 11, 11, 11, 0x0a,
234  64, 11, 11, 11, 0x0a,
235  87, 11, 11, 11, 0x0a,
236  96, 11, 11, 11, 0x0a,
237 
238  0 // eod
239 };
240 
241 static const char qt_meta_stringdata_ListDialog[] = {
242  "ListDialog\0\0,\0finish_selection(QIntList,int)\0"
243  "buttonOk_clicked()\0buttonCancel_clicked()\0"
244  "reject()\0item_double_clicked(QModelIndex)\0"
245 };
246 
247 void ListDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
248 {
249  if (_c == QMetaObject::InvokeMetaMethod) {
250  Q_ASSERT(staticMetaObject.cast(_o));
251  ListDialog *_t = static_cast<ListDialog *>(_o);
252  switch (_id) {
253  case 0: _t->finish_selection((*reinterpret_cast< const QIntList(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
254  case 1: _t->buttonOk_clicked(); break;
255  case 2: _t->buttonCancel_clicked(); break;
256  case 3: _t->reject(); break;
257  case 4: _t->item_double_clicked((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
258  default: ;
259  }
260  }
261 }
262 
263 const QMetaObjectExtraData ListDialog::staticMetaObjectExtraData = {
264  0, qt_static_metacall
265 };
266 
267 const QMetaObject ListDialog::staticMetaObject = {
268  { &QDialog::staticMetaObject, qt_meta_stringdata_ListDialog,
269  qt_meta_data_ListDialog, &staticMetaObjectExtraData }
270 };
271 
272 #ifdef Q_NO_DATA_RELOCATION
273 const QMetaObject &ListDialog::getStaticMetaObject() { return staticMetaObject; }
274 #endif //Q_NO_DATA_RELOCATION
275 
276 const QMetaObject *ListDialog::metaObject() const
277 {
278  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
279 }
280 
281 void *ListDialog::qt_metacast(const char *_clname)
282 {
283  if (!_clname) return 0;
284  if (!strcmp(_clname, qt_meta_stringdata_ListDialog))
285  return static_cast<void*>(const_cast< ListDialog*>(this));
286  return QDialog::qt_metacast(_clname);
287 }
288 
289 int ListDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
290 {
291  _id = QDialog::qt_metacall(_c, _id, _a);
292  if (_id < 0)
293  return _id;
294  if (_c == QMetaObject::InvokeMetaMethod) {
295  if (_id < 5)
296  qt_static_metacall(this, _c, _id, _a);
297  _id -= 5;
298  }
299  return _id;
300 }
301 
302 // SIGNAL 0
303 void ListDialog::finish_selection(const QIntList & _t1, int _t2)
304 {
305  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
306  QMetaObject::activate(this, &staticMetaObject, 0, _a);
307 }
308 static const uint qt_meta_data_InputDialog[] = {
309 
310  // content:
311  6, // revision
312  0, // classname
313  0, 0, // classinfo
314  4, 14, // methods
315  0, 0, // properties
316  0, 0, // enums/sets
317  0, 0, // constructors
318  0, // flags
319  1, // signalCount
320 
321  // signals: signature, parameters, type, tag, flags
322  15, 13, 12, 12, 0x05,
323 
324  // slots: signature, parameters, type, tag, flags
325  45, 12, 12, 12, 0x0a,
326  64, 12, 12, 12, 0x0a,
327  87, 12, 12, 12, 0x0a,
328 
329  0 // eod
330 };
331 
332 static const char qt_meta_stringdata_InputDialog[] = {
333  "InputDialog\0\0,\0finish_input(QStringList,int)\0"
334  "buttonOk_clicked()\0buttonCancel_clicked()\0"
335  "reject()\0"
336 };
337 
338 void InputDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
339 {
340  if (_c == QMetaObject::InvokeMetaMethod) {
341  Q_ASSERT(staticMetaObject.cast(_o));
342  InputDialog *_t = static_cast<InputDialog *>(_o);
343  switch (_id) {
344  case 0: _t->finish_input((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
345  case 1: _t->buttonOk_clicked(); break;
346  case 2: _t->buttonCancel_clicked(); break;
347  case 3: _t->reject(); break;
348  default: ;
349  }
350  }
351 }
352 
353 const QMetaObjectExtraData InputDialog::staticMetaObjectExtraData = {
354  0, qt_static_metacall
355 };
356 
357 const QMetaObject InputDialog::staticMetaObject = {
358  { &QDialog::staticMetaObject, qt_meta_stringdata_InputDialog,
359  qt_meta_data_InputDialog, &staticMetaObjectExtraData }
360 };
361 
362 #ifdef Q_NO_DATA_RELOCATION
363 const QMetaObject &InputDialog::getStaticMetaObject() { return staticMetaObject; }
364 #endif //Q_NO_DATA_RELOCATION
365 
366 const QMetaObject *InputDialog::metaObject() const
367 {
368  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
369 }
370 
371 void *InputDialog::qt_metacast(const char *_clname)
372 {
373  if (!_clname) return 0;
374  if (!strcmp(_clname, qt_meta_stringdata_InputDialog))
375  return static_cast<void*>(const_cast< InputDialog*>(this));
376  return QDialog::qt_metacast(_clname);
377 }
378 
379 int InputDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
380 {
381  _id = QDialog::qt_metacall(_c, _id, _a);
382  if (_id < 0)
383  return _id;
384  if (_c == QMetaObject::InvokeMetaMethod) {
385  if (_id < 4)
386  qt_static_metacall(this, _c, _id, _a);
387  _id -= 4;
388  }
389  return _id;
390 }
391 
392 // SIGNAL 0
393 void InputDialog::finish_input(const QStringList & _t1, int _t2)
394 {
395  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
396  QMetaObject::activate(this, &staticMetaObject, 0, _a);
397 }
398 static const uint qt_meta_data_FileDialog[] = {
399 
400  // content:
401  6, // revision
402  0, // classname
403  0, 0, // classinfo
404  3, 14, // methods
405  0, 0, // properties
406  0, 0, // enums/sets
407  0, 0, // constructors
408  0, // flags
409  1, // signalCount
410 
411  // signals: signature, parameters, type, tag, flags
412  15, 12, 11, 11, 0x05,
413 
414  // slots: signature, parameters, type, tag, flags
415  53, 11, 11, 11, 0x08,
416  71, 11, 11, 11, 0x08,
417 
418  0 // eod
419 };
420 
421 static const char qt_meta_stringdata_FileDialog[] = {
422  "FileDialog\0\0,,\0finish_input(QStringList,QString,int)\0"
423  "rejectSelection()\0acceptSelection()\0"
424 };
425 
426 void FileDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
427 {
428  if (_c == QMetaObject::InvokeMetaMethod) {
429  Q_ASSERT(staticMetaObject.cast(_o));
430  FileDialog *_t = static_cast<FileDialog *>(_o);
431  switch (_id) {
432  case 0: _t->finish_input((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
433  case 1: _t->rejectSelection(); break;
434  case 2: _t->acceptSelection(); break;
435  default: ;
436  }
437  }
438 }
439 
440 const QMetaObjectExtraData FileDialog::staticMetaObjectExtraData = {
441  0, qt_static_metacall
442 };
443 
444 const QMetaObject FileDialog::staticMetaObject = {
445  { &QFileDialog::staticMetaObject, qt_meta_stringdata_FileDialog,
446  qt_meta_data_FileDialog, &staticMetaObjectExtraData }
447 };
448 
449 #ifdef Q_NO_DATA_RELOCATION
450 const QMetaObject &FileDialog::getStaticMetaObject() { return staticMetaObject; }
451 #endif //Q_NO_DATA_RELOCATION
452 
453 const QMetaObject *FileDialog::metaObject() const
454 {
455  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
456 }
457 
458 void *FileDialog::qt_metacast(const char *_clname)
459 {
460  if (!_clname) return 0;
461  if (!strcmp(_clname, qt_meta_stringdata_FileDialog))
462  return static_cast<void*>(const_cast< FileDialog*>(this));
463  return QFileDialog::qt_metacast(_clname);
464 }
465 
466 int FileDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
467 {
468  _id = QFileDialog::qt_metacall(_c, _id, _a);
469  if (_id < 0)
470  return _id;
471  if (_c == QMetaObject::InvokeMetaMethod) {
472  if (_id < 3)
473  qt_static_metacall(this, _c, _id, _a);
474  _id -= 3;
475  }
476  return _id;
477 }
478 
479 // SIGNAL 0
480 void FileDialog::finish_input(const QStringList & _t1, const QString & _t2, int _t3)
481 {
482  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)) };
483  QMetaObject::activate(this, &staticMetaObject, 0, _a);
484 }
485 QT_END_MOC_NAMESPACE
void create_inputlayout(const QStringList &, const QString &, const QFloatList &, const QFloatList &, const QStringList &)
Definition: moc-dialog.cc:143
void create_listview(const QStringList &, const QString &, int, int, const QIntList &, const QString &, const QStringList &, const QString &, const QString &)
Definition: moc-dialog.cc:136
static const uint qt_meta_data_ListDialog[]
Definition: moc-dialog.cc:216
static const char qt_meta_stringdata_ListDialog[]
Definition: moc-dialog.cc:241
void finish_selection(const QIntList &, int)
Definition: moc-dialog.cc:303
static const uint qt_meta_data_InputDialog[]
Definition: moc-dialog.cc:308
void create_dialog(const QString &, const QString &, const QString &, const QStringList &, const QString &, const QStringList &)
Definition: moc-dialog.cc:129
static const char qt_meta_stringdata_QUIWidgetCreator[]
Definition: moc-dialog.cc:50
static const char qt_meta_stringdata_MessageDialog[]
Definition: moc-dialog.cc:171
static const uint qt_meta_data_FileDialog[]
Definition: moc-dialog.cc:398
bool strcmp(const T &str_a, const T &str_b)
True if strings are the same.
Definition: oct-string.cc:112
static const char qt_meta_stringdata_FileDialog[]
Definition: moc-dialog.cc:421
static const char qt_meta_stringdata_InputDialog[]
Definition: moc-dialog.cc:332
void create_filedialog(const QStringList &filters, const QString &title, const QString &filename, const QString &dirname, const QString &multimode)
Definition: moc-dialog.cc:150
void finish_input(const QStringList &, const QString &, int)
Definition: moc-dialog.cc:480
QList< int > QIntList
Definition: dialog.h:38
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_QUIWidgetCreator[]
Definition: moc-dialog.cc:22
static const uint qt_meta_data_MessageDialog[]
Definition: moc-dialog.cc:155
void finish_input(const QStringList &, int)
Definition: moc-dialog.cc:393