-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
32,324 additions
and
1 deletion.
There are no files selected for viewing
116 changes: 116 additions & 0 deletions
116
Demo-Source/RdzbDemo/GeneratedFiles/Debug/moc_CPreViewWnd.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
/**************************************************************************** | ||
** Meta object code from reading C++ file 'CPreViewWnd.h' | ||
** | ||
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6) | ||
** | ||
** WARNING! All changes made in this file will be lost! | ||
*****************************************************************************/ | ||
|
||
#include "StdAfx.h" | ||
#include "../../CPreViewWnd.h" | ||
#if !defined(Q_MOC_OUTPUT_REVISION) | ||
#error "The header file 'CPreViewWnd.h' doesn't include <QObject>." | ||
#elif Q_MOC_OUTPUT_REVISION != 63 | ||
#error "This file was generated using the moc from 4.8.6. It" | ||
#error "cannot be used with the include files from this version of Qt." | ||
#error "(The moc has changed too much.)" | ||
#endif | ||
|
||
QT_BEGIN_MOC_NAMESPACE | ||
static const uint qt_meta_data_CPreviewWnd[] = { | ||
|
||
// content: | ||
6, // revision | ||
0, // classname | ||
0, 0, // classinfo | ||
4, 14, // methods | ||
0, 0, // properties | ||
0, 0, // enums/sets | ||
0, 0, // constructors | ||
0, // flags | ||
2, // signalCount | ||
|
||
// signals: signature, parameters, type, tag, flags | ||
16, 13, 12, 12, 0x05, | ||
45, 12, 12, 12, 0x05, | ||
|
||
// slots: signature, parameters, type, tag, flags | ||
61, 12, 12, 12, 0x0a, | ||
72, 12, 12, 12, 0x0a, | ||
|
||
0 // eod | ||
}; | ||
|
||
static const char qt_meta_stringdata_CPreviewWnd[] = { | ||
"CPreviewWnd\0\0,,\0previewBuffer(int,int,void*)\0" | ||
"signalsupdate()\0on_timer()\0" | ||
"on_signalsupdate()\0" | ||
}; | ||
|
||
void CPreviewWnd::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | ||
{ | ||
if (_c == QMetaObject::InvokeMetaMethod) { | ||
Q_ASSERT(staticMetaObject.cast(_o)); | ||
CPreviewWnd *_t = static_cast<CPreviewWnd *>(_o); | ||
switch (_id) { | ||
case 0: _t->previewBuffer((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< void*(*)>(_a[3]))); break; | ||
case 1: _t->signalsupdate(); break; | ||
case 2: _t->on_timer(); break; | ||
case 3: _t->on_signalsupdate(); break; | ||
default: ; | ||
} | ||
} | ||
} | ||
|
||
const QMetaObjectExtraData CPreviewWnd::staticMetaObjectExtraData = { | ||
0, qt_static_metacall | ||
}; | ||
|
||
const QMetaObject CPreviewWnd::staticMetaObject = { | ||
{ &QWidget::staticMetaObject, qt_meta_stringdata_CPreviewWnd, | ||
qt_meta_data_CPreviewWnd, &staticMetaObjectExtraData } | ||
}; | ||
|
||
#ifdef Q_NO_DATA_RELOCATION | ||
const QMetaObject &CPreviewWnd::getStaticMetaObject() { return staticMetaObject; } | ||
#endif //Q_NO_DATA_RELOCATION | ||
|
||
const QMetaObject *CPreviewWnd::metaObject() const | ||
{ | ||
return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; | ||
} | ||
|
||
void *CPreviewWnd::qt_metacast(const char *_clname) | ||
{ | ||
if (!_clname) return 0; | ||
if (!strcmp(_clname, qt_meta_stringdata_CPreviewWnd)) | ||
return static_cast<void*>(const_cast< CPreviewWnd*>(this)); | ||
return QWidget::qt_metacast(_clname); | ||
} | ||
|
||
int CPreviewWnd::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | ||
{ | ||
_id = QWidget::qt_metacall(_c, _id, _a); | ||
if (_id < 0) | ||
return _id; | ||
if (_c == QMetaObject::InvokeMetaMethod) { | ||
if (_id < 4) | ||
qt_static_metacall(this, _c, _id, _a); | ||
_id -= 4; | ||
} | ||
return _id; | ||
} | ||
|
||
// SIGNAL 0 | ||
void CPreviewWnd::previewBuffer(int _t1, int _t2, void * _t3) | ||
{ | ||
void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)) }; | ||
QMetaObject::activate(this, &staticMetaObject, 0, _a); | ||
} | ||
|
||
// SIGNAL 1 | ||
void CPreviewWnd::signalsupdate() | ||
{ | ||
QMetaObject::activate(this, &staticMetaObject, 1, 0); | ||
} | ||
QT_END_MOC_NAMESPACE |
111 changes: 111 additions & 0 deletions
111
Demo-Source/RdzbDemo/GeneratedFiles/Debug/moc_CRangeSlider.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
/**************************************************************************** | ||
** Meta object code from reading C++ file 'CRangeSlider.h' | ||
** | ||
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6) | ||
** | ||
** WARNING! All changes made in this file will be lost! | ||
*****************************************************************************/ | ||
|
||
#include "StdAfx.h" | ||
#include "../../CRangeSlider.h" | ||
#if !defined(Q_MOC_OUTPUT_REVISION) | ||
#error "The header file 'CRangeSlider.h' doesn't include <QObject>." | ||
#elif Q_MOC_OUTPUT_REVISION != 63 | ||
#error "This file was generated using the moc from 4.8.6. It" | ||
#error "cannot be used with the include files from this version of Qt." | ||
#error "(The moc has changed too much.)" | ||
#endif | ||
|
||
QT_BEGIN_MOC_NAMESPACE | ||
static const uint qt_meta_data_CRangeSlider[] = { | ||
|
||
// content: | ||
6, // revision | ||
0, // classname | ||
0, 0, // classinfo | ||
2, 14, // methods | ||
0, 0, // properties | ||
0, 0, // enums/sets | ||
0, 0, // constructors | ||
0, // flags | ||
2, // signalCount | ||
|
||
// signals: signature, parameters, type, tag, flags | ||
24, 14, 13, 13, 0x05, | ||
58, 51, 13, 13, 0x05, | ||
|
||
0 // eod | ||
}; | ||
|
||
static const char qt_meta_stringdata_CRangeSlider[] = { | ||
"CRangeSlider\0\0fMin,fMax\0" | ||
"areaChanged(double,double)\0fValue\0" | ||
"valueChanged(double)\0" | ||
}; | ||
|
||
void CRangeSlider::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | ||
{ | ||
if (_c == QMetaObject::InvokeMetaMethod) { | ||
Q_ASSERT(staticMetaObject.cast(_o)); | ||
CRangeSlider *_t = static_cast<CRangeSlider *>(_o); | ||
switch (_id) { | ||
case 0: _t->areaChanged((*reinterpret_cast< double(*)>(_a[1])),(*reinterpret_cast< double(*)>(_a[2]))); break; | ||
case 1: _t->valueChanged((*reinterpret_cast< double(*)>(_a[1]))); break; | ||
default: ; | ||
} | ||
} | ||
} | ||
|
||
const QMetaObjectExtraData CRangeSlider::staticMetaObjectExtraData = { | ||
0, qt_static_metacall | ||
}; | ||
|
||
const QMetaObject CRangeSlider::staticMetaObject = { | ||
{ &QWidget::staticMetaObject, qt_meta_stringdata_CRangeSlider, | ||
qt_meta_data_CRangeSlider, &staticMetaObjectExtraData } | ||
}; | ||
|
||
#ifdef Q_NO_DATA_RELOCATION | ||
const QMetaObject &CRangeSlider::getStaticMetaObject() { return staticMetaObject; } | ||
#endif //Q_NO_DATA_RELOCATION | ||
|
||
const QMetaObject *CRangeSlider::metaObject() const | ||
{ | ||
return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; | ||
} | ||
|
||
void *CRangeSlider::qt_metacast(const char *_clname) | ||
{ | ||
if (!_clname) return 0; | ||
if (!strcmp(_clname, qt_meta_stringdata_CRangeSlider)) | ||
return static_cast<void*>(const_cast< CRangeSlider*>(this)); | ||
return QWidget::qt_metacast(_clname); | ||
} | ||
|
||
int CRangeSlider::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | ||
{ | ||
_id = QWidget::qt_metacall(_c, _id, _a); | ||
if (_id < 0) | ||
return _id; | ||
if (_c == QMetaObject::InvokeMetaMethod) { | ||
if (_id < 2) | ||
qt_static_metacall(this, _c, _id, _a); | ||
_id -= 2; | ||
} | ||
return _id; | ||
} | ||
|
||
// SIGNAL 0 | ||
void CRangeSlider::areaChanged(double _t1, double _t2) | ||
{ | ||
void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) }; | ||
QMetaObject::activate(this, &staticMetaObject, 0, _a); | ||
} | ||
|
||
// SIGNAL 1 | ||
void CRangeSlider::valueChanged(double _t1) | ||
{ | ||
void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) }; | ||
QMetaObject::activate(this, &staticMetaObject, 1, _a); | ||
} | ||
QT_END_MOC_NAMESPACE |
134 changes: 134 additions & 0 deletions
134
Demo-Source/RdzbDemo/GeneratedFiles/Debug/moc_ChipItem.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
/**************************************************************************** | ||
** Meta object code from reading C++ file 'ChipItem.h' | ||
** | ||
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6) | ||
** | ||
** WARNING! All changes made in this file will be lost! | ||
*****************************************************************************/ | ||
|
||
#include "StdAfx.h" | ||
#include "../../ChipItem.h" | ||
#if !defined(Q_MOC_OUTPUT_REVISION) | ||
#error "The header file 'ChipItem.h' doesn't include <QObject>." | ||
#elif Q_MOC_OUTPUT_REVISION != 63 | ||
#error "This file was generated using the moc from 4.8.6. It" | ||
#error "cannot be used with the include files from this version of Qt." | ||
#error "(The moc has changed too much.)" | ||
#endif | ||
|
||
QT_BEGIN_MOC_NAMESPACE | ||
static const uint qt_meta_data_ChipItem[] = { | ||
|
||
// content: | ||
6, // revision | ||
0, // classname | ||
0, 0, // classinfo | ||
15, 14, // methods | ||
0, 0, // properties | ||
0, 0, // enums/sets | ||
0, 0, // constructors | ||
0, // flags | ||
0, // signalCount | ||
|
||
// slots: signature, parameters, type, tag, flags | ||
20, 10, 9, 9, 0x0a, | ||
73, 66, 9, 9, 0x0a, | ||
113, 9, 9, 9, 0x0a, | ||
150, 142, 9, 9, 0x0a, | ||
179, 142, 9, 9, 0x0a, | ||
206, 142, 9, 9, 0x0a, | ||
236, 9, 9, 9, 0x0a, | ||
268, 9, 9, 9, 0x0a, | ||
302, 9, 9, 9, 0x0a, | ||
337, 9, 9, 9, 0x0a, | ||
358, 9, 9, 9, 0x0a, | ||
380, 9, 9, 9, 0x0a, | ||
401, 142, 9, 9, 0x0a, | ||
432, 426, 9, 9, 0x0a, | ||
470, 9, 9, 9, 0x0a, | ||
|
||
0 // eod | ||
}; | ||
|
||
static const char qt_meta_stringdata_ChipItem[] = { | ||
"ChipItem\0\0fMin,fMax\0" | ||
"on_widPlayProgress_areaChanged(double,double)\0" | ||
"fValue\0on_widPlayProgress_valueChanged(double)\0" | ||
"on_timPlayProgress_timeout()\0checked\0" | ||
"on_chkHideChip_clicked(bool)\0" | ||
"on_butMiddle_clicked(bool)\0" | ||
"on_butScaleFull_clicked(bool)\0" | ||
"on_Up_Chip_pushButton_clicked()\0" | ||
"on_Down_Chip_pushButton_clicked()\0" | ||
"on_Close_Chip_pushButton_clicked()\0" | ||
"on_butPlay_clicked()\0on_butPause_clicked()\0" | ||
"on_butStop_clicked()\0on_chkMute_clicked(bool)\0" | ||
"value\0on_horizontalSlider_valueChanged(int)\0" | ||
"on_pushButton_Revise_Txt_clicked()\0" | ||
}; | ||
|
||
void ChipItem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | ||
{ | ||
if (_c == QMetaObject::InvokeMetaMethod) { | ||
Q_ASSERT(staticMetaObject.cast(_o)); | ||
ChipItem *_t = static_cast<ChipItem *>(_o); | ||
switch (_id) { | ||
case 0: _t->on_widPlayProgress_areaChanged((*reinterpret_cast< double(*)>(_a[1])),(*reinterpret_cast< double(*)>(_a[2]))); break; | ||
case 1: _t->on_widPlayProgress_valueChanged((*reinterpret_cast< double(*)>(_a[1]))); break; | ||
case 2: _t->on_timPlayProgress_timeout(); break; | ||
case 3: _t->on_chkHideChip_clicked((*reinterpret_cast< bool(*)>(_a[1]))); break; | ||
case 4: _t->on_butMiddle_clicked((*reinterpret_cast< bool(*)>(_a[1]))); break; | ||
case 5: _t->on_butScaleFull_clicked((*reinterpret_cast< bool(*)>(_a[1]))); break; | ||
case 6: _t->on_Up_Chip_pushButton_clicked(); break; | ||
case 7: _t->on_Down_Chip_pushButton_clicked(); break; | ||
case 8: _t->on_Close_Chip_pushButton_clicked(); break; | ||
case 9: _t->on_butPlay_clicked(); break; | ||
case 10: _t->on_butPause_clicked(); break; | ||
case 11: _t->on_butStop_clicked(); break; | ||
case 12: _t->on_chkMute_clicked((*reinterpret_cast< bool(*)>(_a[1]))); break; | ||
case 13: _t->on_horizontalSlider_valueChanged((*reinterpret_cast< int(*)>(_a[1]))); break; | ||
case 14: _t->on_pushButton_Revise_Txt_clicked(); break; | ||
default: ; | ||
} | ||
} | ||
} | ||
|
||
const QMetaObjectExtraData ChipItem::staticMetaObjectExtraData = { | ||
0, qt_static_metacall | ||
}; | ||
|
||
const QMetaObject ChipItem::staticMetaObject = { | ||
{ &QWidget::staticMetaObject, qt_meta_stringdata_ChipItem, | ||
qt_meta_data_ChipItem, &staticMetaObjectExtraData } | ||
}; | ||
|
||
#ifdef Q_NO_DATA_RELOCATION | ||
const QMetaObject &ChipItem::getStaticMetaObject() { return staticMetaObject; } | ||
#endif //Q_NO_DATA_RELOCATION | ||
|
||
const QMetaObject *ChipItem::metaObject() const | ||
{ | ||
return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; | ||
} | ||
|
||
void *ChipItem::qt_metacast(const char *_clname) | ||
{ | ||
if (!_clname) return 0; | ||
if (!strcmp(_clname, qt_meta_stringdata_ChipItem)) | ||
return static_cast<void*>(const_cast< ChipItem*>(this)); | ||
return QWidget::qt_metacast(_clname); | ||
} | ||
|
||
int ChipItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | ||
{ | ||
_id = QWidget::qt_metacall(_c, _id, _a); | ||
if (_id < 0) | ||
return _id; | ||
if (_c == QMetaObject::InvokeMetaMethod) { | ||
if (_id < 15) | ||
qt_static_metacall(this, _c, _id, _a); | ||
_id -= 15; | ||
} | ||
return _id; | ||
} | ||
QT_END_MOC_NAMESPACE |
Oops, something went wrong.