Changeset cfbc36f in mmcs for mainwindow.H


Ignore:
Timestamp:
Sep 22, 2015, 8:46:06 AM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master, matrices
Children:
04999c9
Parents:
814c04d
Message:

incorporacion de modelo de precios homogéneos no clásico

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.H

    rfc268a0 rcfbc36f  
    4343    QMenu PHClasico;
    4444    QMenu PHClasicoIncidencia;
     45    QMenu PHNoClasico;
     46    QMenu PHNoClasicoIncidencia;
    4547
    4648    QAction actionLoadMatrix;
     
    6668    QAction actionPHCIncidenciaComponente;
    6769
     70    QAction actionPHNoClasicoIncidencia100;
     71    QAction actionPHNCIncidenciaCuenta;
     72    QAction actionPHNCIncidenciaComponente;
    6873
    6974    QTableWidget * tableWidget;
     
    8691    Eigen::MatrixXd MatrixMb;
    8792    Eigen::MatrixXd MatrizMat;
     93    Eigen::MatrixXd MatrizMbt;
    8894
    8995
     
    103109    int opcionCuentaEncadenamientos;
    104110    int opcionMa;
     111    int opcionMb;
    105112    int opcionFormCompararResultados;
    106113    int opcionFormCompararResultadosMNC;
    107114    int opcionMAT;
     115    int opcionMBT;
    108116
    109117    QVector<double> subtotalEnd;
     
    119127    int cantidadPHCindidenciaiCuenta;
    120128    int cantidadPHCindidenciaiComponente;
     129    int cantidadPHNCindidenciaiCuenta;
     130    int cantidadPHNCindidenciaiComponente;
    121131
    122132    FormLoadMatrix * formLoadMatrix;
     
    171181    void encademientosStyle(QTableWidgetItem *);
    172182
    173     void calcularSubtotal(QTableWidget *, int inicio, int fin, int exogena);
     183    void calcularSubtotal(QTableWidget *,int inicio, int fin,int exogena);
    174184    void llenarEscenario(QTableWidget *, bool clasico=true);
    175185    void calcularFinEscenario(QTableWidget *);
     
    200210    void calcularPHCIncidenciaIComponente(QTableWidget *,QTableWidget *);
    201211
     212    void calcularMbT();
     213    void calcularMb();
     214    void calcularPHNIncidencia100(QTableWidget *);
     215
    202216    bool ComprobarCuentas();
    203217    int ObtenerIndice(QString );
     
    264278    void slotVerResultado();
    265279
     280    void slotPHNCIncidencia100();
     281    void slotPHNCIncidenciaiCuenta();
     282    void slotCalcularPHNCIncidenciaiCuenta();
     283    void slotPHNCIncidenciaiComponente();
     284    void slotCalcularPHNCIncidenciaiComponente();
     285
    266286public:
    267287    MainWindow();
Note: See TracChangeset for help on using the changeset viewer.