⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 moc_stadialog.cpp

📁 大学时用c++做的计算器
💻 CPP
字号:
/****************************************************************************
** Meta object code from reading C++ file 'stadialog.h'
**
** Created: ??? ?? 23 10:00:44 2005
**      by: The Qt Meta Object Compiler version 58 (Qt 4.0.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "stadialog.h"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'stadialog.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 58
#error "This file was generated using the moc from 4.0.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

static const uint qt_meta_data_StatisticDialog[] = {

 // content:
       1,       // revision
       0,       // classname
       0,    0, // classinfo
       8,   10, // methods
       0,    0, // properties
       0,    0, // enums/sets

 // signals: signature, parameters, type, tag, flags
      17,   16,   16,   16, 0x05,
      35,   29,   16,   16, 0x05,
      48,   29,   16,   16, 0x05,
      63,   16,   16,   16, 0x05,

 // slots: signature, parameters, type, tag, flags
      77,   16,   16,   16, 0x09,
      93,   16,   16,   16, 0x09,
     107,   16,   16,   16, 0x09,
     123,   16,   16,   16, 0x09,

       0        // eod
};

static const char qt_meta_stringdata_StatisticDialog[] = {
    "StatisticDialog\0\0staReturn()\0index\0staLoad(int)\0staDelete(int)\0"
    "staClearAll()\0returnClicked()\0loadClicked()\0deleteClicked()\0"
    "clearAllClicked()\0"
};

const QMetaObject StatisticDialog::staticMetaObject = {
    { &QDialog::staticMetaObject, qt_meta_stringdata_StatisticDialog,
      qt_meta_data_StatisticDialog, 0 }
};

const QMetaObject *StatisticDialog::metaObject() const
{
    return &staticMetaObject;
}

void *StatisticDialog::qt_metacast(const char *_clname)
{
    if (!_clname) return 0;
    if (!strcmp(_clname, qt_meta_stringdata_StatisticDialog))
	return static_cast<void*>(const_cast<StatisticDialog*>(this));
    return QDialog::qt_metacast(_clname);
}

int StatisticDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = QDialog::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
        switch (_id) {
        case 0: staReturn(); break;
        case 1: staLoad(*(int*)_a[1]); break;
        case 2: staDelete(*(int*)_a[1]); break;
        case 3: staClearAll(); break;
        case 4: returnClicked(); break;
        case 5: loadClicked(); break;
        case 6: deleteClicked(); break;
        case 7: clearAllClicked(); break;
        }
        _id -= 8;
    }
    return _id;
}

// SIGNAL 0
void StatisticDialog::staReturn()
{
    QMetaObject::activate(this, &staticMetaObject, 0, 0);
};

// SIGNAL 1
void StatisticDialog::staLoad(int _t1)
{
    void *_a[] = { 0, (void*)&_t1 };
    QMetaObject::activate(this, &staticMetaObject, 1, _a);
}

// SIGNAL 2
void StatisticDialog::staDelete(int _t1)
{
    void *_a[] = { 0, (void*)&_t1 };
    QMetaObject::activate(this, &staticMetaObject, 2, _a);
}

// SIGNAL 3
void StatisticDialog::staClearAll()
{
    QMetaObject::activate(this, &staticMetaObject, 3, 0);
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -