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
1689c247
Commit
1689c247
authored
Jun 06, 2021
by
Boris Cazic
Browse files
Update autocell.h
parent
1edbb0a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/autocell.h
View file @
1689c247
...
...
@@ -64,9 +64,11 @@ class AutoCell : public QWidget
QLabel
*
lab_time_step
;
QLineEdit
*
edit_time_step
;
QPushButton
*
button_valider_delai
;
QPushButton
*
button_prev
;
QPushButton
*
button_run
;
QPushButton
*
button_next
;
QPushButton
*
button_reinitialiser
;
QPushButton
*
button_save_grid
;
...
...
@@ -88,12 +90,13 @@ class AutoCell : public QWidget
//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
chargerGrilles
(
const
QString
&
text
);
void
afficherGrille
(
Reseau
*
Grille
);
void
initialiserGrille
();
void
RAZ
();
//
void
fai
reSimulation();
void
ge
re
r
Simulation
();
//void sauvegarderGrille();
//Reseau& modifierCellule(const QModelIndex&, Reseau& Grille);//à implémenter
...
...
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