From 321fc17cd34cc7f914a77e7b38100cf7dcd9a055 Mon Sep 17 00:00:00 2001 From: spixx Date: Mon, 27 Nov 2006 11:25:49 +0000 Subject: [PATCH] Widget / L-system sync functions. --- src/gui.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/gui.h b/src/gui.h index 6f809ec..ae0e793 100644 --- 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 -- 2.34.1