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
6ee28ea4
Commit
6ee28ea4
authored
Jun 06, 2021
by
Victor Blanchet
Browse files
Déclaration des méthodes ajoutées dans le .cpp
parent
f78676bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/autocell.h
View file @
6ee28ea4
...
...
@@ -28,7 +28,7 @@ extern EnsembleEtat& enseEtats;
class
AutoCell
:
public
QWidget
{
Reseau
*
Grille
=
nullptr
;
Reseau
*
Grille
=
nullptr
;
Q_OBJECT
QGridLayout
*
general
;
...
...
@@ -79,7 +79,7 @@ class AutoCell : public QWidget
//notice
QWidget
*
win_notice
;
QLabel
*
lab_notice
;
public:
explicit
AutoCell
(
QWidget
*
parent
=
nullptr
);
...
...
@@ -90,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