69 lines
1.5 KiB
Groff
69 lines
1.5 KiB
Groff
.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\&.
|