Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CellulutLO21
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LO21_Pin_Noir_Boucher_Bouri_Detree
CellulutLO21
Commits
a21ce971
Unverified
Commit
a21ce971
authored
3 years ago
by
Merwane Bouri
Browse files
Options
Downloads
Patches
Plain Diff
Ajout de documentation pour interface.hpp
parent
93548bf1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#79371
canceled
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/interface.hpp
+9
-1
9 additions, 1 deletion
include/interface.hpp
with
9 additions
and
1 deletion
include/interface.hpp
+
9
−
1
View file @
a21ce971
...
@@ -65,25 +65,33 @@ private slots:
...
@@ -65,25 +65,33 @@ private slots:
//! \brief Copie la structure choisie dans la bibliothèque dans le presse-papier du GridView
//! \brief Copie la structure choisie dans la bibliothèque dans le presse-papier du GridView
void
copy_structure_clicked
(
const
Structure
&
s
);
void
copy_structure_clicked
(
const
Structure
&
s
);
//! \brief Sauvegarde des Règles de transitions
void
on_saveRuleButton_clicked
();
void
on_saveRuleButton_clicked
();
//! \brief Bouton pour paramétrer la règle de transition et les voisins
void
on_customize_button_clicked
();
void
on_customize_button_clicked
();
//! \brief Sauvegarde l'état du pattern
void
on_savePatternButton_clicked
();
void
on_savePatternButton_clicked
();
//! \brief Passe à l'itération suivante de la simulation
void
on_nextButton_clicked
();
void
on_nextButton_clicked
();
//! \brief Passe à l'itération suivante de la simulation
void
on_prevButton_clicked
();
void
on_prevButton_clicked
();
//! \brief Lecture/Pause de la simulation
void
on_playPauseButton_clicked
();
void
on_playPauseButton_clicked
();
//! \brief Réinitialise la simulation à la grille initiale
void
on_resetButton_clicked
();
void
on_resetButton_clicked
();
//! \brief Change la vitesse de simulation
void
on_recordSpinBox_valueChanged
(
int
arg1
);
void
on_recordSpinBox_valueChanged
(
int
arg1
);
//! \brief Bouton permettant de réintialiser la grille à zéro
void
on_pushButton_clicked
();
void
on_pushButton_clicked
();
private:
private:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment