2024-10-16 10:28:19 +02:00
.TH "src/main.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
.ad l
.nh
.SH NAME
2024-10-18 09:43:30 +02:00
src/main.c \- Gem-graph-client main file\& .
2024-10-16 10:28:19 +02:00
.SH SYNOPSIS
.br
.PP
2024-10-18 09:43:30 +02:00
\fC #include '\& .\& ./include/fsm\& .h'\fP
2024-10-16 10:28:19 +02:00
.br
\fC #include '\& .\& ./include/signal\& .h'\fP
.br
2024-10-18 09:43:30 +02:00
\fC #include '\& .\& ./include/widget\& .h'\fP
2024-10-16 10:28:19 +02:00
.br
.SS "Functions"
.in +1c
.ti -1c
.RI "int \fBmain\fP (int argc, char **argv)"
.br
.in -1c
.SH "Detailed Description"
.PP
2024-10-18 09:43:30 +02:00
Gem-graph-client main file\& .
2024-10-16 10:28:19 +02:00
2024-10-21 23:49:12 +02:00
This file is part of Gem-graph\& . It contains only the \fB main()\fP function\& .
.PP
2024-10-27 17:50:40 +01:00
.PP
.PP
2024-10-27 06:07:49 +01:00
The \fB main()\fP function \fB initialises\fP the log, the finite state machine (fsm), the application and the windows and \fB closes\fP all the elements it opened before the end of program execution\& .
2024-10-16 10:28:19 +02:00
.PP
2024-10-27 06:07:49 +01:00
By default, the main window opens on the overview page of the current model as specified in: src/widget/main_window/designer/widget_design_main_window()\& .
2024-10-24 09:12:19 +02:00
.PP
2024-10-28 09:44:51 +01:00
About code organization, see src/readme\& .dox
2024-10-27 17:50:40 +01:00
.PP
.PP
2024-10-16 10:28:19 +02:00
.SH "Function Documentation"
.PP
.SS "int main (int argc, char ** argv)"
.PP
2024-10-18 09:43:30 +02:00
\fB Since\fP
2024-10-16 10:28:19 +02:00
.RS 4
2024-10-18 09:43:30 +02:00
2024-04
2024-10-16 10:28:19 +02:00
.RE
.PP
\fB See also\fP
.RS 4
2024-10-18 09:43:30 +02:00
src/fsm/dispatch/fsm_init()
2024-10-16 10:28:19 +02:00
.PP
2024-10-18 09:43:30 +02:00
src/widget/dispatch/on_windows_activation(app)
2024-10-16 10:28:19 +02:00
.RE
.PP
\fB Parameters\fP
.RS 4
\fI argc\fP
.br
\fI **argv\fP
.RE
.PP
\fB Returns\fP
.RS 4
2024-10-18 09:43:30 +02:00
status, the program errorlevel
2024-10-16 10:28:19 +02:00
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Gem-graph from the source code\& .