Skip to content
GitLab
Menu
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
38639916
Commit
38639916
authored
Jun 02, 2021
by
Boris Cazic
Browse files
Update reseau_cellule_etats.h
parent
b4f8b733
Changes
1
Hide whitespace changes
Inline
Side-by-side
Reseau_Cellule_Etat/reseau_cellule_etats.h
View file @
38639916
...
...
@@ -29,9 +29,9 @@ private:
std
::
string
label
;
QColor
color
;
Etat
(
unsigned
int
ind
,
std
::
string
lab
,
int
r
=
0
,
int
g
=
0
,
int
b
=
0
)
:
indice
(
ind
),
label
(
lab
),
color
(
r
,
g
,
b
){}
;
indice
(
ind
),
label
(
lab
),
color
(
r
,
g
,
b
){}
Etat
(
unsigned
int
ind
,
std
::
string
lab
,
QColor
col
)
:
indice
(
ind
),
label
(
lab
),
color
(
col
){}
;
//constructeur privé (l'utilisateur ne doit pas pouvoir créer un Etat par ce biais)
indice
(
ind
),
label
(
lab
),
color
(
col
){}
//constructeur privé (l'utilisateur ne doit pas pouvoir créer un Etat par ce biais)
friend
class
EnsembleEtat
;
public:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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