64 lines
1.2 KiB
Groff
64 lines
1.2 KiB
Groff
.TH "src/main.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
src/main.c \- Gem-graph-client main file\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include '\&.\&./include/fsm\&.h'\fP
|
|
.br
|
|
\fC#include '\&.\&./include/signal\&.h'\fP
|
|
.br
|
|
\fC#include '\&.\&./include/widget\&.h'\fP
|
|
.br
|
|
|
|
.SS "Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "int \fBmain\fP (int argc, char **argv)"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Gem-graph-client main file\&.
|
|
|
|
This file is part of Gem-graph\&. It contains only the main function\&.
|
|
.PP
|
|
The function \fBmain()\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\&.
|
|
.SH "Function Documentation"
|
|
.PP
|
|
.SS "int main (int argc, char ** argv)"
|
|
|
|
.PP
|
|
\fBSince\fP
|
|
.RS 4
|
|
2024-04
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
src/fsm/dispatch/fsm_init()
|
|
.PP
|
|
src/widget/dispatch/on_windows_activation(app)
|
|
.RE
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fIargc\fP
|
|
.br
|
|
\fI**argv\fP
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
status, the program errorlevel
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|