Widget / L-system sync functions.
authorspixx <spixx>
Mon, 27 Nov 2006 11:25:49 +0000 (11:25 +0000)
committerspixx <spixx>
Mon, 27 Nov 2006 11:25:49 +0000 (11:25 +0000)
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 loadLSystem(string filename);
+    void lsystemToWidgets();
     
     
     // GUI widgets