Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Estrazione - interfaccia.h

interfaccia.h

Caricato da: AldoBaldo
Scarica il programma completo

  1. #ifndef INTERFACCIA_H_INCLUDED
  2. #define INTERFACCIA_H_INCLUDED
  3.  
  4. #include "main.h"
  5.  
  6. class PULSANTE;
  7. class ESTRAZIONE;
  8.  
  9.  
  10. void GestisciMouseDown( HWND hwnd, short x, short y );
  11. void GestisciMouseMove( HWND hwnd, short x, short y );
  12. void AggiornaStatoPulsanti( HWND hwnd );
  13. void MostraDati( HWND hwnd );
  14. bool ImpostaTestoEtichetta( ESTRAZIONE *e, PULSANTE *et, int i, BOOL aggiorna );
  15. bool ImpostaTestoElenco( ESTRAZIONE *e, PULSANTE *el, int i, BOOL aggiorna );
  16. void TracciaFinestraPrincipale( HWND hwnd );
  17. void AggiornaFinestraPrincipale( HWND hwnd );
  18. int RegistraDati( HWND hwnd, const char *percFile );
  19.  
  20. void Errore( UINT codice, HWND genitrice = NULL );
  21. void Notifica( const char *msg, HWND genitrice = NULL );
  22.  
  23.  
  24. #endif // INTERFACCIA_H_INCLUDED