Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
ee295443
Commit
ee295443
authored
Nov 22, 2017
by
artificiel
Browse files
AbstractClient: ajout d'un parametre 'enabled'
parent
223350f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofxCloudLib/AbstractClient.hpp
View file @
ee295443
...
...
@@ -26,6 +26,7 @@ class AbstractClient
gui_
.
setup
(
""
);
gui_
.
setPosition
(
ofGetWidth
()
-
index_
*
200
,
10
);
gui_
.
add
(
etiquette_field_
.
setup
(
"nom"
,
"nom"
));
gui_
.
add
(
enabled_
.
set
(
"enable"
,
true
));
menu_is_ready_
=
true
;
auto
parameter_string
=
etiquette_field_
.
getParameter
().
cast
<
string
>
();
...
...
@@ -53,6 +54,8 @@ class AbstractClient
ofParameter
<
bool
>
draw_gui_
;
ofxPanel
gui_
;
ofParameter
<
bool
>
enabled_
;
protected:
int
index_
;
std
::
string
client_name_
;
...
...
Write
Preview
Markdown
is supported
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