src/widget/main_window/designer.c File Referencesrc/widget/main_window/designer.cdesigns and presents #include "../../../include/widget.h"#include "../../../include/fsm.h"#include "../../../include/util.h"Include dependency graph for designer.c:Macros #define INITIAL_PAGE 2Functions void widget_design_main_window (GtkWindow *main_window, GtkApplication *app)Detailed Descriptiondesigns and presents ensures the titlebar and the pages are available and init themtriggers assembly of the topbar and the default pagesix pages can be displayed in the main window:synth: an overview that presents the main elements of interest simultaneouslystate: a detailed view of the space, enabling it to be explored or modifiedmeasures presents all the measures available and those in progressresults enables you to work on the results obtainedrules: two pages are grouped together here to make it easier to come and go:
the "all rules" page gives access to the hierarchy of all rules
the "selected rule" page lets you examine and modify one selected rule
This file is part of Gem-graph. Macro Definition DocumentationINITIAL_PAGEINITIAL_PAGEdesigner.cdesigner.cINITIAL_PAGE#define INITIAL_PAGE 2See alsofsm_enum_state_rules_data {SYNTH, STATE, RULES, DATA}
default == SYNTH
Function Documentationwidget_design_main_window()widget_design_main_windowdesigner.cdesigner.cwidget_design_main_windowvoid widget_design_main_window (GtkWindow * main_window, GtkApplication * app)
Parameters
*main_window*app
Here is the call graph for this function:
Here is the caller graph for this function: