|
BeeHoneyt
1.1
BTS SNIR LaSalle Avignon 2021
|
La déclaration de la classe IHMPc. Plus de détails...
Aller au code source de ce fichier.
Classes | |
| class | IHMPc |
| Déclaration de la classe IHMPc. Plus de détails... | |
Espaces de nommage | |
| Ui | |
Macros | |
| #define | HUMIDITE_EXTERIEURE_MAX 80 |
| #define | HUMIDITE_EXTERIEURE_MIN 20 |
| #define | HUMIDITE_INTERIEURE_MAX 90 |
| #define | HUMIDITE_INTERIEURE_MIN 10 |
| #define | POIDS_MAX 25 |
| #define | POIDS_MIN 1 |
| #define | PRESSION_MAX 1050 |
| #define | PRESSION_MIN 1000 |
| #define | TEMPERATURE_EXTERIEURE_MAX 30 |
| #define | TEMPERATURE_EXTERIEURE_MIN 0 |
| #define | TEMPERATURE_INTERIEURE_MAX 40 |
| #define | TEMPERATURE_INTERIEURE_MIN 10 |
Énumérations | |
| enum | OngletIHM { ONGLET_MESURES, ONGLET_GRAPHIQUES, ONGLET_JOURNAL } |
| Définit les numéros des onglets de l'IHM. Plus de détails... | |
| enum | TypeGraphique { GRAPHIQUE_POIDS, GRAPHIQUE_PRESSION, GRAPHIQUE_TEMPERATURE_EXTERIEURE, GRAPHIQUE_TEMPERATURE_INTERIEURE, GRAPHIQUE_HUMIDITE_EXTERIEURE, GRAPHIQUE_HUMIDITE_INTERIEURE } |
| Définit les différents types de graphiques. Plus de détails... | |
La déclaration de la classe IHMPc.
La classe principale
Définition dans le fichier ihmpc.h.
| #define HUMIDITE_EXTERIEURE_MAX 80 |
Définition à la ligne 50 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define HUMIDITE_EXTERIEURE_MIN 20 |
Définition à la ligne 51 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define HUMIDITE_INTERIEURE_MAX 90 |
Définition à la ligne 52 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define HUMIDITE_INTERIEURE_MIN 10 |
Définition à la ligne 53 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define POIDS_MAX 25 |
Définition à la ligne 56 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define POIDS_MIN 1 |
Définition à la ligne 57 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define PRESSION_MAX 1050 |
Définition à la ligne 54 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define PRESSION_MIN 1000 |
Définition à la ligne 55 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define TEMPERATURE_EXTERIEURE_MAX 30 |
Définition à la ligne 46 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define TEMPERATURE_EXTERIEURE_MIN 0 |
Définition à la ligne 47 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define TEMPERATURE_INTERIEURE_MAX 40 |
Définition à la ligne 48 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| #define TEMPERATURE_INTERIEURE_MIN 10 |
Définition à la ligne 49 du fichier ihmpc.h.
Référencé par IHMPc::initialiserAlertes().
| enum OngletIHM |
| enum TypeGraphique |
Définit les différents types de graphiques.
| Valeurs énumérées | |
|---|---|
| GRAPHIQUE_POIDS | |
| GRAPHIQUE_PRESSION | |
| GRAPHIQUE_TEMPERATURE_EXTERIEURE | |
| GRAPHIQUE_TEMPERATURE_INTERIEURE | |
| GRAPHIQUE_HUMIDITE_EXTERIEURE | |
| GRAPHIQUE_HUMIDITE_INTERIEURE | |
Définition à la ligne 36 du fichier ihmpc.h.