Changeset b1ef0b1 in mmcs for mainwindow.H


Ignore:
Timestamp:
Sep 25, 2015, 8:16:14 AM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master
Children:
32f758e
Parents:
07b8f66
Message:

modificacion de menu herramientas, alerta al cargar la matriz, cambio de nombre de algunas pestañas, implementacion de menu visualizacion con opcion seleccionar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.H

    r07b8f66 rb1ef0b1  
    4040    QMenu menuHelp;
    4141
    42     QMenu EndoExo;
    4342    QMenu CoeficientesTecnicos;
     43    QMenu Encadenamientos;
    4444
    4545    QMenu Modelos;
     
    5959    QAction actionCV;
    6060    QAction actionVariableExogena;
    61     QAction actionCTVEndEx;
    62     QAction actionLa;
    6361
    6462    QAction actionEncadenamiento;
     63    QAction actionClasificarCuentas;
    6564
    6665    QAction actionModeloClasico;
     
    8079    QAction actionPNHIncidenciaCuenta;
    8180    QAction actionPNHIncidenciaComponente;
     81
     82    QAction actionSeleccionarTabla;
    8283
    8384    QTableWidget * tableWidget;
     
    134135    QVector<double> Vpond;
    135136
     137    int cantidadSelecciones;
    136138    int cantidadEncadenamientos;
    137139    int cantidadEscenarios;
     
    193195
    194196    void calcularTotalCuentas(QTableWidget *);
    195     void estimarVectorPonderacion(QTableWidget *);
     197    void estimarVectorPonderacion();
    196198
    197199    void obtenerCuentaComponentes();
     
    209211    void crearTablaComparar(QTableWidget *, QTableWidget *);
    210212    void cuentacomponentesResultado(QTableWidget *, int count, bool clasico = true);
    211     void validar();
    212213
    213214    void obtenerMatrizExgEnd();
     
    239240    void crearFormularioPNH();
    240241
     242    void titleSeleccionar(QTableWidget *);
     243
    241244    bool ComprobarCuentas();
    242245    int ObtenerIndice(QString );
     
    270273    void slotFinalizarExogena();
    271274    void slotDeshacerExogena();
    272     void AnMa();
    273275
    274276    void slotMa();
     
    319321    void slotCalcularPNHIncidenciaiComponente();
    320322
     323    void slotSeleccionarTabla();
     324
    321325public:
    322326    MainWindow();
     
    326330
    327331    int contarElementosMap(QMap<QString, QStringList> diccionario);
    328     int retornarIndiceCuenta(QString nombre_cuenta);
    329332};
    330333
Note: See TracChangeset for help on using the changeset viewer.