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-18 09:43:30 +02:00
This file is part of Gem-graph\& . It contains only the main function\& .
2024-10-16 10:28:19 +02:00
.PP
2024-10-18 09:43:30 +02:00
The function \fB main()\fP initialises the log, the finite state machine (fsm), the application and the windows\& . The main window is opened on the 'synthetic view' page of the current model by default\& . The main function closes all the elements it opened at the end of program execution\& .
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\& .