diff --git a/doc/docbook/d0/d09/main_8c.xml b/doc/docbook/d0/d09/main_8c.xml index b398869..7242b10 100644 --- a/doc/docbook/d0/d09/main_8c.xml +++ b/doc/docbook/d0/d09/main_8c.xml @@ -19,9 +19,11 @@ Gem-graph-client main file. -This file is part of Gem-graph. It contains only the main function. The function main() initialises the log, the finite state machine (fsm), the application and the windows and closes all the elements it opened at the end of program execution. The main window is opened on the 'synthetic view' page of the current model by default (See also +This file is part of Gem-graph. It contains only the main() function. -the main window topbar dispatcher). +The main() function initialises the log, the finite state machine (fsm), the application and the windows and closes all the elements it opened before the end of program execution. By default, the main window opens on the overview page of the current model. See also + +src/widget/main_window/topbar/dispatch/widget_design_main_window() diff --git a/doc/docbook/d2/d02/widget_2main__window_2topbar_2dispatch_8c.xml b/doc/docbook/d2/d02/widget_2main__window_2topbar_2dispatch_8c.xml index 978565e..914194b 100644 --- a/doc/docbook/d2/d02/widget_2main__window_2topbar_2dispatch_8c.xml +++ b/doc/docbook/d2/d02/widget_2main__window_2topbar_2dispatch_8c.xml @@ -4,13 +4,13 @@ src/widget/main_window/topbar/dispatch.c -Main window widgets dispatcher (topbar and six pages) +topbar (left, center, right) #include "../../../../include/base.h"#include "../../../../include/signal.h"#include "../../../../include/widget.h"#include "../../../../include/fsm.h" Functions - void widget_design_main_window (GtkWindow *main_window, GtkApplication *app) + GtkWidget * widget_get_topbar (GtkApplication *app) char * widget_get_address_text_theory () @@ -23,42 +23,10 @@
Detailed Description -Main window widgets dispatcher (topbar and six pages) +topbar (left, center, right)
Function Documentation -
- widget_design_main_window() -widget_design_main_windowdispatch.c -dispatch.cwidget_design_main_window -void widget_design_main_window (GtkWindow * main_window, GtkApplication * app) - - - -Parameters - - - - - - - -*main_window - - - - -*app - - - - - -
-
-
-
-
widget_get_address_text_alpha_index() widget_get_address_text_alpha_indexdispatch.c @@ -92,5 +60,34 @@ Parameters
+
+ widget_get_topbar() +widget_get_topbardispatch.c +dispatch.cwidget_get_topbar +GtkWidget * widget_get_topbar (GtkApplication * app) + + + +Parameters + + + + + + + +*app + + + +
+
+
+ Returns + +topbar + +
+
diff --git a/doc/docbook/d3/d09/widget_2manager_8c.xml b/doc/docbook/d3/d09/widget_2manager_8c.xml index 34af971..8817989 100644 --- a/doc/docbook/d3/d09/widget_2manager_8c.xml +++ b/doc/docbook/d3/d09/widget_2manager_8c.xml @@ -4,7 +4,7 @@ src/widget/manager.c -windows (main, dialog, modal) creation and access +all windows #include "../../include/widget.h"#include "../../include/fsm.h"#include "../../include/util.h" @@ -31,7 +31,7 @@
Detailed Description -windows (main, dialog, modal) creation and access +all windows
Function Documentation diff --git a/doc/docbook/d5/d03/left_8c.xml b/doc/docbook/d5/d03/left_8c.xml index bf2dd9e..947f780 100644 --- a/doc/docbook/d5/d03/left_8c.xml +++ b/doc/docbook/d5/d03/left_8c.xml @@ -4,7 +4,7 @@ src/widget/main_window/topbar/left.c -Topbar left area. +Topbar left. #include "../../../../include/base.h"#include "../../../../include/signal.h"#include "../../../../include/widget.h"#include "../../../../include/fsm.h" @@ -19,21 +19,21 @@ Functions - const char * widget_get_btt_label_synth () + const char * widget_get_btt_label_synth () -synth +! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS: const char * widget_get_btt_label_state () -state +btt_state const char * widget_get_btt_label_rules () -rules +btt_rules const char * widget_get_btt_label_data () -data +btt_data void window_design_topbar_left (GtkWidget *header_bar) @@ -44,10 +44,21 @@
Detailed Description -Topbar left area. +Topbar left.
Function Documentation +
+ widget_get_btt_label_synth() +widget_get_btt_label_synthleft.c +left.cwidget_get_btt_label_synth +const char * widget_get_btt_label_synth ( ) + +! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS: + + +btt_synth +
window_design_topbar_left() window_design_topbar_leftleft.c diff --git a/doc/docbook/d5/d0a/modal_8c.xml b/doc/docbook/d5/d0a/modal_8c.xml index 2d39583..ebce635 100644 --- a/doc/docbook/d5/d0a/modal_8c.xml +++ b/doc/docbook/d5/d0a/modal_8c.xml @@ -4,7 +4,7 @@ src/widget/modal.c -Gem-graph-client modal window. +modal window. #include "../../include/util.h"#include "../../include/signal.h"#include "../../include/widget.h" @@ -23,7 +23,7 @@
Detailed Description -Gem-graph-client modal window. +modal window. This file is part of Gem-graph.
diff --git a/doc/docbook/da/d0e/center_8c.xml b/doc/docbook/da/d0e/center_8c.xml new file mode 100644 index 0000000..541901c --- /dev/null +++ b/doc/docbook/da/d0e/center_8c.xml @@ -0,0 +1,24 @@ + +
+src/widget/main_window/topbar/center.c File Reference +src/widget/main_window/topbar/center.c + + +Topbar center. + + +#include "../../../../include/base.h"#include "../../../../include/signal.h"#include "../../../../include/widget.h"#include "../../../../include/fsm.h" + Functions + + void window_design_topbar_center (GtkWidget *topbar) + +title + + + +
+Detailed Description + +Topbar center. +
+
diff --git a/doc/docbook/db/d02/designer_8c.xml b/doc/docbook/db/d02/designer_8c.xml new file mode 100644 index 0000000..2d2c744 --- /dev/null +++ b/doc/docbook/db/d02/designer_8c.xml @@ -0,0 +1,77 @@ + +
+src/widget/main_window/designer.c File Reference +src/widget/main_window/designer.c + + +main window + + +#include "../../../include/widget.h"#include "../../../include/fsm.h"#include "../../../include/util.h" + Functions + + void widget_design_main_window (GtkWindow *main_window, GtkApplication *app) + + + +
+Detailed Description + +main window + +This file is part of Gem-graph. + +Six pages can be displayed in the main window: + +synth: an overview that presents the main elements of interest simultaneously + +state: a detailed view of the space, enabling it to be explored or modified + +measures presents all the measures available and those in progress + +results enables you to work on the results obtained + +rules: 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 +
+
+
+
+
+Function Documentation +
+ widget_design_main_window() +widget_design_main_windowdesigner.c +designer.cwidget_design_main_window +void widget_design_main_window (GtkWindow * main_window, GtkApplication * app) + + + +Parameters + + + + + + + +*main_window + + + + +*app + + + + + +
+
+
+
+
+
+
diff --git a/doc/docbook/db/d0f/right_8c.xml b/doc/docbook/db/d0f/right_8c.xml new file mode 100644 index 0000000..6c5fcee --- /dev/null +++ b/doc/docbook/db/d0f/right_8c.xml @@ -0,0 +1,57 @@ + +
+src/widget/main_window/topbar/right.c File Reference +src/widget/main_window/topbar/right.c + + +Topbar right. + + +#include "../../../../include/base.h"#include "../../../../include/signal.h"#include "../../../../include/widget.h"#include "../../../../include/fsm.h" + Functions + + void window_design_topbar_right (GtkWidget *header_bar, GtkApplication *app) + + + +
+Detailed Description + +Topbar right. +
+
+Function Documentation +
+ window_design_topbar_right() +window_design_topbar_rightright.c +right.cwindow_design_topbar_right +void window_design_topbar_right (GtkWidget * header_bar, GtkApplication * app) + + + +Parameters + + + + + + + +*header_bar + + + + +*app + + + + + +
+
+
+
+
+
+
diff --git a/doc/docbook/dd/d09/dialog_8c.xml b/doc/docbook/dd/d09/dialog_8c.xml index c58397f..124ecd6 100644 --- a/doc/docbook/dd/d09/dialog_8c.xml +++ b/doc/docbook/dd/d09/dialog_8c.xml @@ -4,7 +4,7 @@ src/widget/dialog.c -Gem-graph-client modal dialog window. +dialog window. #include "../../include/base.h"#include "../../include/signal.h"#include "../../include/widget.h"#include "../../include/fsm.h" @@ -19,7 +19,7 @@
Detailed Description -Gem-graph-client modal dialog window. +dialog window. This file is part of Gem-graph.
diff --git a/doc/docbook/df/d05/widget_8h.xml b/doc/docbook/df/d05/widget_8h.xml index 8880274..a3e33f7 100644 --- a/doc/docbook/df/d05/widget_8h.xml +++ b/doc/docbook/df/d05/widget_8h.xml @@ -146,27 +146,33 @@ modal - const char * widget_get_btt_label_synth () + const char * widget_get_btt_label_synth () -synth +! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS: const char * widget_get_btt_label_state () -state +btt_state const char * widget_get_btt_label_rules () -rules +btt_rules const char * widget_get_btt_label_data () -data +btt_data + + void window_design_topbar_center (GtkWidget *topbar) + +title void window_design_topbar_left (GtkWidget *header_bar) The rules page consists of two half-pages in a GtkPaned widget : void window_design_topbar_right (GtkWidget *header_bar, GtkApplication *app) + + GtkWidget * widget_get_topbar (GtkApplication *app) void * widget_get_page_synth () @@ -601,6 +607,17 @@ Parameters
+
+ widget_get_btt_label_synth() +widget_get_btt_label_synthwidget.h +widget.hwidget_get_btt_label_synth +const char * widget_get_btt_label_synth ( ) + +! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS: + + +btt_synth +
widget_get_dialog_window() widget_get_dialog_windowwidget.h @@ -911,6 +928,35 @@ Parameters
+
+ widget_get_topbar() +widget_get_topbarwidget.h +widget.hwidget_get_topbar +GtkWidget * widget_get_topbar (GtkApplication * app) + + + +Parameters + + + + + + + +*app + + + +
+
+
+ Returns + +topbar + +
+
widget_get_user_rules_tree() widget_get_user_rules_treewidget.h diff --git a/doc/docbook/index.xml b/doc/docbook/index.xml index 4b2549a..1f6fd73 100644 --- a/doc/docbook/index.xml +++ b/doc/docbook/index.xml @@ -55,6 +55,7 @@ + @@ -69,6 +70,7 @@ + @@ -81,6 +83,7 @@ + diff --git a/doc/html/d0/d09/main_8c.html b/doc/html/d0/d09/main_8c.html index 18b04f0..76af08c 100644 --- a/doc/html/d0/d09/main_8c.html +++ b/doc/html/d0/d09/main_8c.html @@ -94,7 +94,8 @@ Functions

Detailed Description

Gem-graph-client main file.

-

This file is part of Gem-graph. It contains only the main function. The function main() initialises the log, the finite state machine (fsm), the application and the windows and closes all the elements it opened at the end of program execution. The main window is opened on the 'synthetic view' page of the current model by default (

See also
the main window topbar dispatcher).
+

This file is part of Gem-graph. It contains only the main() function.

+

The main() function initialises the log, the finite state machine (fsm), the application and the windows and closes all the elements it opened before the end of program execution. By default, the main window opens on the overview page of the current model.

See also
src/widget/main_window/topbar/dispatch/widget_design_main_window()

Function Documentation

◆ main()

diff --git a/doc/html/d2/d02/widget_2main__window_2topbar_2dispatch_8c.html b/doc/html/d2/d02/widget_2main__window_2topbar_2dispatch_8c.html index eeb3a06..d7f971b 100644 --- a/doc/html/d2/d02/widget_2main__window_2topbar_2dispatch_8c.html +++ b/doc/html/d2/d02/widget_2main__window_2topbar_2dispatch_8c.html @@ -81,7 +81,7 @@ $(function() {
-

Main window widgets dispatcher (topbar and six pages) +

topbar (left, center, right) More...

#include "../../../../include/base.h"
#include "../../../../include/signal.h"
@@ -90,8 +90,8 @@ $(function() {
- - + + @@ -100,43 +100,8 @@ Functions

Functions

void widget_design_main_window (GtkWindow *main_window, GtkApplication *app)
 
GtkWidget * widget_get_topbar (GtkApplication *app)
 
char * widget_get_address_text_theory ()
 
char * widget_get_address_text_practice ()
 

Detailed Description

-

Main window widgets dispatcher (topbar and six pages)

+

topbar (left, center, right)

Function Documentation

- -

◆ widget_design_main_window()

- -
-
- - - - - - - - - - - - - - - - - - -
void widget_design_main_window (GtkWindow * main_window,
GtkApplication * app 
)
-
-
Parameters
- - - -
*main_window
*app
-
-
- -
-

◆ widget_get_address_text_alpha_index()

@@ -189,6 +154,31 @@ Functions
Returns
"./data/text/théorie.txt"
+
+
+ +

◆ widget_get_topbar()

+ +
+
+ + + + + + + + +
GtkWidget * widget_get_topbar (GtkApplication * app)
+
+
Parameters
+ + +
*app
+
+
+
Returns
topbar
+
diff --git a/doc/html/d3/d09/widget_2manager_8c.html b/doc/html/d3/d09/widget_2manager_8c.html index 7ff1838..ac66760 100644 --- a/doc/html/d3/d09/widget_2manager_8c.html +++ b/doc/html/d3/d09/widget_2manager_8c.html @@ -81,7 +81,7 @@ $(function() {
-

windows (main, dialog, modal) creation and access +

all windows More...

#include "../../include/widget.h"
#include "../../include/fsm.h"
@@ -104,7 +104,7 @@ Functions  

Detailed Description

-

windows (main, dialog, modal) creation and access

+

all windows

Function Documentation

◆ on_windows_activation()

diff --git a/doc/html/d5/d03/left_8c.html b/doc/html/d5/d03/left_8c.html index 20b5aaf..b091bf9 100644 --- a/doc/html/d5/d03/left_8c.html +++ b/doc/html/d5/d03/left_8c.html @@ -82,7 +82,7 @@ $(function() {
-

Topbar left area. +

Topbar left. More...

#include "../../../../include/base.h"
#include "../../../../include/signal.h"
@@ -98,21 +98,20 @@ Macros - - + + - + - + - @@ -120,8 +119,28 @@ const char * 

Functions

-const char * widget_get_btt_label_synth ()
 synth
const char * widget_get_btt_label_synth ()
 ! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS:
 
const char * widget_get_btt_label_state ()
 state
 btt_state
 
const char * widget_get_btt_label_rules ()
 rules
 btt_rules
 
const char * widget_get_btt_label_data ()
 data
+
 btt_data

 
void window_design_topbar_left (GtkWidget *header_bar)
widget_get_bt
 

Detailed Description

-

Topbar left area.

+

Topbar left.

Function Documentation

+ +

◆ widget_get_btt_label_synth()

+ +
+
+ + + + + + + +
const char * widget_get_btt_label_synth ()
+
+ +

! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS:

+

btt_synth

+ +
+

◆ window_design_topbar_left()

diff --git a/doc/html/d5/d0a/modal_8c.html b/doc/html/d5/d0a/modal_8c.html index 03a9997..f5a5feb 100644 --- a/doc/html/d5/d0a/modal_8c.html +++ b/doc/html/d5/d0a/modal_8c.html @@ -81,7 +81,7 @@ $(function() {
-

Gem-graph-client modal window. +

modal window. More...

#include "../../include/util.h"
#include "../../include/signal.h"
@@ -97,7 +97,7 @@ Functions  

Detailed Description

-

Gem-graph-client modal window.

+

modal window.

This file is part of Gem-graph.

Function Documentation

diff --git a/doc/html/da/d0e/center_8c.html b/doc/html/da/d0e/center_8c.html new file mode 100644 index 0000000..0f7182b --- /dev/null +++ b/doc/html/da/d0e/center_8c.html @@ -0,0 +1,106 @@ + + + + + + + +Gem-graph: src/widget/main_window/topbar/center.c File Reference + + + + + + + + + +
+
+ + + + + + + +
+
Gem-graph 0.1.0 +
+
A modelling tool based on rewriting of geometric graphs.
+
+
+ + + + + + + + +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ + +
+
+ +
center.c File Reference
+
+
+ +

Topbar center. +More...

+ + + + + +

+Functions

+void window_design_topbar_center (GtkWidget *topbar)
 title
 
+

Detailed Description

+

Topbar center.

+
+ + + + diff --git a/doc/html/db/d02/designer_8c.html b/doc/html/db/d02/designer_8c.html new file mode 100644 index 0000000..21aad71 --- /dev/null +++ b/doc/html/db/d02/designer_8c.html @@ -0,0 +1,153 @@ + + + + + + + +Gem-graph: src/widget/main_window/designer.c File Reference + + + + + + + + + +
+
+ + + + + + + +
+
Gem-graph 0.1.0 +
+
A modelling tool based on rewriting of geometric graphs.
+
+
+ + + + + + + + +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ + +
+
+ +
designer.c File Reference
+
+
+ +

main window +More...

+ + + + +

+Functions

void widget_design_main_window (GtkWindow *main_window, GtkApplication *app)
 
+

Detailed Description

+

main window

+

This file is part of Gem-graph.

+

Six pages can be displayed in the main window:

    +
  • synth: an overview that presents the main elements of interest simultaneously
  • +
  • state: a detailed view of the space, enabling it to be explored or modified
  • +
  • measures presents all the measures available and those in progress
  • +
  • results enables you to work on the results obtained
  • +
  • rules: 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

    +
    +
  • +
+

Function Documentation

+ +

◆ widget_design_main_window()

+ +
+
+ + + + + + + + + + + + + + + + + + +
void widget_design_main_window (GtkWindow * main_window,
GtkApplication * app 
)
+
+
Parameters
+ + + +
*main_window
*app
+
+
+ +
+
+
+ + + + diff --git a/doc/html/db/d0f/right_8c.html b/doc/html/db/d0f/right_8c.html new file mode 100644 index 0000000..ada6b72 --- /dev/null +++ b/doc/html/db/d0f/right_8c.html @@ -0,0 +1,140 @@ + + + + + + + +Gem-graph: src/widget/main_window/topbar/right.c File Reference + + + + + + + + + +
+
+ + + + + + + +
+
Gem-graph 0.1.0 +
+
A modelling tool based on rewriting of geometric graphs.
+
+
+ + + + + + + + +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ + +
+
+ +
right.c File Reference
+
+
+ +

Topbar right. +More...

+ + + + +

+Functions

void window_design_topbar_right (GtkWidget *header_bar, GtkApplication *app)
 
+

Detailed Description

+

Topbar right.

+

Function Documentation

+ +

◆ window_design_topbar_right()

+ +
+
+ + + + + + + + + + + + + + + + + + +
void window_design_topbar_right (GtkWidget * header_bar,
GtkApplication * app 
)
+
+
Parameters
+ + + +
*header_bar
*app
+
+
+ +
+
+
+ + + + diff --git a/doc/html/dd/d09/dialog_8c.html b/doc/html/dd/d09/dialog_8c.html index 370bbce..f160206 100644 --- a/doc/html/dd/d09/dialog_8c.html +++ b/doc/html/dd/d09/dialog_8c.html @@ -81,7 +81,7 @@ $(function() {
-

Gem-graph-client modal dialog window. +

dialog window. More...

#include "../../include/base.h"
#include "../../include/signal.h"
@@ -95,7 +95,7 @@ Functions  

Detailed Description

-

Gem-graph-client modal dialog window.

+

dialog window.

This file is part of Gem-graph.

Function Documentation

diff --git a/doc/html/df/d05/widget_8h.html b/doc/html/df/d05/widget_8h.html index eb1048d..570fcb2 100644 --- a/doc/html/df/d05/widget_8h.html +++ b/doc/html/df/d05/widget_8h.html @@ -215,28 +215,33 @@ Functions void widget_design_text_window (GtkWindow *main_window, GtkWindow *text_window)  modal
  - -const char * widget_get_btt_label_synth () - synth
+const char * widget_get_btt_label_synth () + ! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS:
  const char * widget_get_btt_label_state () - state
+ btt_state
  const char * widget_get_btt_label_rules () - rules
+ btt_rules
  const char * widget_get_btt_label_data () - data
+ btt_data

  + +void window_design_topbar_center (GtkWidget *topbar) + title
+  void window_design_topbar_left (GtkWidget *header_bar)  The rules page consists of two half-pages in a GtkPaned widget :
  void window_design_topbar_right (GtkWidget *header_bar, GtkApplication *app)   +GtkWidget * widget_get_topbar (GtkApplication *app) +  void * widget_get_page_synth ()  Phantom documentation.
@@ -675,6 +680,26 @@ src/widget/manager/on_windows_activation()
Returns
"./data/text/théorie.txt"
+
+
+ +

◆ widget_get_btt_label_synth()

+ +
+
+ + + + + + + +
const char * widget_get_btt_label_synth ()
+
+ +

! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS:

+

btt_synth

+
@@ -944,6 +969,31 @@ src/widget/one_rule/algebra/dispatch/gtk_box_append()
See also
src/signal
Returns
text_window
+
+
+ +

◆ widget_get_topbar()

+ +
+
+ + + + + + + + +
GtkWidget * widget_get_topbar (GtkApplication * app)
+
+
Parameters
+ + +
*app
+
+
+
Returns
topbar
+
diff --git a/doc/html/dir_4378cb27ffdfc18b738d6615673a7a16.html b/doc/html/dir_4378cb27ffdfc18b738d6615673a7a16.html index 857a243..0944a37 100644 --- a/doc/html/dir_4378cb27ffdfc18b738d6615673a7a16.html +++ b/doc/html/dir_4378cb27ffdfc18b738d6615673a7a16.html @@ -95,6 +95,12 @@ Directories    topbar   + + + + +

+Files

 designer.c
 main window
 
diff --git a/doc/html/dir_6baf6e10a477d2c7f22b98e13e44a1d3.html b/doc/html/dir_6baf6e10a477d2c7f22b98e13e44a1d3.html index 3ee0199..ef6a36a 100644 --- a/doc/html/dir_6baf6e10a477d2c7f22b98e13e44a1d3.html +++ b/doc/html/dir_6baf6e10a477d2c7f22b98e13e44a1d3.html @@ -81,11 +81,17 @@ $(function() { + + + - + - + + + +

Files

 center.c
 Topbar center.
 
 dispatch.c
 Main window widgets dispatcher (topbar and six pages)
 topbar (left, center, right)
 
 left.c
 Topbar left area.
 Topbar left.
 
 right.c
 Topbar right.
 
diff --git a/doc/html/dir_c570470bf3e4213fb57699dd2e921b84.html b/doc/html/dir_c570470bf3e4213fb57699dd2e921b84.html index 8c15504..6738e97 100644 --- a/doc/html/dir_c570470bf3e4213fb57699dd2e921b84.html +++ b/doc/html/dir_c570470bf3e4213fb57699dd2e921b84.html @@ -79,16 +79,21 @@ $(function() {
+ + + +

+Directories

 main_window
 
- + - + - +

Files

 dialog.c
 Gem-graph-client modal dialog window.
 dialog window.
 
 manager.c
 windows (main, dialog, modal) creation and access
 all windows
 
 modal.c
 Gem-graph-client modal window.
 modal window.
 
diff --git a/doc/html/files.html b/doc/html/files.html index 9422977..e39072c 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -154,15 +154,18 @@ $(function() {  dispatch.cMain_window synthetic view  time.cMain_window synthetic view time dependent functions   topbar - dispatch.cMain window widgets dispatcher (topbar and six pages) - left.cTopbar left area - dialog.cGem-graph-client modal dialog window - manager.cWindows (main, dialog, modal) creation and access - modal.cGem-graph-client modal window - actions.cEvents management (actions) - journal.cJournal / log - main.cGem-graph-client main file - signal.cEvents callbacks + center.cTopbar center + dispatch.cTopbar (left, center, right) + left.cTopbar left + right.cTopbar right + designer.cMain window + dialog.cDialog window + manager.cAll windows + modal.cModal window + actions.cEvents management (actions) + journal.cJournal / log + main.cGem-graph-client main file + signal.cEvents callbacks
diff --git a/doc/html/globals_func_w.html b/doc/html/globals_func_w.html index fb0bf68..371d9f6 100644 --- a/doc/html/globals_func_w.html +++ b/doc/html/globals_func_w.html @@ -77,13 +77,13 @@ $(function() {
  • widget_add_tree_child_node() : tree.c, widget.h
  • widget_create_user_rules_tree_node() : tree.c, widget.h
  • widget_design_dialog_window() : dialog.c, widget.h
  • -
  • widget_design_main_window() : widget.h, dispatch.c
  • +
  • widget_design_main_window() : widget.h, designer.c
  • widget_design_text_window() : widget.h, modal.c
  • widget_get_address_text_alpha_index() : widget.h, dispatch.c
  • widget_get_address_text_practice() : widget.h, dispatch.c
  • widget_get_address_text_theory() : widget.h, dispatch.c
  • widget_get_an_impression_of_what_a_rules_comparator_could_be() : widget.h, interest.c
  • -
  • widget_get_btt_label_data() : left.c, widget.h
  • +
  • widget_get_btt_label_data() : widget.h, left.c
  • widget_get_btt_label_rules() : widget.h, left.c
  • widget_get_btt_label_state() : widget.h, left.c
  • widget_get_btt_label_synth() : widget.h, left.c
  • @@ -91,8 +91,8 @@ $(function() {
  • widget_get_graph_view_control() : widget.h, top.c
  • widget_get_main_window() : widget.h, manager.c
  • widget_get_non_time_dependent() : widget.h, dispatch.c
  • -
  • widget_get_object_transparency() : top.c, widget.h
  • -
  • widget_get_page_data() : widget.h, dispatch.c
  • +
  • widget_get_object_transparency() : widget.h, top.c
  • +
  • widget_get_page_data() : dispatch.c, widget.h
  • widget_get_page_measure() : widget.h, dispatch.c
  • widget_get_page_state() : widget.h, dispatch.c
  • widget_get_page_synth() : widget.h, dispatch.c
  • @@ -101,14 +101,14 @@ $(function() {
  • widget_get_results_box_display() : widget.h, display.c
  • widget_get_results_box_organize() : widget.h, organize.c
  • widget_get_results_box_time() : widget.h, display.c
  • -
  • widget_get_rule_edition_tools() : widget.h, edit.c
  • +
  • widget_get_rule_edition_tools() : edit.c, widget.h
  • widget_get_rule_investigation_tools() : widget.h, investigate.c
  • widget_get_rules_pilot_box() : widget.h, pilot_box.c
  • widget_get_rules_tree_tools() : widget.h, pilot_box.c
  • widget_get_rules_use() : widget.h, freq.c
  • widget_get_selected_rule() : widget.h, dispatch.c
  • widget_get_selected_rule_algebra() : widget.h, dispatch.c
  • -
  • widget_get_selected_rule_assignations_list_btt() : assign.c, widget.h
  • +
  • widget_get_selected_rule_assignations_list_btt() : widget.h, assign.c
  • widget_get_selected_rule_before_after() : widget.h, geometry.c
  • widget_get_selected_rule_camera() : widget.h, camera.c
  • widget_get_selected_rule_conditions_list_btt() : widget.h, conditions.c
  • @@ -121,6 +121,7 @@ $(function() {
  • widget_get_text_from_address() : widget.h, modal.c
  • widget_get_text_window() : widget.h, manager.c
  • widget_get_time_dependent() : widget.h, time.c
  • +
  • widget_get_topbar() : widget.h, dispatch.c
  • widget_get_user_rules_tree() : widget.h, tree.c
  • widget_let_us_create_a_complex_useless_and_expensive_tree() : widget.h, labo.c
  • widget_measure_do_choose_an_event_type() : widget.h, dispatch.c
  • @@ -140,10 +141,11 @@ $(function() {
  • widget_measure_time_elapsed_between_two_events() : widget.h, dispatch.c
  • widget_reset_XYZ_in_state_pane() : widget.h, middle.c
  • widget_set_item_text() : widget.h, utilities.c
  • -
  • widget_set_objects_value() : widget.h, top.c
  • +
  • widget_set_objects_value() : top.c, widget.h
  • widget_set_situations_value() : widget.h, top.c
  • +
  • window_design_topbar_center() : widget.h, center.c
  • window_design_topbar_left() : widget.h, left.c
  • -
  • window_design_topbar_right() : widget.h
  • +
  • window_design_topbar_right() : widget.h, right.c
  • diff --git a/doc/html/globals_w.html b/doc/html/globals_w.html index c8c6dda..21d8d4f 100644 --- a/doc/html/globals_w.html +++ b/doc/html/globals_w.html @@ -89,8 +89,8 @@ $(function() {
  • widget_add_tree_child_node() : widget.h, tree.c
  • widget_create_user_rules_tree_node() : widget.h, tree.c
  • widget_design_dialog_window() : widget.h, dialog.c
  • -
  • widget_design_main_window() : widget.h, dispatch.c
  • -
  • widget_design_text_window() : modal.c, widget.h
  • +
  • widget_design_main_window() : widget.h, designer.c
  • +
  • widget_design_text_window() : widget.h, modal.c
  • widget_get_address_text_alpha_index() : widget.h, dispatch.c
  • widget_get_address_text_practice() : widget.h, dispatch.c
  • widget_get_address_text_theory() : widget.h, dispatch.c
  • @@ -108,7 +108,7 @@ $(function() {
  • widget_get_page_measure() : widget.h, dispatch.c
  • widget_get_page_state() : widget.h, dispatch.c
  • widget_get_page_synth() : widget.h, dispatch.c
  • -
  • widget_get_pane_all_rules_left() : dispatch.c, widget.h
  • +
  • widget_get_pane_all_rules_left() : widget.h, dispatch.c
  • widget_get_pane_selected_rule_right() : widget.h, dispatch.c
  • widget_get_results_box_display() : widget.h, display.c
  • widget_get_results_box_organize() : widget.h, organize.c
  • @@ -117,7 +117,7 @@ $(function() {
  • widget_get_rule_investigation_tools() : widget.h, investigate.c
  • widget_get_rules_pilot_box() : widget.h, pilot_box.c
  • widget_get_rules_tree_tools() : widget.h, pilot_box.c
  • -
  • widget_get_rules_use() : freq.c, widget.h
  • +
  • widget_get_rules_use() : widget.h, freq.c
  • widget_get_selected_rule() : widget.h, dispatch.c
  • widget_get_selected_rule_algebra() : widget.h, dispatch.c
  • widget_get_selected_rule_assignations_list_btt() : widget.h, assign.c
  • @@ -127,17 +127,18 @@ $(function() {
  • widget_get_selected_rule_geometry() : widget.h, dispatch.c
  • widget_get_selected_rule_identity_btt() : widget.h, identity.c
  • widget_get_sequence_control() : widget.h, bottom.c
  • -
  • widget_get_space_edit_control() : bottom.c, widget.h
  • +
  • widget_get_space_edit_control() : widget.h, bottom.c
  • widget_get_space_view() : widget.h, middle.c
  • -
  • widget_get_space_vs_non_time_dependent() : widget.h, dispatch.c
  • +
  • widget_get_space_vs_non_time_dependent() : dispatch.c, widget.h
  • widget_get_text_from_address() : widget.h, modal.c
  • widget_get_text_window() : widget.h, manager.c
  • widget_get_time_dependent() : widget.h, time.c
  • +
  • widget_get_topbar() : widget.h, dispatch.c
  • widget_get_user_rules_tree() : widget.h, tree.c
  • widget_let_us_create_a_complex_useless_and_expensive_tree() : widget.h, labo.c
  • widget_measure_do_choose_an_event_type() : widget.h, dispatch.c
  • -
  • widget_measure_do_correlate() : dispatch.c, widget.h
  • -
  • widget_measure_do_depends_on_a_single_event() : widget.h, dispatch.c
  • +
  • widget_measure_do_correlate() : widget.h, dispatch.c
  • +
  • widget_measure_do_depends_on_a_single_event() : dispatch.c, widget.h
  • widget_measure_do_depends_on_one_or_two_events() : widget.h, dispatch.c
  • widget_measure_do_depends_on_two_events() : widget.h, dispatch.c
  • widget_measure_do_end_creation_of_measurement_process() : widget.h, dispatch.c
  • @@ -154,8 +155,9 @@ $(function() {
  • widget_set_item_text() : widget.h, utilities.c
  • widget_set_objects_value() : widget.h, top.c
  • widget_set_situations_value() : widget.h, top.c
  • +
  • window_design_topbar_center() : widget.h, center.c
  • window_design_topbar_left() : widget.h, left.c
  • -
  • window_design_topbar_right() : widget.h
  • +
  • window_design_topbar_right() : widget.h, right.c
  • diff --git a/doc/html/search/all_14.js b/doc/html/search/all_14.js index 56b37b0..51f85af 100644 --- a/doc/html/search/all_14.js +++ b/doc/html/search/all_14.js @@ -16,19 +16,19 @@ var searchData= ['widget_5fadd_5ftree_5fchild_5fnode_13',['widget_add_tree_child_node',['../d1/d0c/util_2tree_8c.html#a95c04d702f36a7422a9e14eaf456ed3e',1,'widget_add_tree_child_node(struct TreeNode_t *parent, struct TreeNode_t *child): tree.c'],['../df/d05/widget_8h.html#a95c04d702f36a7422a9e14eaf456ed3e',1,'widget_add_tree_child_node(struct TreeNode_t *parent, struct TreeNode_t *child): tree.c']]], ['widget_5fcreate_5fuser_5frules_5ftree_5fnode_14',['widget_create_user_rules_tree_node',['../d1/d0c/util_2tree_8c.html#a82852f17d5f914c6cfb35b892766ab1e',1,'widget_create_user_rules_tree_node(const gchar *text): tree.c'],['../df/d05/widget_8h.html#a82852f17d5f914c6cfb35b892766ab1e',1,'widget_create_user_rules_tree_node(const gchar *text): tree.c']]], ['widget_5fdesign_5fdialog_5fwindow_15',['widget_design_dialog_window',['../df/d05/widget_8h.html#a1591b0ceef41a3926eee69905735b3ec',1,'widget_design_dialog_window(GtkWindow *main_window, GtkWindow *dialog_window): dialog.c'],['../dd/d09/dialog_8c.html#a1591b0ceef41a3926eee69905735b3ec',1,'widget_design_dialog_window(GtkWindow *main_window, GtkWindow *dialog_window): dialog.c']]], - ['widget_5fdesign_5fmain_5fwindow_16',['widget_design_main_window',['../df/d05/widget_8h.html#a6458bdae6bcf9131bc7c793810869db7',1,'widget_design_main_window(GtkWindow *main_window, GtkApplication *app): dispatch.c'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#a6458bdae6bcf9131bc7c793810869db7',1,'widget_design_main_window(GtkWindow *main_window, GtkApplication *app): dispatch.c']]], + ['widget_5fdesign_5fmain_5fwindow_16',['widget_design_main_window',['../df/d05/widget_8h.html#a6458bdae6bcf9131bc7c793810869db7',1,'widget_design_main_window(GtkWindow *main_window, GtkApplication *app): designer.c'],['../db/d02/designer_8c.html#a6458bdae6bcf9131bc7c793810869db7',1,'widget_design_main_window(GtkWindow *main_window, GtkApplication *app): designer.c']]], ['widget_5fdesign_5ftext_5fwindow_17',['widget_design_text_window',['../df/d05/widget_8h.html#a2de49d7ea886ac83d68af532046c0868',1,'widget_design_text_window(GtkWindow *main_window, GtkWindow *text_window): modal.c'],['../d5/d0a/modal_8c.html#a2de49d7ea886ac83d68af532046c0868',1,'widget_design_text_window(GtkWindow *main_window, GtkWindow *text_window): modal.c']]], ['widget_5fget_5faddress_5ftext_5falpha_5findex_18',['widget_get_address_text_alpha_index',['../df/d05/widget_8h.html#a905ee0e77908c113609224ee28aaa0ee',1,'widget_get_address_text_alpha_index(): dispatch.c'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#a905ee0e77908c113609224ee28aaa0ee',1,'widget_get_address_text_alpha_index(): dispatch.c']]], ['widget_5fget_5faddress_5ftext_5fpractice_19',['widget_get_address_text_practice',['../df/d05/widget_8h.html#acfad36e48f845c075056fb8fbe765c0e',1,'widget_get_address_text_practice(): dispatch.c'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#acfad36e48f845c075056fb8fbe765c0e',1,'widget_get_address_text_practice(): dispatch.c']]], ['widget_5fget_5faddress_5ftext_5ftheory_20',['widget_get_address_text_theory',['../df/d05/widget_8h.html#aee7518cfd4073577afedafc70705e233',1,'widget_get_address_text_theory(): dispatch.c'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aee7518cfd4073577afedafc70705e233',1,'widget_get_address_text_theory(): dispatch.c']]], - ['widget_5fget_5fan_5fimpression_5fof_5fwhat_5fa_5frules_5fcomparator_5fcould_5fbe_21',['widget_get_an_impression_of_what_a_rules_comparator_could_be',['../df/d05/widget_8h.html#a60d9aed440437cd898f609784c32b2f5',1,'widget_get_an_impression_of_what_a_rules_comparator_could_be(): interest.c'],['../d9/d0d/interest_8c.html#a60d9aed440437cd898f609784c32b2f5',1,'widget_get_an_impression_of_what_a_rules_comparator_could_be(): interest.c']]], + ['widget_5fget_5fan_5fimpression_5fof_5fwhat_5fa_5frules_5fcomparator_5fcould_5fbe_21',['widget_get_an_impression_of_what_a_rules_comparator_could_be',['../d9/d0d/interest_8c.html#a60d9aed440437cd898f609784c32b2f5',1,'widget_get_an_impression_of_what_a_rules_comparator_could_be(): interest.c'],['../df/d05/widget_8h.html#a60d9aed440437cd898f609784c32b2f5',1,'widget_get_an_impression_of_what_a_rules_comparator_could_be(): interest.c']]], ['widget_5fget_5fbtt_5flabel_5fdata_22',['widget_get_btt_label_data',['../df/d05/widget_8h.html#a136322baea0729a8dfbc5c9b1bc0667e',1,'widget_get_btt_label_data(): left.c'],['../d5/d03/left_8c.html#a136322baea0729a8dfbc5c9b1bc0667e',1,'widget_get_btt_label_data(): left.c']]], ['widget_5fget_5fbtt_5flabel_5frules_23',['widget_get_btt_label_rules',['../df/d05/widget_8h.html#adea9b5591d51aab274d8c275045d778c',1,'widget_get_btt_label_rules(): left.c'],['../d5/d03/left_8c.html#adea9b5591d51aab274d8c275045d778c',1,'widget_get_btt_label_rules(): left.c']]], ['widget_5fget_5fbtt_5flabel_5fstate_24',['widget_get_btt_label_state',['../df/d05/widget_8h.html#a22ed4aed09c29d9f8c72dbe7ced53e2c',1,'widget_get_btt_label_state(): left.c'],['../d5/d03/left_8c.html#a22ed4aed09c29d9f8c72dbe7ced53e2c',1,'widget_get_btt_label_state(): left.c']]], ['widget_5fget_5fbtt_5flabel_5fsynth_25',['widget_get_btt_label_synth',['../df/d05/widget_8h.html#a3d0f8c7b9545a6da3464060dad7990db',1,'widget_get_btt_label_synth(): left.c'],['../d5/d03/left_8c.html#a3d0f8c7b9545a6da3464060dad7990db',1,'widget_get_btt_label_synth(): left.c']]], ['widget_5fget_5fdialog_5fwindow_26',['widget_get_dialog_window',['../df/d05/widget_8h.html#a8a3fc181cce5aa9cfb0623abf0315f5d',1,'widget_get_dialog_window(): manager.c'],['../d3/d09/widget_2manager_8c.html#a8a3fc181cce5aa9cfb0623abf0315f5d',1,'widget_get_dialog_window(): manager.c']]], ['widget_5fget_5fgraph_5fview_5fcontrol_27',['widget_get_graph_view_control',['../df/d05/widget_8h.html#a86794ff6578c24e8b16b94bf853dd2b3',1,'widget_get_graph_view_control(): top.c'],['../dc/d04/top_8c.html#a86794ff6578c24e8b16b94bf853dd2b3',1,'widget_get_graph_view_control(): top.c']]], - ['widget_5fget_5fmain_5fwindow_28',['widget_get_main_window',['../d3/d09/widget_2manager_8c.html#aa79c2ff4883932d6f9b7184d1d05dd5d',1,'widget_get_main_window(): manager.c'],['../df/d05/widget_8h.html#aa79c2ff4883932d6f9b7184d1d05dd5d',1,'widget_get_main_window(): manager.c']]], + ['widget_5fget_5fmain_5fwindow_28',['widget_get_main_window',['../df/d05/widget_8h.html#aa79c2ff4883932d6f9b7184d1d05dd5d',1,'widget_get_main_window(): manager.c'],['../d3/d09/widget_2manager_8c.html#aa79c2ff4883932d6f9b7184d1d05dd5d',1,'widget_get_main_window(): manager.c']]], ['widget_5fget_5fnon_5ftime_5fdependent_29',['widget_get_non_time_dependent',['../df/d05/widget_8h.html#abc35a23e7853e1e3628b389291f29cba',1,'widget_get_non_time_dependent(): dispatch.c'],['../db/d06/widget_2main__window_2synth_2dispatch_8c.html#abc35a23e7853e1e3628b389291f29cba',1,'widget_get_non_time_dependent(): dispatch.c']]], ['widget_5fget_5fobject_5ftransparency_30',['widget_get_object_transparency',['../df/d05/widget_8h.html#a1b7d49db6b4e22a55da588d1137b6e2c',1,'widget_get_object_transparency(int i): top.c'],['../dc/d04/top_8c.html#a7567acc9ecaf9b3e6d06c08b60c50142',1,'widget_get_object_transparency(int rank): top.c']]], ['widget_5fget_5fpage_5fdata_31',['widget_get_page_data',['../df/d05/widget_8h.html#a56cdc1609820a67a52fb095ba0128d3f',1,'widget_get_page_data(): dispatch.c'],['../dc/d0c/widget_2main__window_2results_2dispatch_8c.html#a56cdc1609820a67a52fb095ba0128d3f',1,'widget_get_page_data(): dispatch.c']]], @@ -36,16 +36,16 @@ var searchData= ['widget_5fget_5fpage_5fstate_33',['widget_get_page_state',['../df/d05/widget_8h.html#a9689934ad6d7c98379f35d49adf11878',1,'widget_get_page_state(): dispatch.c'],['../df/d0e/widget_2main__window_2state_2dispatch_8c.html#a9689934ad6d7c98379f35d49adf11878',1,'widget_get_page_state(): dispatch.c']]], ['widget_5fget_5fpage_5fsynth_34',['widget_get_page_synth',['../df/d05/widget_8h.html#a990f88f46feba957a864d7bf203f42e7',1,'widget_get_page_synth(): dispatch.c'],['../db/d06/widget_2main__window_2synth_2dispatch_8c.html#a990f88f46feba957a864d7bf203f42e7',1,'widget_get_page_synth(): dispatch.c']]], ['widget_5fget_5fpane_5fall_5frules_5fleft_35',['widget_get_pane_all_rules_left',['../df/d05/widget_8h.html#a1c074a5748ee5c7e9974bb75539adb34',1,'widget_get_pane_all_rules_left(): dispatch.c'],['../d3/d0c/widget_2main__window_2all__rules_2dispatch_8c.html#a1c074a5748ee5c7e9974bb75539adb34',1,'widget_get_pane_all_rules_left(): dispatch.c']]], - ['widget_5fget_5fpane_5fselected_5frule_5fright_36',['widget_get_pane_selected_rule_right',['../d1/d0b/widget_2main__window_2one__rule_2dispatch_8c.html#ab9db55b708939397362a8a11489c64c5',1,'widget_get_pane_selected_rule_right(): dispatch.c'],['../df/d05/widget_8h.html#ab9db55b708939397362a8a11489c64c5',1,'widget_get_pane_selected_rule_right(): dispatch.c']]], - ['widget_5fget_5fresults_5fbox_5fdisplay_37',['widget_get_results_box_display',['../df/d05/widget_8h.html#aeca06e5a8c669b8d8f9dd82289f4e1e1',1,'widget_get_results_box_display(): display.c'],['../db/d05/display_8c.html#aeca06e5a8c669b8d8f9dd82289f4e1e1',1,'widget_get_results_box_display(): display.c']]], + ['widget_5fget_5fpane_5fselected_5frule_5fright_36',['widget_get_pane_selected_rule_right',['../df/d05/widget_8h.html#ab9db55b708939397362a8a11489c64c5',1,'widget_get_pane_selected_rule_right(): dispatch.c'],['../d1/d0b/widget_2main__window_2one__rule_2dispatch_8c.html#ab9db55b708939397362a8a11489c64c5',1,'widget_get_pane_selected_rule_right(): dispatch.c']]], + ['widget_5fget_5fresults_5fbox_5fdisplay_37',['widget_get_results_box_display',['../db/d05/display_8c.html#aeca06e5a8c669b8d8f9dd82289f4e1e1',1,'widget_get_results_box_display(): display.c'],['../df/d05/widget_8h.html#aeca06e5a8c669b8d8f9dd82289f4e1e1',1,'widget_get_results_box_display(): display.c']]], ['widget_5fget_5fresults_5fbox_5forganize_38',['widget_get_results_box_organize',['../df/d05/widget_8h.html#aba1af8256174f6a4661675d2b3c6c34d',1,'widget_get_results_box_organize(): organize.c'],['../d5/d05/organize_8c.html#aba1af8256174f6a4661675d2b3c6c34d',1,'widget_get_results_box_organize(): organize.c']]], ['widget_5fget_5fresults_5fbox_5ftime_39',['widget_get_results_box_time',['../df/d05/widget_8h.html#a1cc6f65cd162b7c49e760ab29e8b7919',1,'widget_get_results_box_time(): display.c'],['../db/d05/display_8c.html#a1cc6f65cd162b7c49e760ab29e8b7919',1,'widget_get_results_box_time(): display.c']]], ['widget_5fget_5frule_5fedition_5ftools_40',['widget_get_rule_edition_tools',['../df/d05/widget_8h.html#a8b314bd2dcf59006649ff86ae04e9eaf',1,'widget_get_rule_edition_tools(): edit.c'],['../d4/d02/edit_8c.html#a8b314bd2dcf59006649ff86ae04e9eaf',1,'widget_get_rule_edition_tools(): edit.c']]], ['widget_5fget_5frule_5finvestigation_5ftools_41',['widget_get_rule_investigation_tools',['../df/d05/widget_8h.html#a4d4d650591869cebc663884c29c6bb7c',1,'widget_get_rule_investigation_tools(): investigate.c'],['../d1/d04/investigate_8c.html#a4d4d650591869cebc663884c29c6bb7c',1,'widget_get_rule_investigation_tools(): investigate.c']]], ['widget_5fget_5frules_5fpilot_5fbox_42',['widget_get_rules_pilot_box',['../df/d05/widget_8h.html#a192412673ea82a53a66fd809a5b1fd55',1,'widget_get_rules_pilot_box(): pilot_box.c'],['../d7/d00/pilot__box_8c.html#a192412673ea82a53a66fd809a5b1fd55',1,'widget_get_rules_pilot_box(): pilot_box.c']]], ['widget_5fget_5frules_5ftree_5ftools_43',['widget_get_rules_tree_tools',['../df/d05/widget_8h.html#a3cecbcc7340289ed318347f1bf86308c',1,'widget_get_rules_tree_tools(): pilot_box.c'],['../d7/d00/pilot__box_8c.html#a3cecbcc7340289ed318347f1bf86308c',1,'widget_get_rules_tree_tools(): pilot_box.c']]], - ['widget_5fget_5frules_5fuse_44',['widget_get_rules_use',['../d6/d07/freq_8c.html#a1f62040452052165b13a8e9bf23ab368',1,'widget_get_rules_use(): freq.c'],['../df/d05/widget_8h.html#a1f62040452052165b13a8e9bf23ab368',1,'widget_get_rules_use(): freq.c']]], - ['widget_5fget_5fselected_5frule_45',['widget_get_selected_rule',['../df/d05/widget_8h.html#ab6a3b9836a4c333b59b34cb97d00df3a',1,'widget_get_selected_rule(): dispatch.c'],['../d1/d0b/widget_2main__window_2one__rule_2dispatch_8c.html#ab6a3b9836a4c333b59b34cb97d00df3a',1,'widget_get_selected_rule(): dispatch.c']]], + ['widget_5fget_5frules_5fuse_44',['widget_get_rules_use',['../df/d05/widget_8h.html#a1f62040452052165b13a8e9bf23ab368',1,'widget_get_rules_use(): freq.c'],['../d6/d07/freq_8c.html#a1f62040452052165b13a8e9bf23ab368',1,'widget_get_rules_use(): freq.c']]], + ['widget_5fget_5fselected_5frule_45',['widget_get_selected_rule',['../d1/d0b/widget_2main__window_2one__rule_2dispatch_8c.html#ab6a3b9836a4c333b59b34cb97d00df3a',1,'widget_get_selected_rule(): dispatch.c'],['../df/d05/widget_8h.html#ab6a3b9836a4c333b59b34cb97d00df3a',1,'widget_get_selected_rule(): dispatch.c']]], ['widget_5fget_5fselected_5frule_5falgebra_46',['widget_get_selected_rule_algebra',['../df/d05/widget_8h.html#a15cbd8402e76ff0dd5e6b39e17a9dc49',1,'widget_get_selected_rule_algebra(): dispatch.c'],['../dc/d0e/widget_2main__window_2one__rule_2algebra_2dispatch_8c.html#a15cbd8402e76ff0dd5e6b39e17a9dc49',1,'widget_get_selected_rule_algebra(): dispatch.c']]], ['widget_5fget_5fselected_5frule_5fassignations_5flist_5fbtt_47',['widget_get_selected_rule_assignations_list_btt',['../df/d05/widget_8h.html#a118c74f398c9e46f2a2252deaf88337e',1,'widget_get_selected_rule_assignations_list_btt(): assign.c'],['../db/d07/assign_8c.html#a118c74f398c9e46f2a2252deaf88337e',1,'widget_get_selected_rule_assignations_list_btt(): assign.c']]], ['widget_5fget_5fselected_5frule_5fbefore_5fafter_48',['widget_get_selected_rule_before_after',['../df/d05/widget_8h.html#a075009e3b1816abfd76bd3d4fcdda890',1,'widget_get_selected_rule_before_after(): geometry.c'],['../db/d02/geometry_8c.html#a075009e3b1816abfd76bd3d4fcdda890',1,'widget_get_selected_rule_before_after(): geometry.c']]], @@ -54,33 +54,35 @@ var searchData= ['widget_5fget_5fselected_5frule_5fgeometry_51',['widget_get_selected_rule_geometry',['../df/d05/widget_8h.html#a303a3e0838137d31f4e04a416ebf6310',1,'widget_get_selected_rule_geometry(): dispatch.c'],['../df/d06/widget_2main__window_2one__rule_2geometry_2dispatch_8c.html#a303a3e0838137d31f4e04a416ebf6310',1,'widget_get_selected_rule_geometry(): dispatch.c']]], ['widget_5fget_5fselected_5frule_5fidentity_5fbtt_52',['widget_get_selected_rule_identity_btt',['../df/d05/widget_8h.html#afcfab13d3504a69ec5f4ae6ad6974e29',1,'widget_get_selected_rule_identity_btt(): identity.c'],['../d4/d01/identity_8c.html#afcfab13d3504a69ec5f4ae6ad6974e29',1,'widget_get_selected_rule_identity_btt(): identity.c']]], ['widget_5fget_5fsequence_5fcontrol_53',['widget_get_sequence_control',['../df/d05/widget_8h.html#a593c9c15eb7c193c589dac7c28c36560',1,'widget_get_sequence_control(): bottom.c'],['../db/d07/bottom_8c.html#a593c9c15eb7c193c589dac7c28c36560',1,'widget_get_sequence_control(): bottom.c']]], - ['widget_5fget_5fspace_5fedit_5fcontrol_54',['widget_get_space_edit_control',['../db/d07/bottom_8c.html#affbfa87fb5a08853b9a4d92de8877ff7',1,'widget_get_space_edit_control(): bottom.c'],['../df/d05/widget_8h.html#affbfa87fb5a08853b9a4d92de8877ff7',1,'widget_get_space_edit_control(): bottom.c']]], + ['widget_5fget_5fspace_5fedit_5fcontrol_54',['widget_get_space_edit_control',['../df/d05/widget_8h.html#affbfa87fb5a08853b9a4d92de8877ff7',1,'widget_get_space_edit_control(): bottom.c'],['../db/d07/bottom_8c.html#affbfa87fb5a08853b9a4d92de8877ff7',1,'widget_get_space_edit_control(): bottom.c']]], ['widget_5fget_5fspace_5fview_55',['widget_get_space_view',['../df/d05/widget_8h.html#ab37220d257ccf0ac8a2f4b0f41b83ab9',1,'widget_get_space_view(int partition_space_vs_camera): middle.c'],['../d0/d00/middle_8c.html#ab37220d257ccf0ac8a2f4b0f41b83ab9',1,'widget_get_space_view(int partition_space_vs_camera): middle.c']]], ['widget_5fget_5fspace_5fvs_5fnon_5ftime_5fdependent_56',['widget_get_space_vs_non_time_dependent',['../df/d05/widget_8h.html#aed9b242acda234a0ca5cd359cb6d29e2',1,'widget_get_space_vs_non_time_dependent(): dispatch.c'],['../db/d06/widget_2main__window_2synth_2dispatch_8c.html#aed9b242acda234a0ca5cd359cb6d29e2',1,'widget_get_space_vs_non_time_dependent(): dispatch.c']]], ['widget_5fget_5ftext_5ffrom_5faddress_57',['widget_get_text_from_address',['../df/d05/widget_8h.html#a5592a550ad1f66ae7092b580318878f8',1,'widget_get_text_from_address(gchar *text_name): modal.c'],['../d5/d0a/modal_8c.html#a59d241b96357c7580fd8584572f42b4c',1,'widget_get_text_from_address(gchar *text_address): modal.c']]], ['widget_5fget_5ftext_5fwindow_58',['widget_get_text_window',['../df/d05/widget_8h.html#a84dce957680294b8b928c5bc9b2c1dfb',1,'widget_get_text_window(): manager.c'],['../d3/d09/widget_2manager_8c.html#a84dce957680294b8b928c5bc9b2c1dfb',1,'widget_get_text_window(): manager.c']]], ['widget_5fget_5ftime_5fdependent_59',['widget_get_time_dependent',['../df/d05/widget_8h.html#aff18a7cea4191d9ae0480f2eaca06a5f',1,'widget_get_time_dependent(): time.c'],['../df/d03/time_8c.html#aff18a7cea4191d9ae0480f2eaca06a5f',1,'widget_get_time_dependent(): time.c']]], - ['widget_5fget_5fuser_5frules_5ftree_60',['widget_get_user_rules_tree',['../df/d05/widget_8h.html#af968daedf9ce1bd06c674c69ef793201',1,'widget_get_user_rules_tree(): tree.c'],['../d1/d0c/util_2tree_8c.html#af968daedf9ce1bd06c674c69ef793201',1,'widget_get_user_rules_tree(): tree.c']]], - ['widget_5flet_5fus_5fcreate_5fa_5fcomplex_5fuseless_5fand_5fexpensive_5ftree_61',['widget_let_us_create_a_complex_useless_and_expensive_tree',['../df/d05/widget_8h.html#a479a32aff9b3fa44b34508e2c41b12d3',1,'widget_let_us_create_a_complex_useless_and_expensive_tree(struct TreeNode_t *tree_root): labo.c'],['../d6/d08/labo_8c.html#a479a32aff9b3fa44b34508e2c41b12d3',1,'widget_let_us_create_a_complex_useless_and_expensive_tree(struct TreeNode_t *tree_root): labo.c']]], - ['widget_5fmeasure_5fdo_5fchoose_5fan_5fevent_5ftype_62',['widget_measure_do_choose_an_event_type',['../df/d05/widget_8h.html#a37872533aa0116818c810d9cdad7f4ed',1,'widget_measure_do_choose_an_event_type(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a37872533aa0116818c810d9cdad7f4ed',1,'widget_measure_do_choose_an_event_type(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fcorrelate_63',['widget_measure_do_correlate',['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#aaab2ef1ae64c85052ab65ed684f3a132',1,'widget_measure_do_correlate(): dispatch.c'],['../df/d05/widget_8h.html#aaab2ef1ae64c85052ab65ed684f3a132',1,'widget_measure_do_correlate(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fdepends_5fon_5fa_5fsingle_5fevent_64',['widget_measure_do_depends_on_a_single_event',['../df/d05/widget_8h.html#a5b3aeea035afbf3cb35744687f091b1b',1,'widget_measure_do_depends_on_a_single_event(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a5b3aeea035afbf3cb35744687f091b1b',1,'widget_measure_do_depends_on_a_single_event(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fdepends_5fon_5fone_5for_5ftwo_5fevents_65',['widget_measure_do_depends_on_one_or_two_events',['../df/d05/widget_8h.html#aea7a46578d6e1f0a2ee58b0f6eb16028',1,'widget_measure_do_depends_on_one_or_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#aea7a46578d6e1f0a2ee58b0f6eb16028',1,'widget_measure_do_depends_on_one_or_two_events(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fdepends_5fon_5ftwo_5fevents_66',['widget_measure_do_depends_on_two_events',['../df/d05/widget_8h.html#a7c86507328bb9c31a0dcc0c97cf66c25',1,'widget_measure_do_depends_on_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a7c86507328bb9c31a0dcc0c97cf66c25',1,'widget_measure_do_depends_on_two_events(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fend_5fcreation_5fof_5fmeasurement_5fprocess_67',['widget_measure_do_end_creation_of_measurement_process',['../df/d05/widget_8h.html#a5f9f287e97e9bdad13662a864a1d5273',1,'widget_measure_do_end_creation_of_measurement_process(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a5f9f287e97e9bdad13662a864a1d5273',1,'widget_measure_do_end_creation_of_measurement_process(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5finsert_5fin_5fmeasurements_5flist_68',['widget_measure_do_insert_in_measurements_list',['../df/d05/widget_8h.html#a3d1ceccb1f00d0a2f3329af8b499844b',1,'widget_measure_do_insert_in_measurements_list(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a3d1ceccb1f00d0a2f3329af8b499844b',1,'widget_measure_do_insert_in_measurements_list(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fselect_5fa_5fsecond_5frules_5fset_69',['widget_measure_do_select_a_second_rules_set',['../df/d05/widget_8h.html#a444bf6c3230e0f97827eda74818ba258',1,'widget_measure_do_select_a_second_rules_set(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a444bf6c3230e0f97827eda74818ba258',1,'widget_measure_do_select_a_second_rules_set(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fselect_5frules_5ffirst_70',['widget_measure_do_select_rules_first',['../df/d05/widget_8h.html#a88886ed08e68539a9c5280fc40c2c2a0',1,'widget_measure_do_select_rules_first(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a88886ed08e68539a9c5280fc40c2c2a0',1,'widget_measure_do_select_rules_first(): dispatch.c']]], - ['widget_5fmeasure_5fevent_5foccurences_5fdates_71',['widget_measure_event_occurences_dates',['../df/d05/widget_8h.html#a3fae10bb44f33d896f72352df671be61',1,'widget_measure_event_occurences_dates(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a3fae10bb44f33d896f72352df671be61',1,'widget_measure_event_occurences_dates(): dispatch.c']]], - ['widget_5fmeasure_5fevent_5foccurences_5fnb_72',['widget_measure_event_occurences_nb',['../df/d05/widget_8h.html#a0cef6d510a6777d25e26ec5900c38239',1,'widget_measure_event_occurences_nb(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a0cef6d510a6777d25e26ec5900c38239',1,'widget_measure_event_occurences_nb(): dispatch.c']]], - ['widget_5fmeasure_5fevent_5foccurences_5fsituations_73',['widget_measure_event_occurences_situations',['../df/d05/widget_8h.html#a58049a1f53bb6e189b5a60004fd716b5',1,'widget_measure_event_occurences_situations(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a58049a1f53bb6e189b5a60004fd716b5',1,'widget_measure_event_occurences_situations(): dispatch.c']]], - ['widget_5fmeasure_5fnew_74',['widget_measure_new',['../df/d05/widget_8h.html#a27574b02d486a2e93ed1a3e0f6461798',1,'widget_measure_new(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a27574b02d486a2e93ed1a3e0f6461798',1,'widget_measure_new(): dispatch.c']]], - ['widget_5fmeasure_5fthird_5fevent_5foccurences_5fin_5fbetween_75',['widget_measure_third_event_occurences_in_between',['../df/d05/widget_8h.html#a05bd4127a0e218921c87eb499595f860',1,'widget_measure_third_event_occurences_in_between(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a05bd4127a0e218921c87eb499595f860',1,'widget_measure_third_event_occurences_in_between(): dispatch.c']]], - ['widget_5fmeasure_5ftime_5felapsed_5fbetween_5ftwo_5fevents_76',['widget_measure_time_elapsed_between_two_events',['../df/d05/widget_8h.html#a42113abbf8118a8362314d2427f540dc',1,'widget_measure_time_elapsed_between_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a42113abbf8118a8362314d2427f540dc',1,'widget_measure_time_elapsed_between_two_events(): dispatch.c']]], - ['widget_5freset_5fxyz_5fin_5fstate_5fpane_77',['widget_reset_xyz_in_state_pane',['../df/d05/widget_8h.html#a8019caa45a82a3d92061d49818d0f617',1,'widget_reset_XYZ_in_state_pane(): middle.c'],['../d0/d00/middle_8c.html#a8019caa45a82a3d92061d49818d0f617',1,'widget_reset_XYZ_in_state_pane(): middle.c']]], - ['widget_5fset_5fitem_5ftext_78',['widget_set_item_text',['../df/d05/widget_8h.html#a1c4f1ce489cdc3b4e5a1e86d3438e846',1,'widget_set_item_text(GtkWidget *list_box, const char *text, bool editable): utilities.c'],['../d7/d06/utilities_8c.html#a1c4f1ce489cdc3b4e5a1e86d3438e846',1,'widget_set_item_text(GtkWidget *list_box, const char *text, bool editable): utilities.c']]], - ['widget_5fset_5fobjects_5fvalue_79',['widget_set_objects_value',['../df/d05/widget_8h.html#affefa1ca48e64b5b440729fecbe0e4ee',1,'widget_set_objects_value(int rank, int value): top.c'],['../dc/d04/top_8c.html#affefa1ca48e64b5b440729fecbe0e4ee',1,'widget_set_objects_value(int rank, int value): top.c']]], - ['widget_5fset_5fsituations_5fvalue_80',['widget_set_situations_value',['../df/d05/widget_8h.html#a4081353ac1420fa15533a11bcbff3238',1,'widget_set_situations_value(int value): top.c'],['../dc/d04/top_8c.html#a4081353ac1420fa15533a11bcbff3238',1,'widget_set_situations_value(int value): top.c']]], - ['window_5fdesign_5ftopbar_5fleft_81',['window_design_topbar_left',['../df/d05/widget_8h.html#a45d8a02844578e1c13d8b86b74e3c8b0',1,'window_design_topbar_left(GtkWidget *header_bar): left.c'],['../d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0',1,'window_design_topbar_left(GtkWidget *header_bar): left.c']]], - ['window_5fdesign_5ftopbar_5fright_82',['window_design_topbar_right',['../df/d05/widget_8h.html#a4a9ccdb6dc6dbc18f1e2d2235fbb26c3',1,'right.c']]] + ['widget_5fget_5ftopbar_60',['widget_get_topbar',['../df/d05/widget_8h.html#ad937c2a7a1f8a2af174434bd5f1dcf20',1,'widget_get_topbar(GtkApplication *app): dispatch.c'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20',1,'widget_get_topbar(GtkApplication *app): dispatch.c']]], + ['widget_5fget_5fuser_5frules_5ftree_61',['widget_get_user_rules_tree',['../df/d05/widget_8h.html#af968daedf9ce1bd06c674c69ef793201',1,'widget_get_user_rules_tree(): tree.c'],['../d1/d0c/util_2tree_8c.html#af968daedf9ce1bd06c674c69ef793201',1,'widget_get_user_rules_tree(): tree.c']]], + ['widget_5flet_5fus_5fcreate_5fa_5fcomplex_5fuseless_5fand_5fexpensive_5ftree_62',['widget_let_us_create_a_complex_useless_and_expensive_tree',['../df/d05/widget_8h.html#a479a32aff9b3fa44b34508e2c41b12d3',1,'widget_let_us_create_a_complex_useless_and_expensive_tree(struct TreeNode_t *tree_root): labo.c'],['../d6/d08/labo_8c.html#a479a32aff9b3fa44b34508e2c41b12d3',1,'widget_let_us_create_a_complex_useless_and_expensive_tree(struct TreeNode_t *tree_root): labo.c']]], + ['widget_5fmeasure_5fdo_5fchoose_5fan_5fevent_5ftype_63',['widget_measure_do_choose_an_event_type',['../df/d05/widget_8h.html#a37872533aa0116818c810d9cdad7f4ed',1,'widget_measure_do_choose_an_event_type(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a37872533aa0116818c810d9cdad7f4ed',1,'widget_measure_do_choose_an_event_type(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fcorrelate_64',['widget_measure_do_correlate',['../df/d05/widget_8h.html#aaab2ef1ae64c85052ab65ed684f3a132',1,'widget_measure_do_correlate(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#aaab2ef1ae64c85052ab65ed684f3a132',1,'widget_measure_do_correlate(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fdepends_5fon_5fa_5fsingle_5fevent_65',['widget_measure_do_depends_on_a_single_event',['../df/d05/widget_8h.html#a5b3aeea035afbf3cb35744687f091b1b',1,'widget_measure_do_depends_on_a_single_event(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a5b3aeea035afbf3cb35744687f091b1b',1,'widget_measure_do_depends_on_a_single_event(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fdepends_5fon_5fone_5for_5ftwo_5fevents_66',['widget_measure_do_depends_on_one_or_two_events',['../df/d05/widget_8h.html#aea7a46578d6e1f0a2ee58b0f6eb16028',1,'widget_measure_do_depends_on_one_or_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#aea7a46578d6e1f0a2ee58b0f6eb16028',1,'widget_measure_do_depends_on_one_or_two_events(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fdepends_5fon_5ftwo_5fevents_67',['widget_measure_do_depends_on_two_events',['../df/d05/widget_8h.html#a7c86507328bb9c31a0dcc0c97cf66c25',1,'widget_measure_do_depends_on_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a7c86507328bb9c31a0dcc0c97cf66c25',1,'widget_measure_do_depends_on_two_events(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fend_5fcreation_5fof_5fmeasurement_5fprocess_68',['widget_measure_do_end_creation_of_measurement_process',['../df/d05/widget_8h.html#a5f9f287e97e9bdad13662a864a1d5273',1,'widget_measure_do_end_creation_of_measurement_process(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a5f9f287e97e9bdad13662a864a1d5273',1,'widget_measure_do_end_creation_of_measurement_process(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5finsert_5fin_5fmeasurements_5flist_69',['widget_measure_do_insert_in_measurements_list',['../df/d05/widget_8h.html#a3d1ceccb1f00d0a2f3329af8b499844b',1,'widget_measure_do_insert_in_measurements_list(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a3d1ceccb1f00d0a2f3329af8b499844b',1,'widget_measure_do_insert_in_measurements_list(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fselect_5fa_5fsecond_5frules_5fset_70',['widget_measure_do_select_a_second_rules_set',['../df/d05/widget_8h.html#a444bf6c3230e0f97827eda74818ba258',1,'widget_measure_do_select_a_second_rules_set(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a444bf6c3230e0f97827eda74818ba258',1,'widget_measure_do_select_a_second_rules_set(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fselect_5frules_5ffirst_71',['widget_measure_do_select_rules_first',['../df/d05/widget_8h.html#a88886ed08e68539a9c5280fc40c2c2a0',1,'widget_measure_do_select_rules_first(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a88886ed08e68539a9c5280fc40c2c2a0',1,'widget_measure_do_select_rules_first(): dispatch.c']]], + ['widget_5fmeasure_5fevent_5foccurences_5fdates_72',['widget_measure_event_occurences_dates',['../df/d05/widget_8h.html#a3fae10bb44f33d896f72352df671be61',1,'widget_measure_event_occurences_dates(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a3fae10bb44f33d896f72352df671be61',1,'widget_measure_event_occurences_dates(): dispatch.c']]], + ['widget_5fmeasure_5fevent_5foccurences_5fnb_73',['widget_measure_event_occurences_nb',['../df/d05/widget_8h.html#a0cef6d510a6777d25e26ec5900c38239',1,'widget_measure_event_occurences_nb(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a0cef6d510a6777d25e26ec5900c38239',1,'widget_measure_event_occurences_nb(): dispatch.c']]], + ['widget_5fmeasure_5fevent_5foccurences_5fsituations_74',['widget_measure_event_occurences_situations',['../df/d05/widget_8h.html#a58049a1f53bb6e189b5a60004fd716b5',1,'widget_measure_event_occurences_situations(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a58049a1f53bb6e189b5a60004fd716b5',1,'widget_measure_event_occurences_situations(): dispatch.c']]], + ['widget_5fmeasure_5fnew_75',['widget_measure_new',['../df/d05/widget_8h.html#a27574b02d486a2e93ed1a3e0f6461798',1,'widget_measure_new(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a27574b02d486a2e93ed1a3e0f6461798',1,'widget_measure_new(): dispatch.c']]], + ['widget_5fmeasure_5fthird_5fevent_5foccurences_5fin_5fbetween_76',['widget_measure_third_event_occurences_in_between',['../df/d05/widget_8h.html#a05bd4127a0e218921c87eb499595f860',1,'widget_measure_third_event_occurences_in_between(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a05bd4127a0e218921c87eb499595f860',1,'widget_measure_third_event_occurences_in_between(): dispatch.c']]], + ['widget_5fmeasure_5ftime_5felapsed_5fbetween_5ftwo_5fevents_77',['widget_measure_time_elapsed_between_two_events',['../df/d05/widget_8h.html#a42113abbf8118a8362314d2427f540dc',1,'widget_measure_time_elapsed_between_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a42113abbf8118a8362314d2427f540dc',1,'widget_measure_time_elapsed_between_two_events(): dispatch.c']]], + ['widget_5freset_5fxyz_5fin_5fstate_5fpane_78',['widget_reset_xyz_in_state_pane',['../df/d05/widget_8h.html#a8019caa45a82a3d92061d49818d0f617',1,'widget_reset_XYZ_in_state_pane(): middle.c'],['../d0/d00/middle_8c.html#a8019caa45a82a3d92061d49818d0f617',1,'widget_reset_XYZ_in_state_pane(): middle.c']]], + ['widget_5fset_5fitem_5ftext_79',['widget_set_item_text',['../df/d05/widget_8h.html#a1c4f1ce489cdc3b4e5a1e86d3438e846',1,'widget_set_item_text(GtkWidget *list_box, const char *text, bool editable): utilities.c'],['../d7/d06/utilities_8c.html#a1c4f1ce489cdc3b4e5a1e86d3438e846',1,'widget_set_item_text(GtkWidget *list_box, const char *text, bool editable): utilities.c']]], + ['widget_5fset_5fobjects_5fvalue_80',['widget_set_objects_value',['../df/d05/widget_8h.html#affefa1ca48e64b5b440729fecbe0e4ee',1,'widget_set_objects_value(int rank, int value): top.c'],['../dc/d04/top_8c.html#affefa1ca48e64b5b440729fecbe0e4ee',1,'widget_set_objects_value(int rank, int value): top.c']]], + ['widget_5fset_5fsituations_5fvalue_81',['widget_set_situations_value',['../df/d05/widget_8h.html#a4081353ac1420fa15533a11bcbff3238',1,'widget_set_situations_value(int value): top.c'],['../dc/d04/top_8c.html#a4081353ac1420fa15533a11bcbff3238',1,'widget_set_situations_value(int value): top.c']]], + ['window_5fdesign_5ftopbar_5fcenter_82',['window_design_topbar_center',['../df/d05/widget_8h.html#a149992300a77b245016ed0e1984651d4',1,'window_design_topbar_center(GtkWidget *topbar): center.c'],['../da/d0e/center_8c.html#a149992300a77b245016ed0e1984651d4',1,'window_design_topbar_center(GtkWidget *topbar): center.c']]], + ['window_5fdesign_5ftopbar_5fleft_83',['window_design_topbar_left',['../df/d05/widget_8h.html#a45d8a02844578e1c13d8b86b74e3c8b0',1,'window_design_topbar_left(GtkWidget *header_bar): left.c'],['../d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0',1,'window_design_topbar_left(GtkWidget *header_bar): left.c']]], + ['window_5fdesign_5ftopbar_5fright_84',['window_design_topbar_right',['../df/d05/widget_8h.html#a4a9ccdb6dc6dbc18f1e2d2235fbb26c3',1,'window_design_topbar_right(GtkWidget *header_bar, GtkApplication *app): right.c'],['../db/d0f/right_8c.html#a4a9ccdb6dc6dbc18f1e2d2235fbb26c3',1,'window_design_topbar_right(GtkWidget *header_bar, GtkApplication *app): right.c']]] ]; diff --git a/doc/html/search/all_2.js b/doc/html/search/all_2.js index 30f1293..e223036 100644 --- a/doc/html/search/all_2.js +++ b/doc/html/search/all_2.js @@ -1,10 +1,11 @@ var searchData= [ ['camera_2ec_0',['camera.c',['../d1/d00/camera_8c.html',1,'']]], - ['check_5fstack_1',['CHECK_STACK',['../d9/d0d/interest_8c.html#a144fe044204bb3da8e18f624d1c88445',1,'interest.c']]], - ['child_2',['child',['../d1/d09/structTreeNode__t.html#a7b289d9cc907d24c4c61bc7a2e769383',1,'TreeNode_t']]], - ['color_5fbuffer_3',['color_buffer',['../dd/d0e/structgraphics__stack__t.html#a91445f750de8bba35c7899a641517cde',1,'graphics_stack_t']]], - ['conditions_2ec_4',['conditions.c',['../de/d0e/conditions_8c.html',1,'']]], - ['container_5fwidget_5',['container_widget',['../d7/d02/structstack__index__t.html#a9b5ca3909ae086aa1ecbf4d581c2d596',1,'stack_index_t']]], - ['create_5faxis_5fslider_6',['create_axis_slider',['../d8/d0c/util_8h.html#a2cb205bd6556250d019b4de59eee3894',1,'create_axis_slider(int axis): gl.c'],['../da/d0c/gl_8c.html#a2cb205bd6556250d019b4de59eee3894',1,'create_axis_slider(int axis): gl.c']]] + ['center_2ec_1',['center.c',['../da/d0e/center_8c.html',1,'']]], + ['check_5fstack_2',['CHECK_STACK',['../d9/d0d/interest_8c.html#a144fe044204bb3da8e18f624d1c88445',1,'interest.c']]], + ['child_3',['child',['../d1/d09/structTreeNode__t.html#a7b289d9cc907d24c4c61bc7a2e769383',1,'TreeNode_t']]], + ['color_5fbuffer_4',['color_buffer',['../dd/d0e/structgraphics__stack__t.html#a91445f750de8bba35c7899a641517cde',1,'graphics_stack_t']]], + ['conditions_2ec_5',['conditions.c',['../de/d0e/conditions_8c.html',1,'']]], + ['container_5fwidget_6',['container_widget',['../d7/d02/structstack__index__t.html#a9b5ca3909ae086aa1ecbf4d581c2d596',1,'stack_index_t']]], + ['create_5faxis_5fslider_7',['create_axis_slider',['../d8/d0c/util_8h.html#a2cb205bd6556250d019b4de59eee3894',1,'create_axis_slider(int axis): gl.c'],['../da/d0c/gl_8c.html#a2cb205bd6556250d019b4de59eee3894',1,'create_axis_slider(int axis): gl.c']]] ]; diff --git a/doc/html/search/all_3.js b/doc/html/search/all_3.js index bf5246a..8b24187 100644 --- a/doc/html/search/all_3.js +++ b/doc/html/search/all_3.js @@ -3,8 +3,9 @@ var searchData= ['data_5flist_2ec_0',['data_list.c',['../d5/d02/data__list_8c.html',1,'']]], ['dblist_1',['dblist',['../d1/d04/structdblist.html',1,'']]], ['debug_2',['DEBUG',['../dd/d01/fsm_8h.html#ab761a6fdf1ac1e26a44f8f9524aa6da7a0593585da9181e972974c1274d8f2b4f',1,'fsm.h']]], - ['dialog_2ec_3',['dialog.c',['../dd/d09/dialog_8c.html',1,'']]], - ['dispatch_2ec_4',['dispatch.c',['../d4/d07/fsm_2dispatch_8c.html',1,'(Global Namespace)'],['../d3/d0c/widget_2main__window_2all__rules_2dispatch_8c.html',1,'(Global Namespace)'],['../d6/d06/widget_2main__window_2all__rules_2tree_2dispatch_8c.html',1,'(Global Namespace)'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html',1,'(Global Namespace)'],['../dc/d0e/widget_2main__window_2one__rule_2algebra_2dispatch_8c.html',1,'(Global Namespace)'],['../d1/d0b/widget_2main__window_2one__rule_2dispatch_8c.html',1,'(Global Namespace)'],['../df/d06/widget_2main__window_2one__rule_2geometry_2dispatch_8c.html',1,'(Global Namespace)'],['../dc/d0c/widget_2main__window_2results_2dispatch_8c.html',1,'(Global Namespace)'],['../df/d0e/widget_2main__window_2state_2dispatch_8c.html',1,'(Global Namespace)'],['../db/d06/widget_2main__window_2synth_2dispatch_8c.html',1,'(Global Namespace)'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html',1,'(Global Namespace)']]], - ['display_2ec_5',['display.c',['../db/d05/display_8c.html',1,'']]], - ['draw_2ec_6',['draw.c',['../d6/d09/draw_8c.html',1,'']]] + ['designer_2ec_3',['designer.c',['../db/d02/designer_8c.html',1,'']]], + ['dialog_2ec_4',['dialog.c',['../dd/d09/dialog_8c.html',1,'']]], + ['dispatch_2ec_5',['dispatch.c',['../d4/d07/fsm_2dispatch_8c.html',1,'(Global Namespace)'],['../d3/d0c/widget_2main__window_2all__rules_2dispatch_8c.html',1,'(Global Namespace)'],['../d6/d06/widget_2main__window_2all__rules_2tree_2dispatch_8c.html',1,'(Global Namespace)'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html',1,'(Global Namespace)'],['../dc/d0e/widget_2main__window_2one__rule_2algebra_2dispatch_8c.html',1,'(Global Namespace)'],['../d1/d0b/widget_2main__window_2one__rule_2dispatch_8c.html',1,'(Global Namespace)'],['../df/d06/widget_2main__window_2one__rule_2geometry_2dispatch_8c.html',1,'(Global Namespace)'],['../dc/d0c/widget_2main__window_2results_2dispatch_8c.html',1,'(Global Namespace)'],['../df/d0e/widget_2main__window_2state_2dispatch_8c.html',1,'(Global Namespace)'],['../db/d06/widget_2main__window_2synth_2dispatch_8c.html',1,'(Global Namespace)'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html',1,'(Global Namespace)']]], + ['display_2ec_6',['display.c',['../db/d05/display_8c.html',1,'']]], + ['draw_2ec_7',['draw.c',['../d6/d09/draw_8c.html',1,'']]] ]; diff --git a/doc/html/search/all_f.js b/doc/html/search/all_f.js index 1c86db3..12b0147 100644 --- a/doc/html/search/all_f.js +++ b/doc/html/search/all_f.js @@ -5,5 +5,6 @@ var searchData= ['read_5fx_2',['READ_X',['../db/d07/parse_8c.html#a9dbc8566c78418c119feff0898d736d4',1,'parse.c']]], ['read_5fy_3',['READ_Y',['../db/d07/parse_8c.html#ac456a60674cd053582a76e83eb0747b5',1,'parse.c']]], ['read_5fz_4',['READ_Z',['../db/d07/parse_8c.html#ae7e82b096a83fb71f659e82a93dd3a74',1,'parse.c']]], - ['rotation_5fangles_5',['rotation_angles',['../dd/d0e/structgraphics__stack__t.html#a24345e6e56468c81dbdc8c1b912d2da1',1,'graphics_stack_t']]] + ['right_2ec_5',['right.c',['../db/d0f/right_8c.html',1,'']]], + ['rotation_5fangles_6',['rotation_angles',['../dd/d0e/structgraphics__stack__t.html#a24345e6e56468c81dbdc8c1b912d2da1',1,'graphics_stack_t']]] ]; diff --git a/doc/html/search/files_10.js b/doc/html/search/files_10.js index 3052cb1..28d2dca 100644 --- a/doc/html/search/files_10.js +++ b/doc/html/search/files_10.js @@ -1,4 +1,5 @@ var searchData= [ - ['widget_2eh_0',['widget.h',['../df/d05/widget_8h.html',1,'']]] + ['util_2eh_0',['util.h',['../d8/d0c/util_8h.html',1,'']]], + ['utilities_2ec_1',['utilities.c',['../d7/d06/utilities_8c.html',1,'']]] ]; diff --git a/doc/html/search/files_11.js b/doc/html/search/files_11.js new file mode 100644 index 0000000..3052cb1 --- /dev/null +++ b/doc/html/search/files_11.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['widget_2eh_0',['widget.h',['../df/d05/widget_8h.html',1,'']]] +]; diff --git a/doc/html/search/files_2.js b/doc/html/search/files_2.js index 95b0f2e..59eff03 100644 --- a/doc/html/search/files_2.js +++ b/doc/html/search/files_2.js @@ -1,5 +1,6 @@ var searchData= [ ['camera_2ec_0',['camera.c',['../d1/d00/camera_8c.html',1,'']]], - ['conditions_2ec_1',['conditions.c',['../de/d0e/conditions_8c.html',1,'']]] + ['center_2ec_1',['center.c',['../da/d0e/center_8c.html',1,'']]], + ['conditions_2ec_2',['conditions.c',['../de/d0e/conditions_8c.html',1,'']]] ]; diff --git a/doc/html/search/files_3.js b/doc/html/search/files_3.js index e4984e9..1ec6196 100644 --- a/doc/html/search/files_3.js +++ b/doc/html/search/files_3.js @@ -1,8 +1,9 @@ var searchData= [ ['data_5flist_2ec_0',['data_list.c',['../d5/d02/data__list_8c.html',1,'']]], - ['dialog_2ec_1',['dialog.c',['../dd/d09/dialog_8c.html',1,'']]], - ['dispatch_2ec_2',['dispatch.c',['../d4/d07/fsm_2dispatch_8c.html',1,'(Global Namespace)'],['../d3/d0c/widget_2main__window_2all__rules_2dispatch_8c.html',1,'(Global Namespace)'],['../d6/d06/widget_2main__window_2all__rules_2tree_2dispatch_8c.html',1,'(Global Namespace)'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html',1,'(Global Namespace)'],['../dc/d0e/widget_2main__window_2one__rule_2algebra_2dispatch_8c.html',1,'(Global Namespace)'],['../d1/d0b/widget_2main__window_2one__rule_2dispatch_8c.html',1,'(Global Namespace)'],['../df/d06/widget_2main__window_2one__rule_2geometry_2dispatch_8c.html',1,'(Global Namespace)'],['../dc/d0c/widget_2main__window_2results_2dispatch_8c.html',1,'(Global Namespace)'],['../df/d0e/widget_2main__window_2state_2dispatch_8c.html',1,'(Global Namespace)'],['../db/d06/widget_2main__window_2synth_2dispatch_8c.html',1,'(Global Namespace)'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html',1,'(Global Namespace)']]], - ['display_2ec_3',['display.c',['../db/d05/display_8c.html',1,'']]], - ['draw_2ec_4',['draw.c',['../d6/d09/draw_8c.html',1,'']]] + ['designer_2ec_1',['designer.c',['../db/d02/designer_8c.html',1,'']]], + ['dialog_2ec_2',['dialog.c',['../dd/d09/dialog_8c.html',1,'']]], + ['dispatch_2ec_3',['dispatch.c',['../d4/d07/fsm_2dispatch_8c.html',1,'(Global Namespace)'],['../d3/d0c/widget_2main__window_2all__rules_2dispatch_8c.html',1,'(Global Namespace)'],['../d6/d06/widget_2main__window_2all__rules_2tree_2dispatch_8c.html',1,'(Global Namespace)'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html',1,'(Global Namespace)'],['../dc/d0e/widget_2main__window_2one__rule_2algebra_2dispatch_8c.html',1,'(Global Namespace)'],['../d1/d0b/widget_2main__window_2one__rule_2dispatch_8c.html',1,'(Global Namespace)'],['../df/d06/widget_2main__window_2one__rule_2geometry_2dispatch_8c.html',1,'(Global Namespace)'],['../dc/d0c/widget_2main__window_2results_2dispatch_8c.html',1,'(Global Namespace)'],['../df/d0e/widget_2main__window_2state_2dispatch_8c.html',1,'(Global Namespace)'],['../db/d06/widget_2main__window_2synth_2dispatch_8c.html',1,'(Global Namespace)'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html',1,'(Global Namespace)']]], + ['display_2ec_4',['display.c',['../db/d05/display_8c.html',1,'']]], + ['draw_2ec_5',['draw.c',['../d6/d09/draw_8c.html',1,'']]] ]; diff --git a/doc/html/search/files_d.js b/doc/html/search/files_d.js index 155b17d..e9c806b 100644 --- a/doc/html/search/files_d.js +++ b/doc/html/search/files_d.js @@ -1,7 +1,4 @@ var searchData= [ - ['signal_2ec_0',['signal.c',['../d8/d06/signal_8c.html',1,'']]], - ['signal_2eh_1',['signal.h',['../d8/d09/signal_8h.html',1,'']]], - ['sorted_5flist_2ec_2',['sorted_list.c',['../dc/d0e/sorted__list_8c.html',1,'']]], - ['strings_5fop_2ec_3',['strings_op.c',['../d8/d01/strings__op_8c.html',1,'']]] + ['right_2ec_0',['right.c',['../db/d0f/right_8c.html',1,'']]] ]; diff --git a/doc/html/search/files_e.js b/doc/html/search/files_e.js index cb1ef0b..155b17d 100644 --- a/doc/html/search/files_e.js +++ b/doc/html/search/files_e.js @@ -1,8 +1,7 @@ var searchData= [ - ['tests_2ec_0',['tests.c',['../d5/d0f/tests_8c.html',1,'']]], - ['time_2ec_1',['time.c',['../df/d03/time_8c.html',1,'']]], - ['tools_5flist_2ec_2',['tools_list.c',['../d1/d04/tools__list_8c.html',1,'']]], - ['top_2ec_3',['top.c',['../dc/d04/top_8c.html',1,'']]], - ['tree_2ec_4',['tree.c',['../d1/d0c/util_2tree_8c.html',1,'(Global Namespace)'],['../da/d02/widget_2main__window_2all__rules_2tree_2tree_8c.html',1,'(Global Namespace)']]] + ['signal_2ec_0',['signal.c',['../d8/d06/signal_8c.html',1,'']]], + ['signal_2eh_1',['signal.h',['../d8/d09/signal_8h.html',1,'']]], + ['sorted_5flist_2ec_2',['sorted_list.c',['../dc/d0e/sorted__list_8c.html',1,'']]], + ['strings_5fop_2ec_3',['strings_op.c',['../d8/d01/strings__op_8c.html',1,'']]] ]; diff --git a/doc/html/search/files_f.js b/doc/html/search/files_f.js index 28d2dca..cb1ef0b 100644 --- a/doc/html/search/files_f.js +++ b/doc/html/search/files_f.js @@ -1,5 +1,8 @@ var searchData= [ - ['util_2eh_0',['util.h',['../d8/d0c/util_8h.html',1,'']]], - ['utilities_2ec_1',['utilities.c',['../d7/d06/utilities_8c.html',1,'']]] + ['tests_2ec_0',['tests.c',['../d5/d0f/tests_8c.html',1,'']]], + ['time_2ec_1',['time.c',['../df/d03/time_8c.html',1,'']]], + ['tools_5flist_2ec_2',['tools_list.c',['../d1/d04/tools__list_8c.html',1,'']]], + ['top_2ec_3',['top.c',['../dc/d04/top_8c.html',1,'']]], + ['tree_2ec_4',['tree.c',['../d1/d0c/util_2tree_8c.html',1,'(Global Namespace)'],['../da/d02/widget_2main__window_2all__rules_2tree_2tree_8c.html',1,'(Global Namespace)']]] ]; diff --git a/doc/html/search/functions_7.js b/doc/html/search/functions_7.js index 2555320..8eadfe0 100644 --- a/doc/html/search/functions_7.js +++ b/doc/html/search/functions_7.js @@ -3,13 +3,13 @@ var searchData= ['widget_5fadd_5ftree_5fchild_5fnode_0',['widget_add_tree_child_node',['../d1/d0c/util_2tree_8c.html#a95c04d702f36a7422a9e14eaf456ed3e',1,'widget_add_tree_child_node(struct TreeNode_t *parent, struct TreeNode_t *child): tree.c'],['../df/d05/widget_8h.html#a95c04d702f36a7422a9e14eaf456ed3e',1,'widget_add_tree_child_node(struct TreeNode_t *parent, struct TreeNode_t *child): tree.c']]], ['widget_5fcreate_5fuser_5frules_5ftree_5fnode_1',['widget_create_user_rules_tree_node',['../d1/d0c/util_2tree_8c.html#a82852f17d5f914c6cfb35b892766ab1e',1,'widget_create_user_rules_tree_node(const gchar *text): tree.c'],['../df/d05/widget_8h.html#a82852f17d5f914c6cfb35b892766ab1e',1,'widget_create_user_rules_tree_node(const gchar *text): tree.c']]], ['widget_5fdesign_5fdialog_5fwindow_2',['widget_design_dialog_window',['../dd/d09/dialog_8c.html#a1591b0ceef41a3926eee69905735b3ec',1,'widget_design_dialog_window(GtkWindow *main_window, GtkWindow *dialog_window): dialog.c'],['../df/d05/widget_8h.html#a1591b0ceef41a3926eee69905735b3ec',1,'widget_design_dialog_window(GtkWindow *main_window, GtkWindow *dialog_window): dialog.c']]], - ['widget_5fdesign_5fmain_5fwindow_3',['widget_design_main_window',['../df/d05/widget_8h.html#a6458bdae6bcf9131bc7c793810869db7',1,'widget_design_main_window(GtkWindow *main_window, GtkApplication *app): dispatch.c'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#a6458bdae6bcf9131bc7c793810869db7',1,'widget_design_main_window(GtkWindow *main_window, GtkApplication *app): dispatch.c']]], + ['widget_5fdesign_5fmain_5fwindow_3',['widget_design_main_window',['../df/d05/widget_8h.html#a6458bdae6bcf9131bc7c793810869db7',1,'widget_design_main_window(GtkWindow *main_window, GtkApplication *app): designer.c'],['../db/d02/designer_8c.html#a6458bdae6bcf9131bc7c793810869db7',1,'widget_design_main_window(GtkWindow *main_window, GtkApplication *app): designer.c']]], ['widget_5fdesign_5ftext_5fwindow_4',['widget_design_text_window',['../df/d05/widget_8h.html#a2de49d7ea886ac83d68af532046c0868',1,'widget_design_text_window(GtkWindow *main_window, GtkWindow *text_window): modal.c'],['../d5/d0a/modal_8c.html#a2de49d7ea886ac83d68af532046c0868',1,'widget_design_text_window(GtkWindow *main_window, GtkWindow *text_window): modal.c']]], ['widget_5fget_5faddress_5ftext_5falpha_5findex_5',['widget_get_address_text_alpha_index',['../df/d05/widget_8h.html#a905ee0e77908c113609224ee28aaa0ee',1,'widget_get_address_text_alpha_index(): dispatch.c'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#a905ee0e77908c113609224ee28aaa0ee',1,'widget_get_address_text_alpha_index(): dispatch.c']]], ['widget_5fget_5faddress_5ftext_5fpractice_6',['widget_get_address_text_practice',['../df/d05/widget_8h.html#acfad36e48f845c075056fb8fbe765c0e',1,'widget_get_address_text_practice(): dispatch.c'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#acfad36e48f845c075056fb8fbe765c0e',1,'widget_get_address_text_practice(): dispatch.c']]], ['widget_5fget_5faddress_5ftext_5ftheory_7',['widget_get_address_text_theory',['../df/d05/widget_8h.html#aee7518cfd4073577afedafc70705e233',1,'widget_get_address_text_theory(): dispatch.c'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aee7518cfd4073577afedafc70705e233',1,'widget_get_address_text_theory(): dispatch.c']]], ['widget_5fget_5fan_5fimpression_5fof_5fwhat_5fa_5frules_5fcomparator_5fcould_5fbe_8',['widget_get_an_impression_of_what_a_rules_comparator_could_be',['../df/d05/widget_8h.html#a60d9aed440437cd898f609784c32b2f5',1,'widget_get_an_impression_of_what_a_rules_comparator_could_be(): interest.c'],['../d9/d0d/interest_8c.html#a60d9aed440437cd898f609784c32b2f5',1,'widget_get_an_impression_of_what_a_rules_comparator_could_be(): interest.c']]], - ['widget_5fget_5fbtt_5flabel_5fdata_9',['widget_get_btt_label_data',['../d5/d03/left_8c.html#a136322baea0729a8dfbc5c9b1bc0667e',1,'widget_get_btt_label_data(): left.c'],['../df/d05/widget_8h.html#a136322baea0729a8dfbc5c9b1bc0667e',1,'widget_get_btt_label_data(): left.c']]], + ['widget_5fget_5fbtt_5flabel_5fdata_9',['widget_get_btt_label_data',['../df/d05/widget_8h.html#a136322baea0729a8dfbc5c9b1bc0667e',1,'widget_get_btt_label_data(): left.c'],['../d5/d03/left_8c.html#a136322baea0729a8dfbc5c9b1bc0667e',1,'widget_get_btt_label_data(): left.c']]], ['widget_5fget_5fbtt_5flabel_5frules_10',['widget_get_btt_label_rules',['../df/d05/widget_8h.html#adea9b5591d51aab274d8c275045d778c',1,'widget_get_btt_label_rules(): left.c'],['../d5/d03/left_8c.html#adea9b5591d51aab274d8c275045d778c',1,'widget_get_btt_label_rules(): left.c']]], ['widget_5fget_5fbtt_5flabel_5fstate_11',['widget_get_btt_label_state',['../df/d05/widget_8h.html#a22ed4aed09c29d9f8c72dbe7ced53e2c',1,'widget_get_btt_label_state(): left.c'],['../d5/d03/left_8c.html#a22ed4aed09c29d9f8c72dbe7ced53e2c',1,'widget_get_btt_label_state(): left.c']]], ['widget_5fget_5fbtt_5flabel_5fsynth_12',['widget_get_btt_label_synth',['../df/d05/widget_8h.html#a3d0f8c7b9545a6da3464060dad7990db',1,'widget_get_btt_label_synth(): left.c'],['../d5/d03/left_8c.html#a3d0f8c7b9545a6da3464060dad7990db',1,'widget_get_btt_label_synth(): left.c']]], @@ -17,8 +17,8 @@ var searchData= ['widget_5fget_5fgraph_5fview_5fcontrol_14',['widget_get_graph_view_control',['../df/d05/widget_8h.html#a86794ff6578c24e8b16b94bf853dd2b3',1,'widget_get_graph_view_control(): top.c'],['../dc/d04/top_8c.html#a86794ff6578c24e8b16b94bf853dd2b3',1,'widget_get_graph_view_control(): top.c']]], ['widget_5fget_5fmain_5fwindow_15',['widget_get_main_window',['../df/d05/widget_8h.html#aa79c2ff4883932d6f9b7184d1d05dd5d',1,'widget_get_main_window(): manager.c'],['../d3/d09/widget_2manager_8c.html#aa79c2ff4883932d6f9b7184d1d05dd5d',1,'widget_get_main_window(): manager.c']]], ['widget_5fget_5fnon_5ftime_5fdependent_16',['widget_get_non_time_dependent',['../df/d05/widget_8h.html#abc35a23e7853e1e3628b389291f29cba',1,'widget_get_non_time_dependent(): dispatch.c'],['../db/d06/widget_2main__window_2synth_2dispatch_8c.html#abc35a23e7853e1e3628b389291f29cba',1,'widget_get_non_time_dependent(): dispatch.c']]], - ['widget_5fget_5fobject_5ftransparency_17',['widget_get_object_transparency',['../dc/d04/top_8c.html#a7567acc9ecaf9b3e6d06c08b60c50142',1,'widget_get_object_transparency(int rank): top.c'],['../df/d05/widget_8h.html#a1b7d49db6b4e22a55da588d1137b6e2c',1,'widget_get_object_transparency(int i): top.c']]], - ['widget_5fget_5fpage_5fdata_18',['widget_get_page_data',['../df/d05/widget_8h.html#a56cdc1609820a67a52fb095ba0128d3f',1,'widget_get_page_data(): dispatch.c'],['../dc/d0c/widget_2main__window_2results_2dispatch_8c.html#a56cdc1609820a67a52fb095ba0128d3f',1,'widget_get_page_data(): dispatch.c']]], + ['widget_5fget_5fobject_5ftransparency_17',['widget_get_object_transparency',['../df/d05/widget_8h.html#a1b7d49db6b4e22a55da588d1137b6e2c',1,'widget_get_object_transparency(int i): top.c'],['../dc/d04/top_8c.html#a7567acc9ecaf9b3e6d06c08b60c50142',1,'widget_get_object_transparency(int rank): top.c']]], + ['widget_5fget_5fpage_5fdata_18',['widget_get_page_data',['../dc/d0c/widget_2main__window_2results_2dispatch_8c.html#a56cdc1609820a67a52fb095ba0128d3f',1,'widget_get_page_data(): dispatch.c'],['../df/d05/widget_8h.html#a56cdc1609820a67a52fb095ba0128d3f',1,'widget_get_page_data(): dispatch.c']]], ['widget_5fget_5fpage_5fmeasure_19',['widget_get_page_measure',['../df/d05/widget_8h.html#afabb3345620886cdee4f2b76c9d84a51',1,'widget_get_page_measure(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#afabb3345620886cdee4f2b76c9d84a51',1,'widget_get_page_measure(): dispatch.c']]], ['widget_5fget_5fpage_5fstate_20',['widget_get_page_state',['../df/d05/widget_8h.html#a9689934ad6d7c98379f35d49adf11878',1,'widget_get_page_state(): dispatch.c'],['../df/d0e/widget_2main__window_2state_2dispatch_8c.html#a9689934ad6d7c98379f35d49adf11878',1,'widget_get_page_state(): dispatch.c']]], ['widget_5fget_5fpage_5fsynth_21',['widget_get_page_synth',['../df/d05/widget_8h.html#a990f88f46feba957a864d7bf203f42e7',1,'widget_get_page_synth(): dispatch.c'],['../db/d06/widget_2main__window_2synth_2dispatch_8c.html#a990f88f46feba957a864d7bf203f42e7',1,'widget_get_page_synth(): dispatch.c']]], @@ -27,14 +27,14 @@ var searchData= ['widget_5fget_5fresults_5fbox_5fdisplay_24',['widget_get_results_box_display',['../df/d05/widget_8h.html#aeca06e5a8c669b8d8f9dd82289f4e1e1',1,'widget_get_results_box_display(): display.c'],['../db/d05/display_8c.html#aeca06e5a8c669b8d8f9dd82289f4e1e1',1,'widget_get_results_box_display(): display.c']]], ['widget_5fget_5fresults_5fbox_5forganize_25',['widget_get_results_box_organize',['../df/d05/widget_8h.html#aba1af8256174f6a4661675d2b3c6c34d',1,'widget_get_results_box_organize(): organize.c'],['../d5/d05/organize_8c.html#aba1af8256174f6a4661675d2b3c6c34d',1,'widget_get_results_box_organize(): organize.c']]], ['widget_5fget_5fresults_5fbox_5ftime_26',['widget_get_results_box_time',['../df/d05/widget_8h.html#a1cc6f65cd162b7c49e760ab29e8b7919',1,'widget_get_results_box_time(): display.c'],['../db/d05/display_8c.html#a1cc6f65cd162b7c49e760ab29e8b7919',1,'widget_get_results_box_time(): display.c']]], - ['widget_5fget_5frule_5fedition_5ftools_27',['widget_get_rule_edition_tools',['../df/d05/widget_8h.html#a8b314bd2dcf59006649ff86ae04e9eaf',1,'widget_get_rule_edition_tools(): edit.c'],['../d4/d02/edit_8c.html#a8b314bd2dcf59006649ff86ae04e9eaf',1,'widget_get_rule_edition_tools(): edit.c']]], + ['widget_5fget_5frule_5fedition_5ftools_27',['widget_get_rule_edition_tools',['../d4/d02/edit_8c.html#a8b314bd2dcf59006649ff86ae04e9eaf',1,'widget_get_rule_edition_tools(): edit.c'],['../df/d05/widget_8h.html#a8b314bd2dcf59006649ff86ae04e9eaf',1,'widget_get_rule_edition_tools(): edit.c']]], ['widget_5fget_5frule_5finvestigation_5ftools_28',['widget_get_rule_investigation_tools',['../df/d05/widget_8h.html#a4d4d650591869cebc663884c29c6bb7c',1,'widget_get_rule_investigation_tools(): investigate.c'],['../d1/d04/investigate_8c.html#a4d4d650591869cebc663884c29c6bb7c',1,'widget_get_rule_investigation_tools(): investigate.c']]], ['widget_5fget_5frules_5fpilot_5fbox_29',['widget_get_rules_pilot_box',['../df/d05/widget_8h.html#a192412673ea82a53a66fd809a5b1fd55',1,'widget_get_rules_pilot_box(): pilot_box.c'],['../d7/d00/pilot__box_8c.html#a192412673ea82a53a66fd809a5b1fd55',1,'widget_get_rules_pilot_box(): pilot_box.c']]], ['widget_5fget_5frules_5ftree_5ftools_30',['widget_get_rules_tree_tools',['../df/d05/widget_8h.html#a3cecbcc7340289ed318347f1bf86308c',1,'widget_get_rules_tree_tools(): pilot_box.c'],['../d7/d00/pilot__box_8c.html#a3cecbcc7340289ed318347f1bf86308c',1,'widget_get_rules_tree_tools(): pilot_box.c']]], ['widget_5fget_5frules_5fuse_31',['widget_get_rules_use',['../df/d05/widget_8h.html#a1f62040452052165b13a8e9bf23ab368',1,'widget_get_rules_use(): freq.c'],['../d6/d07/freq_8c.html#a1f62040452052165b13a8e9bf23ab368',1,'widget_get_rules_use(): freq.c']]], ['widget_5fget_5fselected_5frule_32',['widget_get_selected_rule',['../df/d05/widget_8h.html#ab6a3b9836a4c333b59b34cb97d00df3a',1,'widget_get_selected_rule(): dispatch.c'],['../d1/d0b/widget_2main__window_2one__rule_2dispatch_8c.html#ab6a3b9836a4c333b59b34cb97d00df3a',1,'widget_get_selected_rule(): dispatch.c']]], ['widget_5fget_5fselected_5frule_5falgebra_33',['widget_get_selected_rule_algebra',['../df/d05/widget_8h.html#a15cbd8402e76ff0dd5e6b39e17a9dc49',1,'widget_get_selected_rule_algebra(): dispatch.c'],['../dc/d0e/widget_2main__window_2one__rule_2algebra_2dispatch_8c.html#a15cbd8402e76ff0dd5e6b39e17a9dc49',1,'widget_get_selected_rule_algebra(): dispatch.c']]], - ['widget_5fget_5fselected_5frule_5fassignations_5flist_5fbtt_34',['widget_get_selected_rule_assignations_list_btt',['../db/d07/assign_8c.html#a118c74f398c9e46f2a2252deaf88337e',1,'widget_get_selected_rule_assignations_list_btt(): assign.c'],['../df/d05/widget_8h.html#a118c74f398c9e46f2a2252deaf88337e',1,'widget_get_selected_rule_assignations_list_btt(): assign.c']]], + ['widget_5fget_5fselected_5frule_5fassignations_5flist_5fbtt_34',['widget_get_selected_rule_assignations_list_btt',['../df/d05/widget_8h.html#a118c74f398c9e46f2a2252deaf88337e',1,'widget_get_selected_rule_assignations_list_btt(): assign.c'],['../db/d07/assign_8c.html#a118c74f398c9e46f2a2252deaf88337e',1,'widget_get_selected_rule_assignations_list_btt(): assign.c']]], ['widget_5fget_5fselected_5frule_5fbefore_5fafter_35',['widget_get_selected_rule_before_after',['../df/d05/widget_8h.html#a075009e3b1816abfd76bd3d4fcdda890',1,'widget_get_selected_rule_before_after(): geometry.c'],['../db/d02/geometry_8c.html#a075009e3b1816abfd76bd3d4fcdda890',1,'widget_get_selected_rule_before_after(): geometry.c']]], ['widget_5fget_5fselected_5frule_5fcamera_36',['widget_get_selected_rule_camera',['../df/d05/widget_8h.html#a1b97f8be0394a44033a491d7bb44dce2',1,'widget_get_selected_rule_camera(): camera.c'],['../d1/d00/camera_8c.html#a1b97f8be0394a44033a491d7bb44dce2',1,'widget_get_selected_rule_camera(): camera.c']]], ['widget_5fget_5fselected_5frule_5fconditions_5flist_5fbtt_37',['widget_get_selected_rule_conditions_list_btt',['../df/d05/widget_8h.html#a8d42128cf54da36d55112fa5f5634f96',1,'widget_get_selected_rule_conditions_list_btt(): conditions.c'],['../de/d0e/conditions_8c.html#a8d42128cf54da36d55112fa5f5634f96',1,'widget_get_selected_rule_conditions_list_btt(): conditions.c']]], @@ -47,27 +47,29 @@ var searchData= ['widget_5fget_5ftext_5ffrom_5faddress_44',['widget_get_text_from_address',['../df/d05/widget_8h.html#a5592a550ad1f66ae7092b580318878f8',1,'widget_get_text_from_address(gchar *text_name): modal.c'],['../d5/d0a/modal_8c.html#a59d241b96357c7580fd8584572f42b4c',1,'widget_get_text_from_address(gchar *text_address): modal.c']]], ['widget_5fget_5ftext_5fwindow_45',['widget_get_text_window',['../df/d05/widget_8h.html#a84dce957680294b8b928c5bc9b2c1dfb',1,'widget_get_text_window(): manager.c'],['../d3/d09/widget_2manager_8c.html#a84dce957680294b8b928c5bc9b2c1dfb',1,'widget_get_text_window(): manager.c']]], ['widget_5fget_5ftime_5fdependent_46',['widget_get_time_dependent',['../df/d05/widget_8h.html#aff18a7cea4191d9ae0480f2eaca06a5f',1,'widget_get_time_dependent(): time.c'],['../df/d03/time_8c.html#aff18a7cea4191d9ae0480f2eaca06a5f',1,'widget_get_time_dependent(): time.c']]], - ['widget_5fget_5fuser_5frules_5ftree_47',['widget_get_user_rules_tree',['../df/d05/widget_8h.html#af968daedf9ce1bd06c674c69ef793201',1,'widget_get_user_rules_tree(): tree.c'],['../d1/d0c/util_2tree_8c.html#af968daedf9ce1bd06c674c69ef793201',1,'widget_get_user_rules_tree(): tree.c']]], - ['widget_5flet_5fus_5fcreate_5fa_5fcomplex_5fuseless_5fand_5fexpensive_5ftree_48',['widget_let_us_create_a_complex_useless_and_expensive_tree',['../df/d05/widget_8h.html#a479a32aff9b3fa44b34508e2c41b12d3',1,'widget_let_us_create_a_complex_useless_and_expensive_tree(struct TreeNode_t *tree_root): labo.c'],['../d6/d08/labo_8c.html#a479a32aff9b3fa44b34508e2c41b12d3',1,'widget_let_us_create_a_complex_useless_and_expensive_tree(struct TreeNode_t *tree_root): labo.c']]], - ['widget_5fmeasure_5fdo_5fchoose_5fan_5fevent_5ftype_49',['widget_measure_do_choose_an_event_type',['../df/d05/widget_8h.html#a37872533aa0116818c810d9cdad7f4ed',1,'widget_measure_do_choose_an_event_type(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a37872533aa0116818c810d9cdad7f4ed',1,'widget_measure_do_choose_an_event_type(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fcorrelate_50',['widget_measure_do_correlate',['../df/d05/widget_8h.html#aaab2ef1ae64c85052ab65ed684f3a132',1,'widget_measure_do_correlate(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#aaab2ef1ae64c85052ab65ed684f3a132',1,'widget_measure_do_correlate(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fdepends_5fon_5fa_5fsingle_5fevent_51',['widget_measure_do_depends_on_a_single_event',['../df/d05/widget_8h.html#a5b3aeea035afbf3cb35744687f091b1b',1,'widget_measure_do_depends_on_a_single_event(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a5b3aeea035afbf3cb35744687f091b1b',1,'widget_measure_do_depends_on_a_single_event(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fdepends_5fon_5fone_5for_5ftwo_5fevents_52',['widget_measure_do_depends_on_one_or_two_events',['../df/d05/widget_8h.html#aea7a46578d6e1f0a2ee58b0f6eb16028',1,'widget_measure_do_depends_on_one_or_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#aea7a46578d6e1f0a2ee58b0f6eb16028',1,'widget_measure_do_depends_on_one_or_two_events(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fdepends_5fon_5ftwo_5fevents_53',['widget_measure_do_depends_on_two_events',['../df/d05/widget_8h.html#a7c86507328bb9c31a0dcc0c97cf66c25',1,'widget_measure_do_depends_on_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a7c86507328bb9c31a0dcc0c97cf66c25',1,'widget_measure_do_depends_on_two_events(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fend_5fcreation_5fof_5fmeasurement_5fprocess_54',['widget_measure_do_end_creation_of_measurement_process',['../df/d05/widget_8h.html#a5f9f287e97e9bdad13662a864a1d5273',1,'widget_measure_do_end_creation_of_measurement_process(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a5f9f287e97e9bdad13662a864a1d5273',1,'widget_measure_do_end_creation_of_measurement_process(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5finsert_5fin_5fmeasurements_5flist_55',['widget_measure_do_insert_in_measurements_list',['../df/d05/widget_8h.html#a3d1ceccb1f00d0a2f3329af8b499844b',1,'widget_measure_do_insert_in_measurements_list(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a3d1ceccb1f00d0a2f3329af8b499844b',1,'widget_measure_do_insert_in_measurements_list(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fselect_5fa_5fsecond_5frules_5fset_56',['widget_measure_do_select_a_second_rules_set',['../df/d05/widget_8h.html#a444bf6c3230e0f97827eda74818ba258',1,'widget_measure_do_select_a_second_rules_set(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a444bf6c3230e0f97827eda74818ba258',1,'widget_measure_do_select_a_second_rules_set(): dispatch.c']]], - ['widget_5fmeasure_5fdo_5fselect_5frules_5ffirst_57',['widget_measure_do_select_rules_first',['../df/d05/widget_8h.html#a88886ed08e68539a9c5280fc40c2c2a0',1,'widget_measure_do_select_rules_first(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a88886ed08e68539a9c5280fc40c2c2a0',1,'widget_measure_do_select_rules_first(): dispatch.c']]], - ['widget_5fmeasure_5fevent_5foccurences_5fdates_58',['widget_measure_event_occurences_dates',['../df/d05/widget_8h.html#a3fae10bb44f33d896f72352df671be61',1,'widget_measure_event_occurences_dates(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a3fae10bb44f33d896f72352df671be61',1,'widget_measure_event_occurences_dates(): dispatch.c']]], - ['widget_5fmeasure_5fevent_5foccurences_5fnb_59',['widget_measure_event_occurences_nb',['../df/d05/widget_8h.html#a0cef6d510a6777d25e26ec5900c38239',1,'widget_measure_event_occurences_nb(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a0cef6d510a6777d25e26ec5900c38239',1,'widget_measure_event_occurences_nb(): dispatch.c']]], - ['widget_5fmeasure_5fevent_5foccurences_5fsituations_60',['widget_measure_event_occurences_situations',['../df/d05/widget_8h.html#a58049a1f53bb6e189b5a60004fd716b5',1,'widget_measure_event_occurences_situations(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a58049a1f53bb6e189b5a60004fd716b5',1,'widget_measure_event_occurences_situations(): dispatch.c']]], - ['widget_5fmeasure_5fnew_61',['widget_measure_new',['../df/d05/widget_8h.html#a27574b02d486a2e93ed1a3e0f6461798',1,'widget_measure_new(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a27574b02d486a2e93ed1a3e0f6461798',1,'widget_measure_new(): dispatch.c']]], - ['widget_5fmeasure_5fthird_5fevent_5foccurences_5fin_5fbetween_62',['widget_measure_third_event_occurences_in_between',['../df/d05/widget_8h.html#a05bd4127a0e218921c87eb499595f860',1,'widget_measure_third_event_occurences_in_between(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a05bd4127a0e218921c87eb499595f860',1,'widget_measure_third_event_occurences_in_between(): dispatch.c']]], - ['widget_5fmeasure_5ftime_5felapsed_5fbetween_5ftwo_5fevents_63',['widget_measure_time_elapsed_between_two_events',['../df/d05/widget_8h.html#a42113abbf8118a8362314d2427f540dc',1,'widget_measure_time_elapsed_between_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a42113abbf8118a8362314d2427f540dc',1,'widget_measure_time_elapsed_between_two_events(): dispatch.c']]], - ['widget_5freset_5fxyz_5fin_5fstate_5fpane_64',['widget_reset_xyz_in_state_pane',['../df/d05/widget_8h.html#a8019caa45a82a3d92061d49818d0f617',1,'widget_reset_XYZ_in_state_pane(): middle.c'],['../d0/d00/middle_8c.html#a8019caa45a82a3d92061d49818d0f617',1,'widget_reset_XYZ_in_state_pane(): middle.c']]], - ['widget_5fset_5fitem_5ftext_65',['widget_set_item_text',['../df/d05/widget_8h.html#a1c4f1ce489cdc3b4e5a1e86d3438e846',1,'widget_set_item_text(GtkWidget *list_box, const char *text, bool editable): utilities.c'],['../d7/d06/utilities_8c.html#a1c4f1ce489cdc3b4e5a1e86d3438e846',1,'widget_set_item_text(GtkWidget *list_box, const char *text, bool editable): utilities.c']]], - ['widget_5fset_5fobjects_5fvalue_66',['widget_set_objects_value',['../df/d05/widget_8h.html#affefa1ca48e64b5b440729fecbe0e4ee',1,'widget_set_objects_value(int rank, int value): top.c'],['../dc/d04/top_8c.html#affefa1ca48e64b5b440729fecbe0e4ee',1,'widget_set_objects_value(int rank, int value): top.c']]], - ['widget_5fset_5fsituations_5fvalue_67',['widget_set_situations_value',['../df/d05/widget_8h.html#a4081353ac1420fa15533a11bcbff3238',1,'widget_set_situations_value(int value): top.c'],['../dc/d04/top_8c.html#a4081353ac1420fa15533a11bcbff3238',1,'widget_set_situations_value(int value): top.c']]], - ['window_5fdesign_5ftopbar_5fleft_68',['window_design_topbar_left',['../df/d05/widget_8h.html#a45d8a02844578e1c13d8b86b74e3c8b0',1,'window_design_topbar_left(GtkWidget *header_bar): left.c'],['../d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0',1,'window_design_topbar_left(GtkWidget *header_bar): left.c']]], - ['window_5fdesign_5ftopbar_5fright_69',['window_design_topbar_right',['../df/d05/widget_8h.html#a4a9ccdb6dc6dbc18f1e2d2235fbb26c3',1,'right.c']]] + ['widget_5fget_5ftopbar_47',['widget_get_topbar',['../df/d05/widget_8h.html#ad937c2a7a1f8a2af174434bd5f1dcf20',1,'widget_get_topbar(GtkApplication *app): dispatch.c'],['../d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20',1,'widget_get_topbar(GtkApplication *app): dispatch.c']]], + ['widget_5fget_5fuser_5frules_5ftree_48',['widget_get_user_rules_tree',['../df/d05/widget_8h.html#af968daedf9ce1bd06c674c69ef793201',1,'widget_get_user_rules_tree(): tree.c'],['../d1/d0c/util_2tree_8c.html#af968daedf9ce1bd06c674c69ef793201',1,'widget_get_user_rules_tree(): tree.c']]], + ['widget_5flet_5fus_5fcreate_5fa_5fcomplex_5fuseless_5fand_5fexpensive_5ftree_49',['widget_let_us_create_a_complex_useless_and_expensive_tree',['../df/d05/widget_8h.html#a479a32aff9b3fa44b34508e2c41b12d3',1,'widget_let_us_create_a_complex_useless_and_expensive_tree(struct TreeNode_t *tree_root): labo.c'],['../d6/d08/labo_8c.html#a479a32aff9b3fa44b34508e2c41b12d3',1,'widget_let_us_create_a_complex_useless_and_expensive_tree(struct TreeNode_t *tree_root): labo.c']]], + ['widget_5fmeasure_5fdo_5fchoose_5fan_5fevent_5ftype_50',['widget_measure_do_choose_an_event_type',['../df/d05/widget_8h.html#a37872533aa0116818c810d9cdad7f4ed',1,'widget_measure_do_choose_an_event_type(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a37872533aa0116818c810d9cdad7f4ed',1,'widget_measure_do_choose_an_event_type(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fcorrelate_51',['widget_measure_do_correlate',['../df/d05/widget_8h.html#aaab2ef1ae64c85052ab65ed684f3a132',1,'widget_measure_do_correlate(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#aaab2ef1ae64c85052ab65ed684f3a132',1,'widget_measure_do_correlate(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fdepends_5fon_5fa_5fsingle_5fevent_52',['widget_measure_do_depends_on_a_single_event',['../df/d05/widget_8h.html#a5b3aeea035afbf3cb35744687f091b1b',1,'widget_measure_do_depends_on_a_single_event(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a5b3aeea035afbf3cb35744687f091b1b',1,'widget_measure_do_depends_on_a_single_event(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fdepends_5fon_5fone_5for_5ftwo_5fevents_53',['widget_measure_do_depends_on_one_or_two_events',['../df/d05/widget_8h.html#aea7a46578d6e1f0a2ee58b0f6eb16028',1,'widget_measure_do_depends_on_one_or_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#aea7a46578d6e1f0a2ee58b0f6eb16028',1,'widget_measure_do_depends_on_one_or_two_events(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fdepends_5fon_5ftwo_5fevents_54',['widget_measure_do_depends_on_two_events',['../df/d05/widget_8h.html#a7c86507328bb9c31a0dcc0c97cf66c25',1,'widget_measure_do_depends_on_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a7c86507328bb9c31a0dcc0c97cf66c25',1,'widget_measure_do_depends_on_two_events(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fend_5fcreation_5fof_5fmeasurement_5fprocess_55',['widget_measure_do_end_creation_of_measurement_process',['../df/d05/widget_8h.html#a5f9f287e97e9bdad13662a864a1d5273',1,'widget_measure_do_end_creation_of_measurement_process(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a5f9f287e97e9bdad13662a864a1d5273',1,'widget_measure_do_end_creation_of_measurement_process(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5finsert_5fin_5fmeasurements_5flist_56',['widget_measure_do_insert_in_measurements_list',['../df/d05/widget_8h.html#a3d1ceccb1f00d0a2f3329af8b499844b',1,'widget_measure_do_insert_in_measurements_list(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a3d1ceccb1f00d0a2f3329af8b499844b',1,'widget_measure_do_insert_in_measurements_list(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fselect_5fa_5fsecond_5frules_5fset_57',['widget_measure_do_select_a_second_rules_set',['../df/d05/widget_8h.html#a444bf6c3230e0f97827eda74818ba258',1,'widget_measure_do_select_a_second_rules_set(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a444bf6c3230e0f97827eda74818ba258',1,'widget_measure_do_select_a_second_rules_set(): dispatch.c']]], + ['widget_5fmeasure_5fdo_5fselect_5frules_5ffirst_58',['widget_measure_do_select_rules_first',['../df/d05/widget_8h.html#a88886ed08e68539a9c5280fc40c2c2a0',1,'widget_measure_do_select_rules_first(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a88886ed08e68539a9c5280fc40c2c2a0',1,'widget_measure_do_select_rules_first(): dispatch.c']]], + ['widget_5fmeasure_5fevent_5foccurences_5fdates_59',['widget_measure_event_occurences_dates',['../df/d05/widget_8h.html#a3fae10bb44f33d896f72352df671be61',1,'widget_measure_event_occurences_dates(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a3fae10bb44f33d896f72352df671be61',1,'widget_measure_event_occurences_dates(): dispatch.c']]], + ['widget_5fmeasure_5fevent_5foccurences_5fnb_60',['widget_measure_event_occurences_nb',['../df/d05/widget_8h.html#a0cef6d510a6777d25e26ec5900c38239',1,'widget_measure_event_occurences_nb(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a0cef6d510a6777d25e26ec5900c38239',1,'widget_measure_event_occurences_nb(): dispatch.c']]], + ['widget_5fmeasure_5fevent_5foccurences_5fsituations_61',['widget_measure_event_occurences_situations',['../df/d05/widget_8h.html#a58049a1f53bb6e189b5a60004fd716b5',1,'widget_measure_event_occurences_situations(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a58049a1f53bb6e189b5a60004fd716b5',1,'widget_measure_event_occurences_situations(): dispatch.c']]], + ['widget_5fmeasure_5fnew_62',['widget_measure_new',['../df/d05/widget_8h.html#a27574b02d486a2e93ed1a3e0f6461798',1,'widget_measure_new(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a27574b02d486a2e93ed1a3e0f6461798',1,'widget_measure_new(): dispatch.c']]], + ['widget_5fmeasure_5fthird_5fevent_5foccurences_5fin_5fbetween_63',['widget_measure_third_event_occurences_in_between',['../df/d05/widget_8h.html#a05bd4127a0e218921c87eb499595f860',1,'widget_measure_third_event_occurences_in_between(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a05bd4127a0e218921c87eb499595f860',1,'widget_measure_third_event_occurences_in_between(): dispatch.c']]], + ['widget_5fmeasure_5ftime_5felapsed_5fbetween_5ftwo_5fevents_64',['widget_measure_time_elapsed_between_two_events',['../df/d05/widget_8h.html#a42113abbf8118a8362314d2427f540dc',1,'widget_measure_time_elapsed_between_two_events(): dispatch.c'],['../d9/d01/widget_2main__window_2measure_2dispatch_8c.html#a42113abbf8118a8362314d2427f540dc',1,'widget_measure_time_elapsed_between_two_events(): dispatch.c']]], + ['widget_5freset_5fxyz_5fin_5fstate_5fpane_65',['widget_reset_xyz_in_state_pane',['../df/d05/widget_8h.html#a8019caa45a82a3d92061d49818d0f617',1,'widget_reset_XYZ_in_state_pane(): middle.c'],['../d0/d00/middle_8c.html#a8019caa45a82a3d92061d49818d0f617',1,'widget_reset_XYZ_in_state_pane(): middle.c']]], + ['widget_5fset_5fitem_5ftext_66',['widget_set_item_text',['../df/d05/widget_8h.html#a1c4f1ce489cdc3b4e5a1e86d3438e846',1,'widget_set_item_text(GtkWidget *list_box, const char *text, bool editable): utilities.c'],['../d7/d06/utilities_8c.html#a1c4f1ce489cdc3b4e5a1e86d3438e846',1,'widget_set_item_text(GtkWidget *list_box, const char *text, bool editable): utilities.c']]], + ['widget_5fset_5fobjects_5fvalue_67',['widget_set_objects_value',['../dc/d04/top_8c.html#affefa1ca48e64b5b440729fecbe0e4ee',1,'widget_set_objects_value(int rank, int value): top.c'],['../df/d05/widget_8h.html#affefa1ca48e64b5b440729fecbe0e4ee',1,'widget_set_objects_value(int rank, int value): top.c']]], + ['widget_5fset_5fsituations_5fvalue_68',['widget_set_situations_value',['../df/d05/widget_8h.html#a4081353ac1420fa15533a11bcbff3238',1,'widget_set_situations_value(int value): top.c'],['../dc/d04/top_8c.html#a4081353ac1420fa15533a11bcbff3238',1,'widget_set_situations_value(int value): top.c']]], + ['window_5fdesign_5ftopbar_5fcenter_69',['window_design_topbar_center',['../df/d05/widget_8h.html#a149992300a77b245016ed0e1984651d4',1,'window_design_topbar_center(GtkWidget *topbar): center.c'],['../da/d0e/center_8c.html#a149992300a77b245016ed0e1984651d4',1,'window_design_topbar_center(GtkWidget *topbar): center.c']]], + ['window_5fdesign_5ftopbar_5fleft_70',['window_design_topbar_left',['../df/d05/widget_8h.html#a45d8a02844578e1c13d8b86b74e3c8b0',1,'window_design_topbar_left(GtkWidget *header_bar): left.c'],['../d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0',1,'window_design_topbar_left(GtkWidget *header_bar): left.c']]], + ['window_5fdesign_5ftopbar_5fright_71',['window_design_topbar_right',['../df/d05/widget_8h.html#a4a9ccdb6dc6dbc18f1e2d2235fbb26c3',1,'window_design_topbar_right(GtkWidget *header_bar, GtkApplication *app): right.c'],['../db/d0f/right_8c.html#a4a9ccdb6dc6dbc18f1e2d2235fbb26c3',1,'window_design_topbar_right(GtkWidget *header_bar, GtkApplication *app): right.c']]] ]; diff --git a/doc/html/search/searchdata.js b/doc/html/search/searchdata.js index 09d22b8..10e6859 100644 --- a/doc/html/search/searchdata.js +++ b/doc/html/search/searchdata.js @@ -2,7 +2,7 @@ var indexSectionsWithContent = { 0: "abcdefghijlmnoprstuvwxyz", 1: "adefgpst", - 2: "abcdefgijlmopstuw", + 2: "abcdefgijlmoprstuw", 3: "cfgmopuw", 4: "abcfgilmnprstuvxyz", 5: "efps", diff --git a/doc/rtfm/man3/center.c.3 b/doc/rtfm/man3/center.c.3 new file mode 100644 index 0000000..3a24b87 --- /dev/null +++ b/doc/rtfm/man3/center.c.3 @@ -0,0 +1,34 @@ +.TH "src/widget/main_window/topbar/center.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*- +.ad l +.nh +.SH NAME +src/widget/main_window/topbar/center.c \- Topbar center\&. + +.SH SYNOPSIS +.br +.PP +\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/base\&.h'\fP +.br +\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/signal\&.h'\fP +.br +\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/widget\&.h'\fP +.br +\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP +.br + +.SS "Functions" + +.in +1c +.ti -1c +.RI "void \fBwindow_design_topbar_center\fP (GtkWidget *topbar)" +.br +.RI "title " +.in -1c +.SH "Detailed Description" +.PP +Topbar center\&. + + +.SH "Author" +.PP +Generated automatically by Doxygen for Gem-graph from the source code\&. diff --git a/doc/rtfm/man3/designer.c.3 b/doc/rtfm/man3/designer.c.3 new file mode 100644 index 0000000..f538257 --- /dev/null +++ b/doc/rtfm/man3/designer.c.3 @@ -0,0 +1,68 @@ +.TH "src/widget/main_window/designer.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*- +.ad l +.nh +.SH NAME +src/widget/main_window/designer.c \- main window + +.SH SYNOPSIS +.br +.PP +\fC#include '\&.\&./\&.\&./\&.\&./include/widget\&.h'\fP +.br +\fC#include '\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP +.br +\fC#include '\&.\&./\&.\&./\&.\&./include/util\&.h'\fP +.br + +.SS "Functions" + +.in +1c +.ti -1c +.RI "void \fBwidget_design_main_window\fP (GtkWindow *main_window, GtkApplication *app)" +.br +.in -1c +.SH "Detailed Description" +.PP +main window + +This file is part of Gem-graph\&. +.PP +Six pages can be displayed in the main window: +.IP "\(bu" 2 +synth: an overview that presents the main elements of interest simultaneously +.IP "\(bu" 2 +state: a detailed view of the space, enabling it to be explored or modified +.IP "\(bu" 2 +measures presents all the measures available and those in progress +.IP "\(bu" 2 +results enables you to work on the results obtained +.IP "\(bu" 2 +rules: two pages are grouped together here to make it easier to come and go: +.PP +.RS 4 +the 'all rules' page gives access to the hierarchy of all rules +.RE +.PP +.RS 4 +the 'selected rule' page lets you examine and modify one selected rule +.RE +.PP + +.PP + +.SH "Function Documentation" +.PP +.SS "void widget_design_main_window (GtkWindow * main_window, GtkApplication * app)" + +.PP +\fBParameters\fP +.RS 4 +\fI*main_window\fP +.br +\fI*app\fP +.RE +.PP + +.SH "Author" +.PP +Generated automatically by Doxygen for Gem-graph from the source code\&. diff --git a/doc/rtfm/man3/dialog.c.3 b/doc/rtfm/man3/dialog.c.3 index 3ff7bde..f99e8b2 100644 --- a/doc/rtfm/man3/dialog.c.3 +++ b/doc/rtfm/man3/dialog.c.3 @@ -2,7 +2,7 @@ .ad l .nh .SH NAME -src/widget/dialog.c \- Gem-graph-client modal dialog window\&. +src/widget/dialog.c \- dialog window\&. .SH SYNOPSIS .br @@ -26,7 +26,7 @@ src/widget/dialog.c \- Gem-graph-client modal dialog window\&. .in -1c .SH "Detailed Description" .PP -Gem-graph-client modal dialog window\&. +dialog window\&. This file is part of Gem-graph\&. .SH "Function Documentation" diff --git a/doc/rtfm/man3/dispatch.c.3 b/doc/rtfm/man3/dispatch.c.3 index aaf1128..5114de9 100644 --- a/doc/rtfm/man3/dispatch.c.3 +++ b/doc/rtfm/man3/dispatch.c.3 @@ -2,7 +2,7 @@ .ad l .nh .SH NAME -src/widget/main_window/topbar/dispatch.c \- Main window widgets dispatcher (topbar and six pages) +src/widget/main_window/topbar/dispatch.c \- topbar (left, center, right) .SH SYNOPSIS .br @@ -20,7 +20,7 @@ src/widget/main_window/topbar/dispatch.c \- Main window widgets dispatcher (topb .in +1c .ti -1c -.RI "void \fBwidget_design_main_window\fP (GtkWindow *main_window, GtkApplication *app)" +.RI "GtkWidget * \fBwidget_get_topbar\fP (GtkApplication *app)" .br .ti -1c .RI "char * \fBwidget_get_address_text_theory\fP ()" @@ -34,22 +34,11 @@ src/widget/main_window/topbar/dispatch.c \- Main window widgets dispatcher (topb .in -1c .SH "Detailed Description" .PP -Main window widgets dispatcher (topbar and six pages) +topbar (left, center, right) .SH "Function Documentation" .PP -.SS "void widget_design_main_window (GtkWindow * main_window, GtkApplication * app)" - -.PP -\fBParameters\fP -.RS 4 -\fI*main_window\fP -.br -\fI*app\fP -.RE -.PP - .SS "char * widget_get_address_text_alpha_index ()" .PP @@ -77,6 +66,20 @@ Main window widgets dispatcher (topbar and six pages) .RE .PP +.SS "GtkWidget * widget_get_topbar (GtkApplication * app)" + +.PP +\fBParameters\fP +.RS 4 +\fI*app\fP +.RE +.PP +\fBReturns\fP +.RS 4 +topbar +.RE +.PP + .SH "Author" .PP Generated automatically by Doxygen for Gem-graph from the source code\&. diff --git a/doc/rtfm/man3/left.c.3 b/doc/rtfm/man3/left.c.3 index 1f2fe97..42e79e3 100644 --- a/doc/rtfm/man3/left.c.3 +++ b/doc/rtfm/man3/left.c.3 @@ -2,7 +2,7 @@ .ad l .nh .SH NAME -src/widget/main_window/topbar/left.c \- Topbar left area\&. +src/widget/main_window/topbar/left.c \- Topbar left\&. .SH SYNOPSIS .br @@ -30,19 +30,19 @@ src/widget/main_window/topbar/left.c \- Topbar left area\&. .ti -1c .RI "const char * \fBwidget_get_btt_label_synth\fP ()" .br -.RI "synth " +.RI "! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS: " .ti -1c .RI "const char * \fBwidget_get_btt_label_state\fP ()" .br -.RI "state " +.RI "btt_state " .ti -1c .RI "const char * \fBwidget_get_btt_label_rules\fP ()" .br -.RI "rules " +.RI "btt_rules " .ti -1c .RI "const char * \fBwidget_get_btt_label_data\fP ()" .br -.RI "data +.RI "btt_data .br " .ti -1c @@ -52,11 +52,15 @@ src/widget/main_window/topbar/left.c \- Topbar left area\&. .in -1c .SH "Detailed Description" .PP -Topbar left area\&. +Topbar left\&. .SH "Function Documentation" .PP +.SS "const char * widget_get_btt_label_synth ()" + +.PP +! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS: btt_synth .SS "void window_design_topbar_left (GtkWidget * header_bar)" .PP diff --git a/doc/rtfm/man3/main.c.3 b/doc/rtfm/man3/main.c.3 index adc92cb..e147461 100644 --- a/doc/rtfm/man3/main.c.3 +++ b/doc/rtfm/man3/main.c.3 @@ -25,11 +25,13 @@ src/main.c \- Gem-graph-client main file\&. .PP Gem-graph-client main file\&. -This file is part of Gem-graph\&. It contains only the main function\&. The function \fBmain()\fP initialises the log, the finite state machine (fsm), the application and the windows and closes all the elements it opened at the end of program execution\&. The main window is opened on the 'synthetic view' page of the current model by default ( +This file is part of Gem-graph\&. It contains only the \fBmain()\fP function\&. +.PP +The \fBmain()\fP function initialises the log, the finite state machine (fsm), the application and the windows and closes all the elements it opened before the end of program execution\&. By default, the main window opens on the overview page of the current model\&. .PP \fBSee also\fP .RS 4 -the \fBmain\fP window topbar dispatcher)\&. +src/widget/main_window/topbar/dispatch/widget_design_main_window() .RE .PP diff --git a/doc/rtfm/man3/manager.c.3 b/doc/rtfm/man3/manager.c.3 index a446440..d5b7260 100644 --- a/doc/rtfm/man3/manager.c.3 +++ b/doc/rtfm/man3/manager.c.3 @@ -2,7 +2,7 @@ .ad l .nh .SH NAME -src/widget/manager.c \- windows (main, dialog, modal) creation and access +src/widget/manager.c \- all windows .SH SYNOPSIS .br @@ -38,7 +38,7 @@ src/widget/manager.c \- windows (main, dialog, modal) creation and access .in -1c .SH "Detailed Description" .PP -windows (main, dialog, modal) creation and access +all windows .SH "Function Documentation" diff --git a/doc/rtfm/man3/modal.c.3 b/doc/rtfm/man3/modal.c.3 index f917d1d..1063dae 100644 --- a/doc/rtfm/man3/modal.c.3 +++ b/doc/rtfm/man3/modal.c.3 @@ -2,7 +2,7 @@ .ad l .nh .SH NAME -src/widget/modal.c \- Gem-graph-client modal window\&. +src/widget/modal.c \- modal window\&. .SH SYNOPSIS .br @@ -28,7 +28,7 @@ src/widget/modal.c \- Gem-graph-client modal window\&. .in -1c .SH "Detailed Description" .PP -Gem-graph-client modal window\&. +modal window\&. This file is part of Gem-graph\&. .SH "Function Documentation" diff --git a/doc/rtfm/man3/right.c.3 b/doc/rtfm/man3/right.c.3 new file mode 100644 index 0000000..20ad6d4 --- /dev/null +++ b/doc/rtfm/man3/right.c.3 @@ -0,0 +1,46 @@ +.TH "src/widget/main_window/topbar/right.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*- +.ad l +.nh +.SH NAME +src/widget/main_window/topbar/right.c \- Topbar right\&. + +.SH SYNOPSIS +.br +.PP +\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/base\&.h'\fP +.br +\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/signal\&.h'\fP +.br +\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/widget\&.h'\fP +.br +\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP +.br + +.SS "Functions" + +.in +1c +.ti -1c +.RI "void \fBwindow_design_topbar_right\fP (GtkWidget *header_bar, GtkApplication *app)" +.br +.in -1c +.SH "Detailed Description" +.PP +Topbar right\&. + + +.SH "Function Documentation" +.PP +.SS "void window_design_topbar_right (GtkWidget * header_bar, GtkApplication * app)" + +.PP +\fBParameters\fP +.RS 4 +\fI*header_bar\fP +.br +\fI*app\fP +.RE +.PP + +.SH "Author" +.PP +Generated automatically by Doxygen for Gem-graph from the source code\&. diff --git a/doc/rtfm/man3/widget.h.3 b/doc/rtfm/man3/widget.h.3 index d6b8363..f23c292 100644 --- a/doc/rtfm/man3/widget.h.3 +++ b/doc/rtfm/man3/widget.h.3 @@ -151,22 +151,26 @@ include/widget.h \- widgets hierarchy header .ti -1c .RI "const char * \fBwidget_get_btt_label_synth\fP ()" .br -.RI "synth " +.RI "! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS: " .ti -1c .RI "const char * \fBwidget_get_btt_label_state\fP ()" .br -.RI "state " +.RI "btt_state " .ti -1c .RI "const char * \fBwidget_get_btt_label_rules\fP ()" .br -.RI "rules " +.RI "btt_rules " .ti -1c .RI "const char * \fBwidget_get_btt_label_data\fP ()" .br -.RI "data +.RI "btt_data .br " .ti -1c +.RI "void \fBwindow_design_topbar_center\fP (GtkWidget *topbar)" +.br +.RI "title " +.ti -1c .RI "void \fBwindow_design_topbar_left\fP (GtkWidget *header_bar)" .br .RI "The rules page consists of two half-pages in a GtkPaned widget : " @@ -174,6 +178,9 @@ include/widget.h \- widgets hierarchy header .RI "void \fBwindow_design_topbar_right\fP (GtkWidget *header_bar, GtkApplication *app)" .br .ti -1c +.RI "GtkWidget * \fBwidget_get_topbar\fP (GtkApplication *app)" +.br +.ti -1c .RI "void * \fBwidget_get_page_synth\fP ()" .br .RI "Phantom documentation\&. " @@ -506,6 +513,10 @@ src/widget/manager/on_windows_activation() .RE .PP +.SS "const char * widget_get_btt_label_synth ()" + +.PP +! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS: btt_synth .SS "GtkWindow * widget_get_dialog_window ()" .PP @@ -740,6 +751,20 @@ text_window .RE .PP +.SS "GtkWidget * widget_get_topbar (GtkApplication * app)" + +.PP +\fBParameters\fP +.RS 4 +\fI*app\fP +.RE +.PP +\fBReturns\fP +.RS 4 +topbar +.RE +.PP + .SS "void * widget_get_user_rules_tree ()" .PP diff --git a/doc/rtfm/man3/widget_get_topbar.3 b/doc/rtfm/man3/widget_get_topbar.3 new file mode 100644 index 0000000..f23c759 --- /dev/null +++ b/doc/rtfm/man3/widget_get_topbar.3 @@ -0,0 +1 @@ +.so man3/widget.h.3 diff --git a/doc/rtfm/man3/window_design_topbar_center.3 b/doc/rtfm/man3/window_design_topbar_center.3 new file mode 100644 index 0000000..f23c759 --- /dev/null +++ b/doc/rtfm/man3/window_design_topbar_center.3 @@ -0,0 +1 @@ +.so man3/widget.h.3 diff --git a/doc/rtfm/man3/window_topbar.3 b/doc/rtfm/man3/window_topbar.3 new file mode 100644 index 0000000..f23c759 --- /dev/null +++ b/doc/rtfm/man3/window_topbar.3 @@ -0,0 +1 @@ +.so man3/widget.h.3 diff --git a/include/widget.h b/include/widget.h index b85ace2..0124ada 100644 --- a/include/widget.h +++ b/include/widget.h @@ -89,6 +89,7 @@ const char *widget_get_btt_label_data(); // defined in widget / topbar / left.c // - widget / topbar / right.c +void window_design_topbar_center (GtkWidget *topbar); void window_design_topbar_left (GtkWidget *header_bar); void window_design_topbar_right (GtkWidget *header_bar, GtkApplication *app); @@ -100,6 +101,7 @@ void window_design_topbar_right (GtkWidget *header_bar, GtkApplication *app); // - widget / data / dispatch.c // - widget / measure / dispatch.c +GtkWidget *widget_get_topbar(GtkApplication *app); void *widget_get_page_synth(); // in : widget / synth / dispatch.c void *widget_get_page_state(); // in : widget / state / dispatch.c void *widget_get_page_data(); // in : widget / data / dispatch.c diff --git a/src/main.c b/src/main.c index 23afdc0..32999d3 100644 --- a/src/main.c +++ b/src/main.c @@ -2,12 +2,13 @@ * @file * Gem-graph-client main file. * - * This file is part of Gem-graph. It contains only the main function. - * The function main() initialises the log, the finite state machine (fsm), + * This file is part of Gem-graph. It contains only the main() function. + * + * The main() function initialises the log, the finite state machine (fsm), * the application and the windows and closes all the elements it opened - * at the end of program execution. - * The main window is opened on the 'synthetic view' page of the current model - * by default (@see the main window topbar dispatcher). + * before the end of program execution. + * By default, the main window opens on the overview page of the current model. + * @see src/widget/main_window/topbar/dispatch/widget_design_main_window() * * @cond LICENSE * Copyright © 2021 Libre en Communs diff --git a/src/widget/dialog.c b/src/widget/dialog.c index 4daaf7f..c068421 100644 --- a/src/widget/dialog.c +++ b/src/widget/dialog.c @@ -1,6 +1,6 @@ /** * @file - * Gem-graph-client modal dialog window. + * dialog window. * * This file is part of Gem-graph. * diff --git a/src/widget/main_window/designer.c b/src/widget/main_window/designer.c new file mode 100644 index 0000000..d0ef237 --- /dev/null +++ b/src/widget/main_window/designer.c @@ -0,0 +1,69 @@ +/** + * @file + * main window + * + * This file is part of Gem-graph. + * + * Six pages can be displayed in the main window: + * - synth: an overview that presents the main elements of interest simultaneously + * - state: a detailed view of the space, enabling it to be explored or modified + * - measures presents all the measures available and those in progress + * - results enables you to work on the results obtained + * - rules: 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 + * + * + * @cond LICENSE + * Copyright © 2021 Libre en Communs + * Copyright © 2021-2024 Adrien Bourmault + * Copyright © 2021-2024 Jean Sirmai + * + * This program is free software: you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License as published by the Free + * Software Foundation, either version 3 of the License, or (at your option) any + * later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * @endcond + */ + + + +#include "../../../include/widget.h" +#include "../../../include/fsm.h" +#include "../../../include/util.h" + + +/** + * @param *main_window + * @param *app + */ +void widget_design_main_window (GtkWindow *main_window, + GtkApplication *app) +{ + fsm_journal_event (INFO, TOPBAR, "widget/main_window/design", + "design (main window)", "has began"); + + gtk_window_set_titlebar (main_window, + widget_get_topbar(app)); + widget_get_page_synth(); + widget_get_page_state(); + widget_get_page_data(); + widget_get_page_measure(); + + fsm_journal_event (INFO, TOPBAR, "widget/main_window/design", + "design (main window)", "has ended"); + + gtk_window_present (GTK_WINDOW (main_window)); +} + + + diff --git a/src/widget/main_window/topbar/center.c b/src/widget/main_window/topbar/center.c new file mode 100644 index 0000000..6736811 --- /dev/null +++ b/src/widget/main_window/topbar/center.c @@ -0,0 +1,43 @@ +/** + * @file + * Topbar center + * + * + * @cond LICENSE + * Copyright © 2021 Libre en Communs + * Copyright © 2021-2024 Adrien Bourmault + * Copyright © 2021-2024 Jean Sirmai + * + * This program is free software: you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License as published by the Free + * Software Foundation, either version 3 of the License, or (at your option) any + * later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * @endcond + */ + + +#include "../../../../include/base.h" +#include "../../../../include/signal.h" +#include "../../../../include/widget.h" +#include "../../../../include/fsm.h" + + +/** + * title + */ +void window_design_topbar_center (GtkWidget *topbar) +{ + char *title = "E coli (with permission from David S. Goodsell, 2009)"; + gtk_header_bar_set_title_widget (GTK_HEADER_BAR (topbar), + gtk_label_new (title)); +} + + diff --git a/src/widget/main_window/topbar/dispatch.c b/src/widget/main_window/topbar/dispatch.c index c90a3d1..cdd9be7 100644 --- a/src/widget/main_window/topbar/dispatch.c +++ b/src/widget/main_window/topbar/dispatch.c @@ -1,6 +1,6 @@ /** * @file - * Main window widgets dispatcher (topbar and six pages) + * topbar (left, center, right) * * * @cond LICENSE @@ -32,47 +32,24 @@ /******************************************************************************/ -/* M A I N W I N D O W T O P B A R ( C E N T E R ) */ +/* M A I N W I N D O W T O P B A R */ /******************************************************************************/ -static GtkWidget *window_topbar (GtkWindow *window); - /** - * @param *main_window * @param *app + * + * @returns topbar */ -void widget_design_main_window (GtkWindow *main_window, GtkApplication *app) +GtkWidget *widget_get_topbar(GtkApplication *app) { - fsm_journal_event (INFO, TOPBAR, "widget/topbar/dispatch", - "design (main window topbar)", "has began"); - - GtkWidget *topbar = window_topbar (main_window); - window_design_topbar_left (topbar); - window_design_topbar_right (topbar, app); - - fsm_journal_event (INFO, TOPBAR, "widget/topbar/dispatch", - "design (main window topbar)", "has ended"); - - gtk_window_present (GTK_WINDOW (main_window)); -} - - -/** - * @param *main_window - */ -static GtkWidget *window_topbar (GtkWindow *window) -{ - fsm_journal_event (INFO, TOPBAR_CENTER, "widget/topbar/dispatch", - "gtk_header_bar_new()", "gtk_header_bar_set_title_widget() + _set_titlebar()"); - char *title = "E coli (with permission from David S. Goodsell, 2009)"; GtkWidget *topbar = GTK_WIDGET (gtk_header_bar_new ()); - gtk_header_bar_set_title_widget (GTK_HEADER_BAR (topbar), gtk_label_new (title)); - gtk_window_set_titlebar (window, topbar); + window_design_topbar_center (topbar); + window_design_topbar_left (topbar); + window_design_topbar_right (topbar, app); return topbar; } - /******************************************************************************/ /* L O C A L L A B ( I C O N S ) */ /******************************************************************************/ diff --git a/src/widget/main_window/topbar/left.c b/src/widget/main_window/topbar/left.c index 169cde0..acd77da 100644 --- a/src/widget/main_window/topbar/left.c +++ b/src/widget/main_window/topbar/left.c @@ -1,6 +1,6 @@ /** * @file - * Topbar left area + * Topbar left * * * @cond LICENSE @@ -37,13 +37,13 @@ static GtkButton *btt_SYNTH, *btt_STATE, *btt_RULES, *btt_DATA; -// ! WARNING ! LE LABEL D'UN BOUTON NE DOIT ÊTRE DÉFINI QU'UNE FOIS (ICI) ET -// EN UTILISANT LA FONCTION: widget_get_btt__label() +/** ! WARNING ! THE LABELS OF THE PREVIOUS FOUR BUTTONS MUST ONLY BE DEFINED + * ONCE IN THE PROGRAMME (HERE), AND ONLY USING THE FOUR FOLLOWING FUNCTIONS: */ -/** synth */ const char *widget_get_btt_label_synth () {return "synth";} -/** state */ const char *widget_get_btt_label_state () {return "state";} -/** rules */ const char *widget_get_btt_label_rules () {return "rules";} -/** data */ const char *widget_get_btt_label_data () {return "results";} +/** btt_synth */ const char *widget_get_btt_label_synth () {return "synth";} +/** btt_state */ const char *widget_get_btt_label_state () {return "state";} +/** btt_rules */ const char *widget_get_btt_label_rules () {return "rules";} +/** btt_data */ const char *widget_get_btt_label_data () {return "results";} /** The rules page consists of two half-pages in a GtkPaned widget : diff --git a/src/widget/main_window/topbar/right.c b/src/widget/main_window/topbar/right.c index e75a2ac..5bf5cf8 100644 --- a/src/widget/main_window/topbar/right.c +++ b/src/widget/main_window/topbar/right.c @@ -1,27 +1,27 @@ -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Gem-graph client * -* Topbar right area * -* * -* Copyright © 2024 Libre en Communs * -* Copyright © 2024 Jean Sirmai * -* * -* This file is part of Gem-graph. * -* * -* This program is free software: you can redistribute it and/or modify it * -* under the terms of the GNU Affero General Public License * -* as published by the Free Software Foundation, * -* either version 3 of the License, * -* or (at your option) any later version. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; * -* without even the implied warranty of MERCHANTABILITY * -* or FITNESS FOR A PARTICULAR PURPOSE. * -* See the GNU Affero General Public License for more details. * -* * -* You should have received a copy of the GNU Affero General Public License * -* along with this program. If not, see . * -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +/** + * @file + * Topbar right + * + * + * @cond LICENSE + * Copyright © 2021 Libre en Communs + * Copyright © 2021-2024 Adrien Bourmault + * Copyright © 2021-2024 Jean Sirmai + * + * This program is free software: you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License as published by the Free + * Software Foundation, either version 3 of the License, or (at your option) any + * later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * @endcond + */ #include "../../../../include/base.h" diff --git a/src/widget/manager.c b/src/widget/manager.c index 9f7cbfd..2fd252f 100644 --- a/src/widget/manager.c +++ b/src/widget/manager.c @@ -1,6 +1,6 @@ /** * @file - * windows (main, dialog, modal) creation and access + * all windows * * * @@ -150,7 +150,7 @@ void on_windows_activation (GtkApplication *app) // is selected in: widget/topbar/left window_design_topbar_left() // until it is defined in the fsm (2024-09) // ------------------------------------------------------------------------ - widget_design_main_window (main_window, app); // def: widget/topbar/dispatch + widget_design_main_window (main_window, app); // def: widget/... widget_design_dialog_window (main_window, dialog_window); widget_design_text_window (main_window, text_window); // ------------------------------------------------------------------------ diff --git a/src/widget/modal.c b/src/widget/modal.c index 8bc6fc9..46083ff 100644 --- a/src/widget/modal.c +++ b/src/widget/modal.c @@ -1,6 +1,6 @@ /** * @file - * Gem-graph-client modal window. + * modal window. * * This file is part of Gem-graph. *