~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/moc_tooraclesetting.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-04-07 13:16:05 UTC
  • mfrom: (1.2.7 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090407131605-u422yigfv7jgg0l0
Tags: 2.0.0-3
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'tooraclesetting.h'
 
3
**
 
4
** Created: Mon Nov 3 14:34:34 2008
 
5
**      by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#include "tooraclesetting.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'tooraclesetting.h' doesn't include <QObject>."
 
13
#elif Q_MOC_OUTPUT_REVISION != 59
 
14
#error "This file was generated using the moc from 4.4.0. It"
 
15
#error "cannot be used with the include files from this version of Qt."
 
16
#error "(The moc has changed too much.)"
 
17
#endif
 
18
 
 
19
QT_BEGIN_MOC_NAMESPACE
 
20
static const uint qt_meta_data_toOracleSetting[] = {
 
21
 
 
22
 // content:
 
23
       1,       // revision
 
24
       0,       // classname
 
25
       0,    0, // classinfo
 
26
       2,   10, // methods
 
27
       0,    0, // properties
 
28
       0,    0, // enums/sets
 
29
 
 
30
 // slots: signature, parameters, type, tag, flags
 
31
      17,   16,   16,   16, 0x0a,
 
32
      31,   16,   16,   16, 0x0a,
 
33
 
 
34
       0        // eod
 
35
};
 
36
 
 
37
static const char qt_meta_stringdata_toOracleSetting[] = {
 
38
    "toOracleSetting\0\0saveSetting()\0"
 
39
    "createPlanTable()\0"
 
40
};
 
41
 
 
42
const QMetaObject toOracleSetting::staticMetaObject = {
 
43
    { &QWidget::staticMetaObject, qt_meta_stringdata_toOracleSetting,
 
44
      qt_meta_data_toOracleSetting, 0 }
 
45
};
 
46
 
 
47
const QMetaObject *toOracleSetting::metaObject() const
 
48
{
 
49
    return &staticMetaObject;
 
50
}
 
51
 
 
52
void *toOracleSetting::qt_metacast(const char *_clname)
 
53
{
 
54
    if (!_clname) return 0;
 
55
    if (!strcmp(_clname, qt_meta_stringdata_toOracleSetting))
 
56
        return static_cast<void*>(const_cast< toOracleSetting*>(this));
 
57
    if (!strcmp(_clname, "Ui::toOracleSettingUI"))
 
58
        return static_cast< Ui::toOracleSettingUI*>(const_cast< toOracleSetting*>(this));
 
59
    if (!strcmp(_clname, "toSettingTab"))
 
60
        return static_cast< toSettingTab*>(const_cast< toOracleSetting*>(this));
 
61
    return QWidget::qt_metacast(_clname);
 
62
}
 
63
 
 
64
int toOracleSetting::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
65
{
 
66
    _id = QWidget::qt_metacall(_c, _id, _a);
 
67
    if (_id < 0)
 
68
        return _id;
 
69
    if (_c == QMetaObject::InvokeMetaMethod) {
 
70
        switch (_id) {
 
71
        case 0: saveSetting(); break;
 
72
        case 1: createPlanTable(); break;
 
73
        }
 
74
        _id -= 2;
 
75
    }
 
76
    return _id;
 
77
}
 
78
QT_END_MOC_NAMESPACE