Changeset b23848e in mmcs for moc_formexportreport.cpp


Ignore:
Timestamp:
Sep 14, 2016, 11:22:49 AM (8 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
b0c244f
Parents:
dfabbb4
Message:

Agregada la funcionalidad para exportar el gráfico de encadenamientos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • moc_formexportreport.cpp

    re62517a rb23848e  
    2020QT_BEGIN_MOC_NAMESPACE
    2121struct qt_meta_stringdata_FormExportReport_t {
    22     QByteArrayData data[5];
    23     char stringdata[52];
     22    QByteArrayData data[7];
     23    char stringdata[87];
    2424};
    2525#define QT_MOC_LITERAL(idx, ofs, len) \
     
    3434QT_MOC_LITERAL(2, 30, 0),
    3535QT_MOC_LITERAL(3, 31, 8),
    36 QT_MOC_LITERAL(4, 40, 11)
     36QT_MOC_LITERAL(4, 40, 11),
     37QT_MOC_LITERAL(5, 52, 15),
     38QT_MOC_LITERAL(6, 68, 18)
    3739    },
    3840    "FormExportReport\0formAccepted\0\0slotLoad\0"
    39     "slotClicked"
     41    "slotClicked\0slotLoadGraphic\0"
     42    "slotClickedGraphic"
    4043};
    4144#undef QT_MOC_LITERAL
     
    4750       0,       // classname
    4851       0,    0, // classinfo
    49        3,   14, // methods
     52       5,   14, // methods
    5053       0,    0, // properties
    5154       0,    0, // enums/sets
     
    5558
    5659 // signals: name, argc, parameters, tag, flags
    57        1,    1,   29,    2, 0x06 /* Public */,
     60       1,    2,   39,    2, 0x06 /* Public */,
    5861
    5962 // slots: name, argc, parameters, tag, flags
    60        3,    0,   32,    2, 0x0a /* Public */,
    61        4,    0,   33,    2, 0x0a /* Public */,
     63       3,    0,   44,    2, 0x0a /* Public */,
     64       4,    0,   45,    2, 0x0a /* Public */,
     65       5,    0,   46,    2, 0x0a /* Public */,
     66       6,    0,   47,    2, 0x0a /* Public */,
    6267
    6368 // signals: parameters
    64     QMetaType::Void, QMetaType::QString,    2,
     69    QMetaType::Void, QMetaType::QString, QMetaType::Bool,    2,    2,
    6570
    6671 // slots: parameters
     72    QMetaType::Void,
     73    QMetaType::Void,
    6774    QMetaType::Void,
    6875    QMetaType::Void,
     
    7683        FormExportReport *_t = static_cast<FormExportReport *>(_o);
    7784        switch (_id) {
    78         case 0: _t->formAccepted((*reinterpret_cast< QString(*)>(_a[1]))); break;
     85        case 0: _t->formAccepted((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
    7986        case 1: _t->slotLoad(); break;
    8087        case 2: _t->slotClicked(); break;
     88        case 3: _t->slotLoadGraphic(); break;
     89        case 4: _t->slotClickedGraphic(); break;
    8190        default: ;
    8291        }
     
    8594        void **func = reinterpret_cast<void **>(_a[1]);
    8695        {
    87             typedef void (FormExportReport::*_t)(QString );
     96            typedef void (FormExportReport::*_t)(QString , bool );
    8897            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&FormExportReport::formAccepted)) {
    8998                *result = 0;
     
    118127        return _id;
    119128    if (_c == QMetaObject::InvokeMetaMethod) {
    120         if (_id < 3)
     129        if (_id < 5)
    121130            qt_static_metacall(this, _c, _id, _a);
    122         _id -= 3;
     131        _id -= 5;
    123132    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
    124         if (_id < 3)
     133        if (_id < 5)
    125134            *reinterpret_cast<int*>(_a[0]) = -1;
    126         _id -= 3;
     135        _id -= 5;
    127136    }
    128137    return _id;
     
    130139
    131140// SIGNAL 0
    132 void FormExportReport::formAccepted(QString _t1)
     141void FormExportReport::formAccepted(QString _t1, bool _t2)
    133142{
    134     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
     143    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
    135144    QMetaObject::activate(this, &staticMetaObject, 0, _a);
    136145}
Note: See TracChangeset for help on using the changeset viewer.