Changeset 37dd9aa in mmcs for mainwindow.H


Ignore:
Timestamp:
Sep 28, 2015, 11:56:51 AM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master
Children:
95d916c
Parents:
32f758e
Message:

incorporada la funcionabilidad de clasificador de cuentas/componentes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.H

    r32f758e r37dd9aa  
    204204    void encademientosStyle(QTableWidgetItem *);
    205205    void cuentacomponentesEncadenamiento(QTableWidget *, int count);
     206    void obtenerUiUj(QTableWidget *, QVector<double> &, QVector<double> &);
     207    void calcularClasificador(QTableWidget *, QVector<double>, QVector<double>, int init = 2);
     208    void agregarPrimeraCelda(QTableWidget *);
    206209
    207210    void calcularSubtotal(QTableWidget *,int inicio, int fin,int exogena);
     
    282285    void slotAgregarEncadenamiento();
    283286    void slotVerEncadenamiento();
     287    void slotClasificarCuentas();
    284288
    285289    void slotCloseExport();
Note: See TracChangeset for help on using the changeset viewer.