GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: src/__/include/gepetto/gui/dialog/moc_configuration.cpp Lines: 0 189 0.0 %
Date: 2024-04-14 11:13:22 Branches: 0 155 0.0 %

Line Branch Exec Source
1
/****************************************************************************
2
** Meta object code from reading C++ file 'configuration.hh'
3
**
4
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.8)
5
**
6
** WARNING! All changes made in this file will be lost!
7
*****************************************************************************/
8
9
#include "../../../../../../include/gepetto/gui/dialog/configuration.hh"
10
#include <QtCore/qbytearray.h>
11
#include <QtCore/qmetatype.h>
12
#if !defined(Q_MOC_OUTPUT_REVISION)
13
#error "The header file 'configuration.hh' doesn't include <QObject>."
14
#elif Q_MOC_OUTPUT_REVISION != 67
15
#error "This file was generated using the moc from 5.12.8. It"
16
#error "cannot be used with the include files from this version of Qt."
17
#error "(The moc has changed too much.)"
18
#endif
19
20
QT_BEGIN_MOC_NAMESPACE
21
QT_WARNING_PUSH
22
QT_WARNING_DISABLE_DEPRECATED
23
struct qt_meta_stringdata_gepetto__gui__Vector2Dialog_t {
24
    QByteArrayData data[8];
25
    char stringdata0[78];
26
};
27
#define QT_MOC_LITERAL(idx, ofs, len) \
28
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
29
    qptrdiff(offsetof(qt_meta_stringdata_gepetto__gui__Vector2Dialog_t, stringdata0) + ofs \
30
        - idx * sizeof(QByteArrayData)) \
31
    )
32
static const qt_meta_stringdata_gepetto__gui__Vector2Dialog_t qt_meta_stringdata_gepetto__gui__Vector2Dialog = {
33
    {
34
QT_MOC_LITERAL(0, 0, 27), // "gepetto::gui::Vector2Dialog"
35
QT_MOC_LITERAL(1, 28, 12), // "valueChanged"
36
QT_MOC_LITERAL(2, 41, 0), // ""
37
QT_MOC_LITERAL(3, 42, 10), // "osgVector2"
38
QT_MOC_LITERAL(4, 53, 6), // "config"
39
QT_MOC_LITERAL(5, 60, 3), // "set"
40
QT_MOC_LITERAL(6, 64, 1), // "v"
41
QT_MOC_LITERAL(7, 66, 11) // "updateValue"
42
43
    },
44
    "gepetto::gui::Vector2Dialog\0valueChanged\0"
45
    "\0osgVector2\0config\0set\0v\0updateValue"
46
};
47
#undef QT_MOC_LITERAL
48
49
static const uint qt_meta_data_gepetto__gui__Vector2Dialog[] = {
50
51
 // content:
52
       8,       // revision
53
       0,       // classname
54
       0,    0, // classinfo
55
       3,   14, // methods
56
       0,    0, // properties
57
       0,    0, // enums/sets
58
       0,    0, // constructors
59
       0,       // flags
60
       1,       // signalCount
61
62
 // signals: name, argc, parameters, tag, flags
63
       1,    1,   29,    2, 0x06 /* Public */,
64
65
 // slots: name, argc, parameters, tag, flags
66
       5,    1,   32,    2, 0x0a /* Public */,
67
       7,    0,   35,    2, 0x08 /* Private */,
68
69
 // signals: parameters
70
    QMetaType::Void, 0x80000000 | 3,    4,
71
72
 // slots: parameters
73
    QMetaType::Void, 0x80000000 | 3,    6,
74
    QMetaType::Void,
75
76
       0        // eod
77
};
78
79
void gepetto::gui::Vector2Dialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
80
{
81
    if (_c == QMetaObject::InvokeMetaMethod) {
82
        auto *_t = static_cast<Vector2Dialog *>(_o);
83
        Q_UNUSED(_t)
84
        switch (_id) {
85
        case 0: _t->valueChanged((*reinterpret_cast< const osgVector2(*)>(_a[1]))); break;
86
        case 1: _t->set((*reinterpret_cast< const osgVector2(*)>(_a[1]))); break;
87
        case 2: _t->updateValue(); break;
88
        default: ;
89
        }
90
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
91
        switch (_id) {
92
        default: *reinterpret_cast<int*>(_a[0]) = -1; break;
93
        case 0:
94
            switch (*reinterpret_cast<int*>(_a[1])) {
95
            default: *reinterpret_cast<int*>(_a[0]) = -1; break;
96
            case 0:
97
                *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< osgVector2 >(); break;
98
            }
99
            break;
100
        case 1:
101
            switch (*reinterpret_cast<int*>(_a[1])) {
102
            default: *reinterpret_cast<int*>(_a[0]) = -1; break;
103
            case 0:
104
                *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< osgVector2 >(); break;
105
            }
106
            break;
107
        }
108
    } else if (_c == QMetaObject::IndexOfMethod) {
109
        int *result = reinterpret_cast<int *>(_a[0]);
110
        {
111
            using _t = void (Vector2Dialog::*)(const osgVector2 & );
112
            if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Vector2Dialog::valueChanged)) {
113
                *result = 0;
114
                return;
115
            }
116
        }
117
    }
118
}
119
120
QT_INIT_METAOBJECT const QMetaObject gepetto::gui::Vector2Dialog::staticMetaObject = { {
121
    &QDialog::staticMetaObject,
122
    qt_meta_stringdata_gepetto__gui__Vector2Dialog.data,
123
    qt_meta_data_gepetto__gui__Vector2Dialog,
124
    qt_static_metacall,
125
    nullptr,
126
    nullptr
127
} };
128
129
130
const QMetaObject *gepetto::gui::Vector2Dialog::metaObject() const
131
{
132
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
133
}
134
135
void *gepetto::gui::Vector2Dialog::qt_metacast(const char *_clname)
136
{
137
    if (!_clname) return nullptr;
138
    if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__Vector2Dialog.stringdata0))
139
        return static_cast<void*>(this);
140
    return QDialog::qt_metacast(_clname);
141
}
142
143
int gepetto::gui::Vector2Dialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
144
{
145
    _id = QDialog::qt_metacall(_c, _id, _a);
146
    if (_id < 0)
147
        return _id;
148
    if (_c == QMetaObject::InvokeMetaMethod) {
149
        if (_id < 3)
150
            qt_static_metacall(this, _c, _id, _a);
151
        _id -= 3;
152
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
153
        if (_id < 3)
154
            qt_static_metacall(this, _c, _id, _a);
155
        _id -= 3;
156
    }
157
    return _id;
158
}
159
160
// SIGNAL 0
161
void gepetto::gui::Vector2Dialog::valueChanged(const osgVector2 & _t1)
162
{
163
    void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
164
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
165
}
166
struct qt_meta_stringdata_gepetto__gui__Vector3Dialog_t {
167
    QByteArrayData data[8];
168
    char stringdata0[78];
169
};
170
#define QT_MOC_LITERAL(idx, ofs, len) \
171
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
172
    qptrdiff(offsetof(qt_meta_stringdata_gepetto__gui__Vector3Dialog_t, stringdata0) + ofs \
173
        - idx * sizeof(QByteArrayData)) \
174
    )
175
static const qt_meta_stringdata_gepetto__gui__Vector3Dialog_t qt_meta_stringdata_gepetto__gui__Vector3Dialog = {
176
    {
177
QT_MOC_LITERAL(0, 0, 27), // "gepetto::gui::Vector3Dialog"
178
QT_MOC_LITERAL(1, 28, 12), // "valueChanged"
179
QT_MOC_LITERAL(2, 41, 0), // ""
180
QT_MOC_LITERAL(3, 42, 10), // "osgVector3"
181
QT_MOC_LITERAL(4, 53, 6), // "config"
182
QT_MOC_LITERAL(5, 60, 3), // "set"
183
QT_MOC_LITERAL(6, 64, 1), // "v"
184
QT_MOC_LITERAL(7, 66, 11) // "updateValue"
185
186
    },
187
    "gepetto::gui::Vector3Dialog\0valueChanged\0"
188
    "\0osgVector3\0config\0set\0v\0updateValue"
189
};
190
#undef QT_MOC_LITERAL
191
192
static const uint qt_meta_data_gepetto__gui__Vector3Dialog[] = {
193
194
 // content:
195
       8,       // revision
196
       0,       // classname
197
       0,    0, // classinfo
198
       3,   14, // methods
199
       0,    0, // properties
200
       0,    0, // enums/sets
201
       0,    0, // constructors
202
       0,       // flags
203
       1,       // signalCount
204
205
 // signals: name, argc, parameters, tag, flags
206
       1,    1,   29,    2, 0x06 /* Public */,
207
208
 // slots: name, argc, parameters, tag, flags
209
       5,    1,   32,    2, 0x0a /* Public */,
210
       7,    0,   35,    2, 0x08 /* Private */,
211
212
 // signals: parameters
213
    QMetaType::Void, 0x80000000 | 3,    4,
214
215
 // slots: parameters
216
    QMetaType::Void, 0x80000000 | 3,    6,
217
    QMetaType::Void,
218
219
       0        // eod
220
};
221
222
void gepetto::gui::Vector3Dialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
223
{
224
    if (_c == QMetaObject::InvokeMetaMethod) {
225
        auto *_t = static_cast<Vector3Dialog *>(_o);
226
        Q_UNUSED(_t)
227
        switch (_id) {
228
        case 0: _t->valueChanged((*reinterpret_cast< const osgVector3(*)>(_a[1]))); break;
229
        case 1: _t->set((*reinterpret_cast< const osgVector3(*)>(_a[1]))); break;
230
        case 2: _t->updateValue(); break;
231
        default: ;
232
        }
233
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
234
        switch (_id) {
235
        default: *reinterpret_cast<int*>(_a[0]) = -1; break;
236
        case 0:
237
            switch (*reinterpret_cast<int*>(_a[1])) {
238
            default: *reinterpret_cast<int*>(_a[0]) = -1; break;
239
            case 0:
240
                *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< osgVector3 >(); break;
241
            }
242
            break;
243
        case 1:
244
            switch (*reinterpret_cast<int*>(_a[1])) {
245
            default: *reinterpret_cast<int*>(_a[0]) = -1; break;
246
            case 0:
247
                *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< osgVector3 >(); break;
248
            }
249
            break;
250
        }
251
    } else if (_c == QMetaObject::IndexOfMethod) {
252
        int *result = reinterpret_cast<int *>(_a[0]);
253
        {
254
            using _t = void (Vector3Dialog::*)(const osgVector3 & );
255
            if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Vector3Dialog::valueChanged)) {
256
                *result = 0;
257
                return;
258
            }
259
        }
260
    }
261
}
262
263
QT_INIT_METAOBJECT const QMetaObject gepetto::gui::Vector3Dialog::staticMetaObject = { {
264
    &QDialog::staticMetaObject,
265
    qt_meta_stringdata_gepetto__gui__Vector3Dialog.data,
266
    qt_meta_data_gepetto__gui__Vector3Dialog,
267
    qt_static_metacall,
268
    nullptr,
269
    nullptr
270
} };
271
272
273
const QMetaObject *gepetto::gui::Vector3Dialog::metaObject() const
274
{
275
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
276
}
277
278
void *gepetto::gui::Vector3Dialog::qt_metacast(const char *_clname)
279
{
280
    if (!_clname) return nullptr;
281
    if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__Vector3Dialog.stringdata0))
282
        return static_cast<void*>(this);
283
    return QDialog::qt_metacast(_clname);
284
}
285
286
int gepetto::gui::Vector3Dialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
287
{
288
    _id = QDialog::qt_metacall(_c, _id, _a);
289
    if (_id < 0)
290
        return _id;
291
    if (_c == QMetaObject::InvokeMetaMethod) {
292
        if (_id < 3)
293
            qt_static_metacall(this, _c, _id, _a);
294
        _id -= 3;
295
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
296
        if (_id < 3)
297
            qt_static_metacall(this, _c, _id, _a);
298
        _id -= 3;
299
    }
300
    return _id;
301
}
302
303
// SIGNAL 0
304
void gepetto::gui::Vector3Dialog::valueChanged(const osgVector3 & _t1)
305
{
306
    void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
307
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
308
}
309
struct qt_meta_stringdata_gepetto__gui__Vector4Dialog_t {
310
    QByteArrayData data[8];
311
    char stringdata0[78];
312
};
313
#define QT_MOC_LITERAL(idx, ofs, len) \
314
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
315
    qptrdiff(offsetof(qt_meta_stringdata_gepetto__gui__Vector4Dialog_t, stringdata0) + ofs \
316
        - idx * sizeof(QByteArrayData)) \
317
    )
318
static const qt_meta_stringdata_gepetto__gui__Vector4Dialog_t qt_meta_stringdata_gepetto__gui__Vector4Dialog = {
319
    {
320
QT_MOC_LITERAL(0, 0, 27), // "gepetto::gui::Vector4Dialog"
321
QT_MOC_LITERAL(1, 28, 12), // "valueChanged"
322
QT_MOC_LITERAL(2, 41, 0), // ""
323
QT_MOC_LITERAL(3, 42, 10), // "osgVector4"
324
QT_MOC_LITERAL(4, 53, 6), // "config"
325
QT_MOC_LITERAL(5, 60, 3), // "set"
326
QT_MOC_LITERAL(6, 64, 1), // "v"
327
QT_MOC_LITERAL(7, 66, 11) // "updateValue"
328
329
    },
330
    "gepetto::gui::Vector4Dialog\0valueChanged\0"
331
    "\0osgVector4\0config\0set\0v\0updateValue"
332
};
333
#undef QT_MOC_LITERAL
334
335
static const uint qt_meta_data_gepetto__gui__Vector4Dialog[] = {
336
337
 // content:
338
       8,       // revision
339
       0,       // classname
340
       0,    0, // classinfo
341
       3,   14, // methods
342
       0,    0, // properties
343
       0,    0, // enums/sets
344
       0,    0, // constructors
345
       0,       // flags
346
       1,       // signalCount
347
348
 // signals: name, argc, parameters, tag, flags
349
       1,    1,   29,    2, 0x06 /* Public */,
350
351
 // slots: name, argc, parameters, tag, flags
352
       5,    1,   32,    2, 0x0a /* Public */,
353
       7,    0,   35,    2, 0x08 /* Private */,
354
355
 // signals: parameters
356
    QMetaType::Void, 0x80000000 | 3,    4,
357
358
 // slots: parameters
359
    QMetaType::Void, 0x80000000 | 3,    6,
360
    QMetaType::Void,
361
362
       0        // eod
363
};
364
365
void gepetto::gui::Vector4Dialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
366
{
367
    if (_c == QMetaObject::InvokeMetaMethod) {
368
        auto *_t = static_cast<Vector4Dialog *>(_o);
369
        Q_UNUSED(_t)
370
        switch (_id) {
371
        case 0: _t->valueChanged((*reinterpret_cast< const osgVector4(*)>(_a[1]))); break;
372
        case 1: _t->set((*reinterpret_cast< const osgVector4(*)>(_a[1]))); break;
373
        case 2: _t->updateValue(); break;
374
        default: ;
375
        }
376
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
377
        switch (_id) {
378
        default: *reinterpret_cast<int*>(_a[0]) = -1; break;
379
        case 0:
380
            switch (*reinterpret_cast<int*>(_a[1])) {
381
            default: *reinterpret_cast<int*>(_a[0]) = -1; break;
382
            case 0:
383
                *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< osgVector4 >(); break;
384
            }
385
            break;
386
        case 1:
387
            switch (*reinterpret_cast<int*>(_a[1])) {
388
            default: *reinterpret_cast<int*>(_a[0]) = -1; break;
389
            case 0:
390
                *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< osgVector4 >(); break;
391
            }
392
            break;
393
        }
394
    } else if (_c == QMetaObject::IndexOfMethod) {
395
        int *result = reinterpret_cast<int *>(_a[0]);
396
        {
397
            using _t = void (Vector4Dialog::*)(const osgVector4 & );
398
            if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Vector4Dialog::valueChanged)) {
399
                *result = 0;
400
                return;
401
            }
402
        }
403
    }
404
}
405
406
QT_INIT_METAOBJECT const QMetaObject gepetto::gui::Vector4Dialog::staticMetaObject = { {
407
    &QDialog::staticMetaObject,
408
    qt_meta_stringdata_gepetto__gui__Vector4Dialog.data,
409
    qt_meta_data_gepetto__gui__Vector4Dialog,
410
    qt_static_metacall,
411
    nullptr,
412
    nullptr
413
} };
414
415
416
const QMetaObject *gepetto::gui::Vector4Dialog::metaObject() const
417
{
418
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
419
}
420
421
void *gepetto::gui::Vector4Dialog::qt_metacast(const char *_clname)
422
{
423
    if (!_clname) return nullptr;
424
    if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__Vector4Dialog.stringdata0))
425
        return static_cast<void*>(this);
426
    return QDialog::qt_metacast(_clname);
427
}
428
429
int gepetto::gui::Vector4Dialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
430
{
431
    _id = QDialog::qt_metacall(_c, _id, _a);
432
    if (_id < 0)
433
        return _id;
434
    if (_c == QMetaObject::InvokeMetaMethod) {
435
        if (_id < 3)
436
            qt_static_metacall(this, _c, _id, _a);
437
        _id -= 3;
438
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
439
        if (_id < 3)
440
            qt_static_metacall(this, _c, _id, _a);
441
        _id -= 3;
442
    }
443
    return _id;
444
}
445
446
// SIGNAL 0
447
void gepetto::gui::Vector4Dialog::valueChanged(const osgVector4 & _t1)
448
{
449
    void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
450
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
451
}
452
struct qt_meta_stringdata_gepetto__gui__ConfigurationDialog_t {
453
    QByteArrayData data[8];
454
    char stringdata0[87];
455
};
456
#define QT_MOC_LITERAL(idx, ofs, len) \
457
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
458
    qptrdiff(offsetof(qt_meta_stringdata_gepetto__gui__ConfigurationDialog_t, stringdata0) + ofs \
459
        - idx * sizeof(QByteArrayData)) \
460
    )
461
static const qt_meta_stringdata_gepetto__gui__ConfigurationDialog_t qt_meta_stringdata_gepetto__gui__ConfigurationDialog = {
462
    {
463
QT_MOC_LITERAL(0, 0, 33), // "gepetto::gui::ConfigurationDi..."
464
QT_MOC_LITERAL(1, 34, 12), // "valueChanged"
465
QT_MOC_LITERAL(2, 47, 0), // ""
466
QT_MOC_LITERAL(3, 48, 13), // "Configuration"
467
QT_MOC_LITERAL(4, 62, 6), // "config"
468
QT_MOC_LITERAL(5, 69, 3), // "set"
469
QT_MOC_LITERAL(6, 73, 1), // "v"
470
QT_MOC_LITERAL(7, 75, 11) // "updateValue"
471
472
    },
473
    "gepetto::gui::ConfigurationDialog\0"
474
    "valueChanged\0\0Configuration\0config\0"
475
    "set\0v\0updateValue"
476
};
477
#undef QT_MOC_LITERAL
478
479
static const uint qt_meta_data_gepetto__gui__ConfigurationDialog[] = {
480
481
 // content:
482
       8,       // revision
483
       0,       // classname
484
       0,    0, // classinfo
485
       3,   14, // methods
486
       0,    0, // properties
487
       0,    0, // enums/sets
488
       0,    0, // constructors
489
       0,       // flags
490
       1,       // signalCount
491
492
 // signals: name, argc, parameters, tag, flags
493
       1,    1,   29,    2, 0x06 /* Public */,
494
495
 // slots: name, argc, parameters, tag, flags
496
       5,    1,   32,    2, 0x0a /* Public */,
497
       7,    0,   35,    2, 0x08 /* Private */,
498
499
 // signals: parameters
500
    QMetaType::Void, 0x80000000 | 3,    4,
501
502
 // slots: parameters
503
    QMetaType::Void, 0x80000000 | 3,    6,
504
    QMetaType::Void,
505
506
       0        // eod
507
};
508
509
void gepetto::gui::ConfigurationDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
510
{
511
    if (_c == QMetaObject::InvokeMetaMethod) {
512
        auto *_t = static_cast<ConfigurationDialog *>(_o);
513
        Q_UNUSED(_t)
514
        switch (_id) {
515
        case 0: _t->valueChanged((*reinterpret_cast< const Configuration(*)>(_a[1]))); break;
516
        case 1: _t->set((*reinterpret_cast< const Configuration(*)>(_a[1]))); break;
517
        case 2: _t->updateValue(); break;
518
        default: ;
519
        }
520
    } else if (_c == QMetaObject::IndexOfMethod) {
521
        int *result = reinterpret_cast<int *>(_a[0]);
522
        {
523
            using _t = void (ConfigurationDialog::*)(const Configuration & );
524
            if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ConfigurationDialog::valueChanged)) {
525
                *result = 0;
526
                return;
527
            }
528
        }
529
    }
530
}
531
532
QT_INIT_METAOBJECT const QMetaObject gepetto::gui::ConfigurationDialog::staticMetaObject = { {
533
    &QDialog::staticMetaObject,
534
    qt_meta_stringdata_gepetto__gui__ConfigurationDialog.data,
535
    qt_meta_data_gepetto__gui__ConfigurationDialog,
536
    qt_static_metacall,
537
    nullptr,
538
    nullptr
539
} };
540
541
542
const QMetaObject *gepetto::gui::ConfigurationDialog::metaObject() const
543
{
544
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
545
}
546
547
void *gepetto::gui::ConfigurationDialog::qt_metacast(const char *_clname)
548
{
549
    if (!_clname) return nullptr;
550
    if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__ConfigurationDialog.stringdata0))
551
        return static_cast<void*>(this);
552
    return QDialog::qt_metacast(_clname);
553
}
554
555
int gepetto::gui::ConfigurationDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
556
{
557
    _id = QDialog::qt_metacall(_c, _id, _a);
558
    if (_id < 0)
559
        return _id;
560
    if (_c == QMetaObject::InvokeMetaMethod) {
561
        if (_id < 3)
562
            qt_static_metacall(this, _c, _id, _a);
563
        _id -= 3;
564
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
565
        if (_id < 3)
566
            *reinterpret_cast<int*>(_a[0]) = -1;
567
        _id -= 3;
568
    }
569
    return _id;
570
}
571
572
// SIGNAL 0
573
void gepetto::gui::ConfigurationDialog::valueChanged(const Configuration & _t1)
574
{
575
    void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
576
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
577
}
578
QT_WARNING_POP
579
QT_END_MOC_NAMESPACE