X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=blobdiff_plain;f=src%2Fgui.h;fp=src%2Fgui.h;h=ae0e793013e75fa3678920a80ac30a80c89c66e5;hp=6f809ecfcf60a80dd602f8c12767daa6ca34f280;hb=321fc17cd34cc7f914a77e7b38100cf7dcd9a055;hpb=2fbbbd3b740c171a651ede1db5621bc5c4cdb0a3 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