Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_optionsdialog.cpp
Go to the documentation of this file.
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 "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, 14, 14, 14, 0x08,
45  311, 15, 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()\0updateDisplayUnit()\0"
59  "doProxyIpChecks(QValidatedLineEdit*,int)\0"
60 };
61 
62 void OptionsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
63 {
64  if (_c == QMetaObject::InvokeMetaMethod) {
65  Q_ASSERT(staticMetaObject.cast(_o));
66  OptionsDialog *_t = static_cast<OptionsDialog *>(_o);
67  switch (_id) {
68  case 0: _t->proxyIpChecks((*reinterpret_cast< QValidatedLineEdit*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
69  case 1: _t->enableOkButton(); break;
70  case 2: _t->disableOkButton(); break;
71  case 3: _t->setOkButtonState((*reinterpret_cast< bool(*)>(_a[1]))); break;
72  case 4: _t->on_resetButton_clicked(); break;
73  case 5: _t->on_okButton_clicked(); break;
74  case 6: _t->on_cancelButton_clicked(); break;
75  case 7: _t->showRestartWarning((*reinterpret_cast< bool(*)>(_a[1]))); break;
76  case 8: _t->showRestartWarning(); break;
77  case 9: _t->clearStatusLabel(); break;
78  case 10: _t->updateDisplayUnit(); break;
79  case 11: _t->doProxyIpChecks((*reinterpret_cast< QValidatedLineEdit*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
80  default: ;
81  }
82  }
83 }
84 
85 const QMetaObjectExtraData OptionsDialog::staticMetaObjectExtraData = {
86  0, qt_static_metacall
87 };
88 
89 const QMetaObject OptionsDialog::staticMetaObject = {
90  { &QDialog::staticMetaObject, qt_meta_stringdata_OptionsDialog,
91  qt_meta_data_OptionsDialog, &staticMetaObjectExtraData }
92 };
93 
94 #ifdef Q_NO_DATA_RELOCATION
95 const QMetaObject &OptionsDialog::getStaticMetaObject() { return staticMetaObject; }
96 #endif //Q_NO_DATA_RELOCATION
97 
98 const QMetaObject *OptionsDialog::metaObject() const
99 {
100  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
101 }
102 
103 void *OptionsDialog::qt_metacast(const char *_clname)
104 {
105  if (!_clname) return 0;
106  if (!strcmp(_clname, qt_meta_stringdata_OptionsDialog))
107  return static_cast<void*>(const_cast< OptionsDialog*>(this));
108  return QDialog::qt_metacast(_clname);
109 }
110 
111 int OptionsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
112 {
113  _id = QDialog::qt_metacall(_c, _id, _a);
114  if (_id < 0)
115  return _id;
116  if (_c == QMetaObject::InvokeMetaMethod) {
117  if (_id < 12)
118  qt_static_metacall(this, _c, _id, _a);
119  _id -= 12;
120  }
121  return _id;
122 }
123 
124 // SIGNAL 0
126 {
127  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
128  QMetaObject::activate(this, &staticMetaObject, 0, _a);
129 }
130 QT_END_MOC_NAMESPACE
Line edit that can be marked as "invalid" to show input validation feedback.
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_OptionsDialog[]
void proxyIpChecks(QValidatedLineEdit *pUiProxyIp, int nProxyPort)
Preferences dialog.
Definition: optionsdialog.h:19
static const char qt_meta_stringdata_OptionsDialog[]