You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
198 lines
7.6 KiB
C++
198 lines
7.6 KiB
C++
/****************************************************************************
|
|
** Meta object code from reading C++ file 'gui_srv.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 "inc/gui_srv.h"
|
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
#error "The header file 'gui_srv.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_gui_srv[] = {
|
|
|
|
// content:
|
|
6, // revision
|
|
0, // classname
|
|
0, 0, // classinfo
|
|
28, 14, // methods
|
|
0, 0, // properties
|
|
0, 0, // enums/sets
|
|
0, 0, // constructors
|
|
0, // flags
|
|
4, // signalCount
|
|
|
|
// signals: signature, parameters, type, tag, flags
|
|
9, 8, 8, 8, 0x05,
|
|
35, 33, 8, 8, 0x05,
|
|
72, 33, 8, 8, 0x05,
|
|
115, 112, 8, 8, 0x05,
|
|
|
|
// slots: signature, parameters, type, tag, flags
|
|
151, 8, 8, 8, 0x0a,
|
|
170, 8, 8, 8, 0x08,
|
|
198, 8, 8, 8, 0x08,
|
|
225, 8, 8, 8, 0x08,
|
|
250, 8, 8, 8, 0x08,
|
|
277, 8, 8, 8, 0x08,
|
|
307, 8, 8, 8, 0x08,
|
|
338, 8, 8, 8, 0x08,
|
|
370, 8, 8, 8, 0x08,
|
|
415, 403, 8, 8, 0x08,
|
|
452, 403, 8, 8, 0x08,
|
|
496, 492, 8, 8, 0x08,
|
|
528, 520, 8, 8, 0x08,
|
|
557, 8, 8, 8, 0x08,
|
|
576, 8, 8, 8, 0x08,
|
|
596, 8, 8, 8, 0x08,
|
|
620, 8, 8, 8, 0x08,
|
|
641, 8, 8, 8, 0x08,
|
|
659, 8, 8, 8, 0x08,
|
|
681, 8, 8, 8, 0x08,
|
|
706, 8, 8, 8, 0x08,
|
|
726, 8, 8, 8, 0x08,
|
|
746, 8, 8, 8, 0x08,
|
|
770, 753, 8, 8, 0x08,
|
|
|
|
0 // eod
|
|
};
|
|
|
|
static const char qt_meta_stringdata_gui_srv[] = {
|
|
"gui_srv\0\0out_put_signal(QString)\0,\0"
|
|
"s_connectedToChnl(ST_INT,AC_CHANNEL)\0"
|
|
"s_disconnectedToChnl(ST_INT,AC_CHANNEL)\0"
|
|
",,\0s_ftp_filetran(QString,QString,int)\0"
|
|
"print_log(QString)\0on_action_clear_triggered()\0"
|
|
"on_action_exit_triggered()\0"
|
|
"on_action_sg_triggered()\0"
|
|
"on_action_ctrl_triggered()\0"
|
|
"on_action_refresh_triggered()\0"
|
|
"on_action_filetran_triggered()\0"
|
|
"on_action_paramtodb_triggered()\0"
|
|
"on_action_clearparam_triggered()\0"
|
|
"srv_id,chnl\0t_connectedToChnl(ST_INT,AC_CHANNEL)\0"
|
|
"t_disconnectedToChnl(ST_INT,AC_CHANNEL)\0"
|
|
"pos\0ShowContextMenu(QPoint)\0qmindex\0"
|
|
"treeViewclicked(QModelIndex)\0"
|
|
"act_read_clicked()\0act_write_clicked()\0"
|
|
"act_directory_clicked()\0act_report_clicked()\0"
|
|
"act_log_clicked()\0act_control_clicked()\0"
|
|
"act_fixedValue_clicked()\0act_connA_clicked()\0"
|
|
"act_connB_clicked()\0test()\0sor,dev,trantype\0"
|
|
"t_ftp_filetran(QString,QString,int)\0"
|
|
};
|
|
|
|
void gui_srv::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
Q_ASSERT(staticMetaObject.cast(_o));
|
|
gui_srv *_t = static_cast<gui_srv *>(_o);
|
|
switch (_id) {
|
|
case 0: _t->out_put_signal((*reinterpret_cast< QString(*)>(_a[1]))); break;
|
|
case 1: _t->s_connectedToChnl((*reinterpret_cast< ST_INT(*)>(_a[1])),(*reinterpret_cast< AC_CHANNEL(*)>(_a[2]))); break;
|
|
case 2: _t->s_disconnectedToChnl((*reinterpret_cast< ST_INT(*)>(_a[1])),(*reinterpret_cast< AC_CHANNEL(*)>(_a[2]))); break;
|
|
case 3: _t->s_ftp_filetran((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
|
|
case 4: _t->print_log((*reinterpret_cast< QString(*)>(_a[1]))); break;
|
|
case 5: _t->on_action_clear_triggered(); break;
|
|
case 6: _t->on_action_exit_triggered(); break;
|
|
case 7: _t->on_action_sg_triggered(); break;
|
|
case 8: _t->on_action_ctrl_triggered(); break;
|
|
case 9: _t->on_action_refresh_triggered(); break;
|
|
case 10: _t->on_action_filetran_triggered(); break;
|
|
case 11: _t->on_action_paramtodb_triggered(); break;
|
|
case 12: _t->on_action_clearparam_triggered(); break;
|
|
case 13: _t->t_connectedToChnl((*reinterpret_cast< ST_INT(*)>(_a[1])),(*reinterpret_cast< AC_CHANNEL(*)>(_a[2]))); break;
|
|
case 14: _t->t_disconnectedToChnl((*reinterpret_cast< ST_INT(*)>(_a[1])),(*reinterpret_cast< AC_CHANNEL(*)>(_a[2]))); break;
|
|
case 15: _t->ShowContextMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
|
|
case 16: _t->treeViewclicked((*reinterpret_cast< QModelIndex(*)>(_a[1]))); break;
|
|
case 17: _t->act_read_clicked(); break;
|
|
case 18: _t->act_write_clicked(); break;
|
|
case 19: _t->act_directory_clicked(); break;
|
|
case 20: _t->act_report_clicked(); break;
|
|
case 21: _t->act_log_clicked(); break;
|
|
case 22: _t->act_control_clicked(); break;
|
|
case 23: _t->act_fixedValue_clicked(); break;
|
|
case 24: _t->act_connA_clicked(); break;
|
|
case 25: _t->act_connB_clicked(); break;
|
|
case 26: _t->test(); break;
|
|
case 27: _t->t_ftp_filetran((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
|
|
default: ;
|
|
}
|
|
}
|
|
}
|
|
|
|
const QMetaObjectExtraData gui_srv::staticMetaObjectExtraData = {
|
|
0, qt_static_metacall
|
|
};
|
|
|
|
const QMetaObject gui_srv::staticMetaObject = {
|
|
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_gui_srv,
|
|
qt_meta_data_gui_srv, &staticMetaObjectExtraData }
|
|
};
|
|
|
|
#ifdef Q_NO_DATA_RELOCATION
|
|
const QMetaObject &gui_srv::getStaticMetaObject() { return staticMetaObject; }
|
|
#endif //Q_NO_DATA_RELOCATION
|
|
|
|
const QMetaObject *gui_srv::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
|
|
}
|
|
|
|
void *gui_srv::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return 0;
|
|
if (!strcmp(_clname, qt_meta_stringdata_gui_srv))
|
|
return static_cast<void*>(const_cast< gui_srv*>(this));
|
|
return QMainWindow::qt_metacast(_clname);
|
|
}
|
|
|
|
int gui_srv::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) {
|
|
if (_id < 28)
|
|
qt_static_metacall(this, _c, _id, _a);
|
|
_id -= 28;
|
|
}
|
|
return _id;
|
|
}
|
|
|
|
// SIGNAL 0
|
|
void gui_srv::out_put_signal(QString _t1)
|
|
{
|
|
void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
|
|
QMetaObject::activate(this, &staticMetaObject, 0, _a);
|
|
}
|
|
|
|
// SIGNAL 1
|
|
void gui_srv::s_connectedToChnl(ST_INT _t1, AC_CHANNEL _t2)
|
|
{
|
|
void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
|
|
QMetaObject::activate(this, &staticMetaObject, 1, _a);
|
|
}
|
|
|
|
// SIGNAL 2
|
|
void gui_srv::s_disconnectedToChnl(ST_INT _t1, AC_CHANNEL _t2)
|
|
{
|
|
void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
|
|
QMetaObject::activate(this, &staticMetaObject, 2, _a);
|
|
}
|
|
|
|
// SIGNAL 3
|
|
void gui_srv::s_ftp_filetran(QString _t1, QString _t2, int _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, 3, _a);
|
|
}
|
|
QT_END_MOC_NAMESPACE
|