From: spixx Date: Mon, 27 Nov 2006 11:25:49 +0000 (+0000) Subject: Widget / L-system sync functions. X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=commitdiff_plain;h=321fc17cd34cc7f914a77e7b38100cf7dcd9a055 Widget / L-system sync functions. --- 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