repositories
/
lsystem3d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fbbbd3
)
Widget / L-system sync functions.
author
spixx
<spixx>
Mon, 27 Nov 2006 11:25:49 +0000
(11:25 +0000)
committer
spixx
<spixx>
Mon, 27 Nov 2006 11:25:49 +0000
(11:25 +0000)
src/gui.h
patch
|
blob
|
blame
|
history
diff --git
a/src/gui.h
b/src/gui.h
index 6f809ecfcf60a80dd602f8c12767daa6ca34f280..ae0e793013e75fa3678920a80ac30a80c89c66e5 100644
(file)
--- a/
src/gui.h
+++ b/
src/gui.h
@@
-137,13
+137,17
@@
protected:
* Constructor
*/
GUI() {}
+
+ /**
+ * Put content of widgets into the L-system
+ */
+ void widgetsToLsystem();
/**
- * Load L-system from file and sync with GUI
- * @param filename path of the L-system file
+ * Put content of the L-system into widgets
*/
- void l
oadLSystem(string filename
);
+ void l
systemToWidgets(
);
// GUI widgets