?? moc_data_plot.cpp
字號(hào):
/****************************************************************************** Meta object code from reading C++ file 'data_plot.h'**** Created: Sun Nov 30 00:36:51 2008** by: The Qt Meta Object Compiler version 59 (Qt 4.3.2)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#include "../data_plot.h"#if !defined(Q_MOC_OUTPUT_REVISION)#error "The header file 'data_plot.h' doesn't include <QObject>."#elif Q_MOC_OUTPUT_REVISION != 59#error "This file was generated using the moc from 4.3.2. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifstatic const uint qt_meta_data_DataPlot[] = { // content: 1, // revision 0, // classname 0, 0, // classinfo 1, 10, // methods 0, 0, // properties 0, 0, // enums/sets // slots: signature, parameters, type, tag, flags 19, 10, 9, 9, 0x0a, 0 // eod};static const char qt_meta_stringdata_DataPlot[] = { "DataPlot\0\0interval\0setTimerInterval(double)\0"};const QMetaObject DataPlot::staticMetaObject = { { &QwtPlot::staticMetaObject, qt_meta_stringdata_DataPlot, qt_meta_data_DataPlot, 0 }};const QMetaObject *DataPlot::metaObject() const{ return &staticMetaObject;}void *DataPlot::qt_metacast(const char *_clname){ if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_DataPlot)) return static_cast<void*>(const_cast< DataPlot*>(this)); return QwtPlot::qt_metacast(_clname);}int DataPlot::qt_metacall(QMetaObject::Call _c, int _id, void **_a){ _id = QwtPlot::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: setTimerInterval((*reinterpret_cast< double(*)>(_a[1]))); break; } _id -= 1; } return _id;}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -