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
The \fB main()\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\& .
2024-10-16 10:28:19 +02:00
.PP
2024-10-19 16:05:49 +02:00
\fB See also\fP
.RS 4
2024-10-21 23:49:12 +02:00
src/widget/main_window/topbar/dispatch/widget_design_main_window()
2024-10-19 16:05:49 +02:00
.RE
.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\& .