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

📄 moc_mainwindow.cpp

📁 一个关于snake算法的VISUAL C++的实现
💻 CPP
字号:
/****************************************************************************
** Meta object code from reading C++ file 'MainWindow.h'
**
** Created: Fr 7. Jul 00:43:59 2006
**      by: The Qt Meta Object Compiler version 59 (Qt 4.1.4)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "MainWindow.h"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'MainWindow.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 59
#error "This file was generated using the moc from 4.1.4. 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_MainWindow[] = {

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

 // signals: signature, parameters, type, tag, flags
      12,   11,   11,   11, 0x05,
      39,   11,   11,   11, 0x05,
      59,   11,   11,   11, 0x05,
      85,   11,   11,   11, 0x05,
     103,   11,   11,   11, 0x05,
     123,   11,   11,   11, 0x05,
     144,   11,   11,   11, 0x05,

 // slots: signature, parameters, type, tag, flags
     166,   11,   11,   11, 0x08,
     177,   11,   11,   11, 0x08,
     194,   11,   11,   11, 0x08,
     219,   11,   11,   11, 0x08,
     243,   11,   11,   11, 0x08,
     272,   11,   11,   11, 0x08,
     290,   11,   11,   11, 0x08,
     309,   11,   11,   11, 0x08,

       0        // eod
};

static const char qt_meta_stringdata_MainWindow[] = {
    "MainWindow\0\0signalSnakeButtonPressed()\0signalImageOpened()\0"
    "signalDemoButtonPressed()\0signalInitCurve()\0signalIterationOn()\0"
    "signalIterationOff()\0signalIterationStep()\0slotOpen()\0"
    "slotZoomNormal()\0slotSnakeButtonPressed()\0slotDemoButtonPressed()\0"
    "slotInitCurveButtonPressed()\0slotIterationOn()\0slotIterationOff()\0"
    "slotIterationStep()\0"
};

const QMetaObject MainWindow::staticMetaObject = {
    { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
      qt_meta_data_MainWindow, 0 }
};

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

void *MainWindow::qt_metacast(const char *_clname)
{
    if (!_clname) return 0;
    if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
	return static_cast<void*>(const_cast<MainWindow*>(this));
    if (!strcmp(_clname, "Ui_MainWindow"))
	return static_cast<Ui_MainWindow*>(const_cast<MainWindow*>(this));
    return QMainWindow::qt_metacast(_clname);
}

int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = QMainWindow::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
        switch (_id) {
        case 0: signalSnakeButtonPressed(); break;
        case 1: signalImageOpened(); break;
        case 2: signalDemoButtonPressed(); break;
        case 3: signalInitCurve(); break;
        case 4: signalIterationOn(); break;
        case 5: signalIterationOff(); break;
        case 6: signalIterationStep(); break;
        case 7: slotOpen(); break;
        case 8: slotZoomNormal(); break;
        case 9: slotSnakeButtonPressed(); break;
        case 10: slotDemoButtonPressed(); break;
        case 11: slotInitCurveButtonPressed(); break;
        case 12: slotIterationOn(); break;
        case 13: slotIterationOff(); break;
        case 14: slotIterationStep(); break;
        }
        _id -= 15;
    }
    return _id;
}

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

// SIGNAL 1
void MainWindow::signalImageOpened()
{
    QMetaObject::activate(this, &staticMetaObject, 1, 0);
}

// SIGNAL 2
void MainWindow::signalDemoButtonPressed()
{
    QMetaObject::activate(this, &staticMetaObject, 2, 0);
}

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

// SIGNAL 4
void MainWindow::signalIterationOn()
{
    QMetaObject::activate(this, &staticMetaObject, 4, 0);
}

// SIGNAL 5
void MainWindow::signalIterationOff()
{
    QMetaObject::activate(this, &staticMetaObject, 5, 0);
}

// SIGNAL 6
void MainWindow::signalIterationStep()
{
    QMetaObject::activate(this, &staticMetaObject, 6, 0);
}

⌨️ 快捷键说明

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