Changeset 9c76091 in mmcs for mainwindow.H


Ignore:
Timestamp:
Aug 11, 2015, 5:07:29 PM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master, matrices
Children:
9881a61
Parents:
6cc17c0 (diff), aa628c3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'matrices'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.H

    rbd5e45b raa628c3  
    3131    QAction actionCV;
    3232    QAction actionVariableExogena;
    33     QAction actionAn;
    3433    QAction actionLa;
    3534    QAction actionEncadenamiento;   
     
    5251    int opcionVentanaExogena;
    5352    int opcionExportarMatriz;
     53    int opcionCTEndogena;
    5454
    5555    FormLoadMatrix * formLoadMatrix;
     
    8282    void CalcularAn(QTableWidget *, QTableWidget *, QTableWidget *, int count, bool endogena);
    8383    QString Separador(QTableWidgetItem *,bool quitar);
     84    void ItemsNoEditable(QTableWidget *, int inicio, int fin);
     85    void CellStyle(QTableWidgetItem *);
     86    void EndogenaAn();
    8487
    8588    void crearMatrizEndogena(QTableWidget *);
     
    116119    void slotFinalizarExogena();
    117120    void slotDeshacerExogena();
    118     void slotAn();
    119121    void slotLa();
    120122
Note: See TracChangeset for help on using the changeset viewer.