1 #ifndef IHMAUTHENTIFICATION_H 2 #define IHMAUTHENTIFICATION_H 49 Ui::IhmAuthentification *
ui;
57 void initialiserFenetre();
58 void afficherAuthentificationNonValide();
59 void reinitialiserSaisieBadge();
63 void authentifierSansBadge();
64 void autoriserSansBadge(QString identifiant, QString motDePasse);
65 void effacerMessage();
66 void passerSansBadge();
69 #endif // IHMAUTHENTIFICATION_H La fenêtre principale de l'application.
Definition: IhmAuthentification.h:40
Definition: IhmAuthentification.h:18
Definition: ihm-estock/baseDeDonnees.h:25
BaseDeDonnees * bdd
agrégation de l'objet BaseDeDonnees
Definition: IhmAuthentification.h:55
Definition: AuthentificationBadge.h:9
IhmAuthentificationSansBadge * ihmAuthentificationSansBadge
Definition: IhmAuthentification.h:51
IhmGestionArmoire * ihmGestionArmoire
Definition: IhmAuthentification.h:52
Definition: IhmGestionArmoire.h:21
Definition: IhmAuthentificationSansBadge.h:12
Definition: utilisateur.h:10
Utilisateur * utilisateur
Definition: IhmAuthentification.h:53
AuthentificationBadge * authentificationBadge
Definition: IhmAuthentification.h:50
Utilisateur * administateur
Definition: IhmAuthentification.h:54
Ui::IhmAuthentification * ui
agrégation de la définition de la fenêtre UI
Definition: IhmAuthentification.h:49