Changeset fa3f7a3 in mmcs for moc_mainwindow.cpp


Ignore:
Timestamp:
Sep 3, 2015, 4:31:26 PM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master, matrices
Children:
1a6f6fb
Parents:
e506dab
Message:

agregada funcionabilidad de escenarios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • moc_mainwindow.cpp

    re506dab rfa3f7a3  
    22** Meta object code from reading C++ file 'mainwindow.H'
    33**
    4 ** Created: Tue Aug 25 10:34:20 2015
     4** Created: Thu Sep 3 14:39:54 2015
    55**      by: The Qt Meta Object Compiler version 63 (Qt 4.8.2)
    66**
     
    2424       0,       // classname
    2525       0,    0, // classinfo
    26       23,   14, // methods
     26      29,   14, // methods
    2727       0,    0, // properties
    2828       0,    0, // enums/sets
     
    4848     333,   11,   11,   11, 0x08,
    4949     355,   11,   11,   11, 0x08,
    50      364,   11,   11,   11, 0x08,
    51      386,   11,   11,   11, 0x08,
    52      412,   11,   11,   11, 0x08,
    53      440,   11,   11,   11, 0x08,
    54      464,   11,   11,   11, 0x08,
     50     373,   11,   11,   11, 0x08,
     51     382,   11,   11,   11, 0x08,
     52     404,   11,   11,   11, 0x08,
     53     430,   11,   11,   11, 0x08,
     54     458,   11,   11,   11, 0x08,
    5555     482,   11,   11,   11, 0x08,
    56      499,   11,   11,   11, 0x08,
     56     500,   11,   11,   11, 0x08,
     57     517,   11,   11,   11, 0x08,
     58     536,   11,   11,   11, 0x08,
     59     556,   11,   11,   11, 0x08,
     60     576,   11,   11,   11, 0x08,
     61     597,   11,   11,   11, 0x08,
     62     622,   11,   11,   11, 0x08,
    5763
    5864       0        // eod
     
    6975    "slotVariableExogena()\0slotCloseExogena()\0"
    7076    "slotAgregarExogena()\0slotFinalizarExogena()\0"
    71     "slotDeshacerExogena()\0slotLa()\0"
    72     "slotEncadenamientos()\0slotCloseEncadenamiento()\0"
     77    "slotDeshacerExogena()\0slotCTVEndogena()\0"
     78    "slotMa()\0slotEncadenamientos()\0"
     79    "slotCloseEncadenamiento()\0"
    7380    "slotAgregarEncadenamiento()\0"
    7481    "slotVerEncadenamiento()\0slotCloseExport()\0"
    7582    "slotSaveExport()\0slotSearchExport()\0"
     83    "slotModeloClasico()\0calcularEscenario()\0"
     84    "finalizarEscenario()\0slotCompararResultados()\0"
     85    "slotVerResultado()\0"
    7686};
    7787
     
    97107        case 13: _t->slotFinalizarExogena(); break;
    98108        case 14: _t->slotDeshacerExogena(); break;
    99         case 15: _t->slotLa(); break;
    100         case 16: _t->slotEncadenamientos(); break;
    101         case 17: _t->slotCloseEncadenamiento(); break;
    102         case 18: _t->slotAgregarEncadenamiento(); break;
    103         case 19: _t->slotVerEncadenamiento(); break;
    104         case 20: _t->slotCloseExport(); break;
    105         case 21: _t->slotSaveExport(); break;
    106         case 22: _t->slotSearchExport(); break;
     109        case 15: _t->slotCTVEndogena(); break;
     110        case 16: _t->slotMa(); break;
     111        case 17: _t->slotEncadenamientos(); break;
     112        case 18: _t->slotCloseEncadenamiento(); break;
     113        case 19: _t->slotAgregarEncadenamiento(); break;
     114        case 20: _t->slotVerEncadenamiento(); break;
     115        case 21: _t->slotCloseExport(); break;
     116        case 22: _t->slotSaveExport(); break;
     117        case 23: _t->slotSearchExport(); break;
     118        case 24: _t->slotModeloClasico(); break;
     119        case 25: _t->calcularEscenario(); break;
     120        case 26: _t->finalizarEscenario(); break;
     121        case 27: _t->slotCompararResultados(); break;
     122        case 28: _t->slotVerResultado(); break;
    107123        default: ;
    108124        }
     
    142158        return _id;
    143159    if (_c == QMetaObject::InvokeMetaMethod) {
    144         if (_id < 23)
     160        if (_id < 29)
    145161            qt_static_metacall(this, _c, _id, _a);
    146         _id -= 23;
     162        _id -= 29;
    147163    }
    148164    return _id;
Note: See TracChangeset for help on using the changeset viewer.