diff --git a/html/Affichage_8c.html b/html/Affichage_8c.html new file mode 100644 index 0000000..79576a1 --- /dev/null +++ b/html/Affichage_8c.html @@ -0,0 +1,342 @@ + + + + + + + +SAE S1.01: Affichage.c File Reference + + + + + + + + + +
+
+ + + + + + +
+
SAE S1.01 +
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+Functions
+
+
Affichage.c File Reference
+
+
+ +

Fichier qui contient toutes les fonctions d'affichage. +More...

+
#include "Fonctions.h"
+
+Include dependency graph for Affichage.c:
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + +

+Functions

void Affichage1Adherent (int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)
 Affiche les informations d'un adhérent. More...
 
void AffichageTousAdherents (int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)
 Affiche les informations de tous les adhérents. More...
 
void AffichageNbEntreesTousJour (int tNbActivitesJour[], int tDate[], int nbElem)
 Affiche le nombre d'entrées de chaque jour. More...
 
void AffichageNbEntreesTotal (int tNbActivitesJour[], int nbElem)
 Affiche le nombre d'entrées total. More...
 
void AffichageNbAdherents (int nbElem)
 Affiche le nombre d'adhérents. More...
 
+

Detailed Description

+

Fichier qui contient toutes les fonctions d'affichage.

+
Author
:
+

Function Documentation

+ +

◆ Affichage1Adherent()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void Affichage1Adherent (int tNoCarte[],
int tAge[],
int tPointsCarte[],
int tCarteActive[],
int nbElem 
)
+
+ +

Affiche les informations d'un adhérent.

+
Author
:
+
Parameters
+ + + + + + +
tNoCartetableau contenant les numéros de toutes les cartes
tAgetableau contenant les âges des membres
tPointsCartetableau qui contient le nombre de points restants sur chaque carte
tCarteActivetableau qui contient l'état de chaque carte
nbElemtaille logique des tableaux
+
+
+ +
+
+ +

◆ AffichageNbAdherents()

+ +
+
+ + + + + + + + +
void AffichageNbAdherents (int nbElem)
+
+ +

Affiche le nombre d'adhérents.

+
Author
:
+
Parameters
+ + +
nbElemtaille logique des tableaux
+
+
+ +
+
+ +

◆ AffichageNbEntreesTotal()

+ +
+
+ + + + + + + + + + + + + + + + + + +
void AffichageNbEntreesTotal (int tNbActivitesJour[],
int nbElem 
)
+
+ +

Affiche le nombre d'entrées total.

+
Author
:
+
Parameters
+ + + +
tNbActivitesJourtableau contenant le nombre d'activités de chaque jour
nbElemtaille logique du tableau
+
+
+ +
+
+ +

◆ AffichageNbEntreesTousJour()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void AffichageNbEntreesTousJour (int tNbActivitesJour[],
int tDate[],
int nbElem 
)
+
+ +

Affiche le nombre d'entrées de chaque jour.

+
Author
:
+
Parameters
+ + + + +
tNbActivitesJourtableau contenant le nombre d'activités de chaque jour
tDatetableau contenant les dates
nbElemtaille logique des tableaux
+
+
+ +
+
+ +

◆ AffichageTousAdherents()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void AffichageTousAdherents (int tNoCarte[],
int tAge[],
int tPointsCarte[],
int tCarteActive[],
int nbElem 
)
+
+ +

Affiche les informations de tous les adhérents.

+
Author
:
+
Parameters
+ + + + + + +
tNoCartetableau contenant les numéros de toutes les cartes
tAgetableau contenant les âges des membres
tPointsCartetableau qui contient le nombre de points restants sur chaque carte
tCarteActivetableau qui contient l'état de chaque carte
nbElemtaille logique des tableaux
+
+
+ +
+
+
+ + + + diff --git a/html/Affichage_8c__incl.md5 b/html/Affichage_8c__incl.md5 new file mode 100644 index 0000000..a173d00 --- /dev/null +++ b/html/Affichage_8c__incl.md5 @@ -0,0 +1 @@ +bc829a696a8070ffc3cdc1e6b473322b \ No newline at end of file diff --git a/html/Affichage_8c__incl.png b/html/Affichage_8c__incl.png new file mode 100644 index 0000000..af84a32 Binary files /dev/null and b/html/Affichage_8c__incl.png differ diff --git a/html/Fonctions_8h_source.html b/html/Fonctions_8h_source.html index b2618dc..53beefe 100644 --- a/html/Fonctions_8h_source.html +++ b/html/Fonctions_8h_source.html @@ -74,33 +74,49 @@ $(function() {
7 int OuvertureActivitesJour(int tNbActivitesJour[], int tDate[], int tMax);
8 
9 /* Fonctions des menus */
-
10 int ChoixMenu(void);
-
11 int ChoixMenuAffichage(void);
+
10 int ChoixMenu(void);
+
11 int ChoixMenuAffichage(void);
12 
13 /* Fonctions d'affichage */
-
14 void Affichage1Adherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem);
-
15 void AffichageTousAdherents(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem);
-
16 void AffichageNbEntreesTousJour(int tNbActivitesJour[], int tDate[], int nbElem);
-
17 void AffichageNbEntreesTotal(int tNbActivitesJour[], int nbElem);
-
18 void AffichageNbAdherents(int nbElem);
+
14 void Affichage1Adherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem);
+
15 void AffichageTousAdherents(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem);
+
16 void AffichageNbEntreesTousJour(int tNbActivitesJour[], int tDate[], int nbElem);
+
17 void AffichageNbEntreesTotal(int tNbActivitesJour[], int nbElem);
+
18 void AffichageNbAdherents(int nbElem);
19 
20 /* Fonction globale */
-
21 void GestionMenus(void);
+
21 void GestionMenus(void);
22 
23 /* Fonction de sauvegarde */
24 int Sauvegarde(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int nbElem, int pasAct);
25 
26 /* Fonctions de gestion des adhérents */
-
27 int RechercheAdherent(int tNoCarte[], int nbElem, int NoCarte, int *trouve);
-
28 int RechercheAjoutAdherent(int tNoCarte[], int nbElem, int noCarte);
-
29 int AjoutAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax, int nbElem);
-
30 void ModificationAge(int tNoCarte[], int tAge[], int nbElem);
-
31 int SupprimerAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem);
-
32 void ModificationActivationCarte(int tNoCarte[], int tCarteActive[], int nbElem);
+
27 int RechercheAdherent(int tNoCarte[], int nbElem, int NoCarte, int *trouve);
+
28 int RechercheAjoutAdherent(int tNoCarte[], int nbElem, int noCarte);
+
29 int AjoutAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax, int nbElem);
+
30 void ModificationAge(int tNoCarte[], int tAge[], int nbElem);
+
31 int SupprimerAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem);
+
32 void ModificationActivationCarte(int tNoCarte[], int tCarteActive[], int nbElem);
33 
34 /* Fonctions de gestion des points */
-
35 void AjoutPoints(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int nbElem, int noCarte);
-
36 void DebitActivitee(int tNoCarte[], int tCarteActive[], int tNbActivitesJour[], int nbElem);
+
35 void AjoutPoints(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int nbElem, int noCarte);
+
36 void DebitActivitee(int tNoCarte[], int tCarteActive[], int tNbActivitesJour[], int nbElem);
+
AffichageNbAdherents
void AffichageNbAdherents(int nbElem)
Affiche le nombre d'adhérents.
Definition: Affichage.c:93
+
AffichageTousAdherents
void AffichageTousAdherents(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)
Affiche les informations de tous les adhérents.
Definition: Affichage.c:45
+
AffichageNbEntreesTousJour
void AffichageNbEntreesTousJour(int tNbActivitesJour[], int tDate[], int nbElem)
Affiche le nombre d'entrées de chaque jour.
Definition: Affichage.c:62
+
Affichage1Adherent
void Affichage1Adherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)
Affiche les informations d'un adhérent.
Definition: Affichage.c:18
+
AffichageNbEntreesTotal
void AffichageNbEntreesTotal(int tNbActivitesJour[], int nbElem)
Affiche le nombre d'entrées total.
Definition: Affichage.c:78
+
SupprimerAdherent
int SupprimerAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)
Permet de supprimer un adhérent.
Definition: GestionAdherents.c:107
+
ModificationAge
void ModificationAge(int tNoCarte[], int tAge[], int nbElem)
Permet de modifier l'âge d'un adhérent.
Definition: GestionAdherents.c:77
+
ModificationActivationCarte
void ModificationActivationCarte(int tNoCarte[], int tCarteActive[], int nbElem)
Modifie l'état de la carte.
Definition: GestionAdherents.c:140
+
RechercheAjoutAdherent
int RechercheAjoutAdherent(int tNoCarte[], int nbElem, int noCarte)
Permet de rechercher un adhérent pour la fonction AjoutAdherent.
Definition: GestionAdherents.c:16
+
AjoutAdherent
int AjoutAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax, int nbElem)
Affiche les informations d'un adhérent.
Definition: GestionAdherents.c:40
+
AjoutPoints
void AjoutPoints(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int nbElem, int noCarte)
Ajoute des points sur une carte.
Definition: GestionPoints.c:45
+
DebitActivitee
void DebitActivitee(int tNoCarte[], int tCarteActive[], int tNbActivitesJour[], int nbElem)
Débite une carte lorsqu'un adhérent pratique une activité
Definition: GestionPoints.c:99
+
RechercheAdherent
int RechercheAdherent(int tNoCarte[], int nbElem, int noCarte, int *trouve)
Permet de rechercher un adhérent.
Definition: GestionPoints.c:18
+
GestionMenus
void GestionMenus(void)
Permet de gérer les menus en appelant une fonction pour chaque choix fait par l'utilisateur.
Definition: Global.c:29
+
ChoixMenuAffichage
int ChoixMenuAffichage(void)
Affiche le menu d'affichage et permet de choisir une option.
Definition: Menus.c:36
+
ChoixMenu
int ChoixMenu(void)
Affiche le menu principal et permet de choisir une option.
Definition: Menus.c:14