Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain De Laage De Bellefaye
LO21-projet
Commits
7049fe9f
Commit
7049fe9f
authored
May 27, 2021
by
Victor Blanchet
Browse files
Update autocell.h
parent
b0bd20cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
GUI/autocell.h
View file @
7049fe9f
#ifndef AUTOCELL_H
#define AUTOCELL_H
#include
"
Reseau_Cellule_Etat/
reseau_cellule_etats.h"
#include
"reseau_cellule_etats.h"
#include
<QObject>
#include
<QApplication>
#include
<QPushButton>
#include
<QWidget>
...
...
@@ -27,6 +28,8 @@ extern EnsembleEtat& enseEtats;
class
AutoCell
:
public
QWidget
{
Reseau
*
Grille
=
nullptr
;
Q_OBJECT
QGridLayout
*
general
;
...
...
@@ -73,12 +76,17 @@ class AutoCell : public QWidget
//void chargerGrille();
//void listerGrille(); //déjà réfléchir à la recopie
//Reseau initialiserGrille(); //méthode à implémenter qui récupère les données du formulaire - penser à réinitialiser les données annexes
void
afficherGrille
(
Reseau
&
);
//affiche une grille
//void afficherGrille(Reseau&); //affiche une grille
void
afficherGrille
(
Reseau
*
Grille
);
void
initialiserGrille
();
void
RAZ
();
//void faireSimulation();
//void sauvegarderGrille();
//void modifierGrille();//à implémenter
//Reseau& modifierCellule(const QModelIndex&, Reseau& Grille);//à implémenter
void
modifierCellule
(
const
QModelIndex
&
index
);
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment