Six types of measurements can be accessed through a logical tree.

This commit is contained in:
Jean Sirmai 2024-08-08 16:13:59 +02:00
parent e3831394a5
commit df536fe512
Signed by: jean
GPG Key ID: FB3115C340E057E3
35 changed files with 8 additions and 4 deletions

BIN
data/stamp/DNA.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
data/stamp/bug.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
data/stamp/buoy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
data/stamp/calibrate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
data/stamp/camera.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
data/stamp/choice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

BIN
data/stamp/clean.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
data/stamp/crop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
data/stamp/crossroads.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
data/stamp/factory.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
data/stamp/gem graph.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
data/stamp/harbor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
data/stamp/linux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
data/stamp/microscope.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
data/stamp/presentation.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1016 B

BIN
data/stamp/radar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
data/stamp/radioactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
data/stamp/rider.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
data/stamp/running.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
data/stamp/répare.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
data/stamp/slack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
data/stamp/stamp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
data/stamp/this way.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

BIN
data/stamp/transmission.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
data/stamp/tree view.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
data/stamp/venn diagram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
data/stamp/wheat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -118,6 +118,10 @@ static void debug_printing (int choice, int value, int sub_automaton)
/******************************************************************************/
/* M E A S U R E S */
/******************************************************************************/
// list of measurements requested by the user
// this list is editable (see widget / measure)
// the results of each measurement can be displayed in diagrams (charts,...)
// liste des diagrammes

View File

@ -414,7 +414,7 @@ void on_select_a_second_measurement(GtkWidget *btt, gpointer data)
void on_not_yet_defined(GtkWidget *btt, gpointer data)
{
printf("now, select another measurement to correlate with\n");
printf("OK > Then, select the other measurement to correlate with.\n");
}

View File

@ -87,10 +87,10 @@ static GtkWidget *btt_select_another_measurement_question;
void *widget_measure_do_we_select_another_measurement()
{
printf("do_we_select_another_measurement ?\n");
printf("Could this measurement be related to another one ?\n");
correlation_measures_box = GTK_BOX (gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2));
correl = gtk_picture_new_for_filename
("/home/jean/Gem-Graph/gem-graph-client/data/stamp/correl icon.png");
("/home/jean/Gem-Graph/gem-graph-client/data/stamp/buoy.png");
btt_select_another_measurement_question =
gtk_toggle_button_new_with_label ("select another measurement to correlate with ?");
g_signal_connect (btt_select_another_measurement_question, "toggled",