Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'optionsdialog.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include "qt/optionsdialog.h"
9 : #if !defined(Q_MOC_OUTPUT_REVISION)
10 : #error "The header file 'optionsdialog.h' doesn't include <QObject>."
11 : #elif Q_MOC_OUTPUT_REVISION != 63
12 : #error "This file was generated using the moc from 4.8.6. It"
13 : #error "cannot be used with the include files from this version of Qt."
14 : #error "(The moc has changed too much.)"
15 : #endif
16 :
17 : QT_BEGIN_MOC_NAMESPACE
18 : static const uint qt_meta_data_OptionsDialog[] = {
19 :
20 : // content:
21 : 6, // revision
22 : 0, // classname
23 : 0, 0, // classinfo
24 : 12, 14, // methods
25 : 0, 0, // properties
26 : 0, 0, // enums/sets
27 : 0, 0, // constructors
28 : 0, // flags
29 : 1, // signalCount
30 :
31 : // signals: signature, parameters, type, tag, flags
32 : 37, 15, 14, 14, 0x05,
33 :
34 : // slots: signature, parameters, type, tag, flags
35 : 76, 14, 14, 14, 0x08,
36 : 93, 14, 14, 14, 0x08,
37 : 118, 111, 14, 14, 0x08,
38 : 141, 14, 14, 14, 0x08,
39 : 166, 14, 14, 14, 0x08,
40 : 188, 14, 14, 14, 0x08,
41 : 226, 214, 14, 14, 0x08,
42 : 251, 14, 14, 14, 0x28,
43 : 272, 14, 14, 14, 0x08,
44 : 291, 15, 14, 14, 0x08,
45 : 332, 14, 14, 14, 0x08,
46 :
47 : 0 // eod
48 : };
49 :
50 : static const char qt_meta_stringdata_OptionsDialog[] = {
51 : "OptionsDialog\0\0pUiProxyIp,nProxyPort\0"
52 : "proxyIpChecks(QValidatedLineEdit*,int)\0"
53 : "enableOkButton()\0disableOkButton()\0"
54 : "fState\0setOkButtonState(bool)\0"
55 : "on_resetButton_clicked()\0on_okButton_clicked()\0"
56 : "on_cancelButton_clicked()\0fPersistent\0"
57 : "showRestartWarning(bool)\0showRestartWarning()\0"
58 : "clearStatusLabel()\0"
59 : "doProxyIpChecks(QValidatedLineEdit*,int)\0"
60 : "updateDefaultProxyNets()\0"
61 : };
62 :
63 0 : void OptionsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
64 : {
65 0 : if (_c == QMetaObject::InvokeMetaMethod) {
66 0 : Q_ASSERT(staticMetaObject.cast(_o));
67 0 : OptionsDialog *_t = static_cast<OptionsDialog *>(_o);
68 0 : switch (_id) {
69 0 : case 0: _t->proxyIpChecks((*reinterpret_cast< QValidatedLineEdit*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
70 0 : case 1: _t->enableOkButton(); break;
71 0 : case 2: _t->disableOkButton(); break;
72 0 : case 3: _t->setOkButtonState((*reinterpret_cast< bool(*)>(_a[1]))); break;
73 0 : case 4: _t->on_resetButton_clicked(); break;
74 0 : case 5: _t->on_okButton_clicked(); break;
75 0 : case 6: _t->on_cancelButton_clicked(); break;
76 0 : case 7: _t->showRestartWarning((*reinterpret_cast< bool(*)>(_a[1]))); break;
77 0 : case 8: _t->showRestartWarning(); break;
78 0 : case 9: _t->clearStatusLabel(); break;
79 0 : case 10: _t->doProxyIpChecks((*reinterpret_cast< QValidatedLineEdit*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
80 0 : case 11: _t->updateDefaultProxyNets(); break;
81 : default: ;
82 : }
83 : }
84 0 : }
85 :
86 : const QMetaObjectExtraData OptionsDialog::staticMetaObjectExtraData = {
87 : 0, qt_static_metacall
88 : };
89 :
90 : const QMetaObject OptionsDialog::staticMetaObject = {
91 : { &QDialog::staticMetaObject, qt_meta_stringdata_OptionsDialog,
92 : qt_meta_data_OptionsDialog, &staticMetaObjectExtraData }
93 : };
94 :
95 : #ifdef Q_NO_DATA_RELOCATION
96 : const QMetaObject &OptionsDialog::getStaticMetaObject() { return staticMetaObject; }
97 : #endif //Q_NO_DATA_RELOCATION
98 :
99 0 : const QMetaObject *OptionsDialog::metaObject() const
100 : {
101 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
102 : }
103 :
104 0 : void *OptionsDialog::qt_metacast(const char *_clname)
105 : {
106 0 : if (!_clname) return 0;
107 0 : if (!strcmp(_clname, qt_meta_stringdata_OptionsDialog))
108 : return static_cast<void*>(const_cast< OptionsDialog*>(this));
109 0 : return QDialog::qt_metacast(_clname);
110 : }
111 :
112 0 : int OptionsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
113 : {
114 0 : _id = QDialog::qt_metacall(_c, _id, _a);
115 0 : if (_id < 0)
116 : return _id;
117 0 : if (_c == QMetaObject::InvokeMetaMethod) {
118 0 : if (_id < 12)
119 0 : qt_static_metacall(this, _c, _id, _a);
120 0 : _id -= 12;
121 : }
122 0 : return _id;
123 : }
124 :
125 : // SIGNAL 0
126 0 : void OptionsDialog::proxyIpChecks(QValidatedLineEdit * _t1, int _t2)
127 : {
128 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
129 0 : QMetaObject::activate(this, &staticMetaObject, 0, _a);
130 0 : }
131 : QT_END_MOC_NAMESPACE
|