2024-10-16 10:28:19 +02:00
\doxysection { src/main.c File Reference}
\hypertarget { main_ 8c} { } \label { main_ 8c} \index { src/main.c@{ src/main.c} }
2024-10-18 09:43:30 +02:00
Gem-\/ graph-\/ client main file.
2024-10-16 10:28:19 +02:00
{ \ttfamily \# include "{ } ../include/fsm.\+ h"{ } } \newline
2024-10-18 09:43:30 +02:00
{ \ttfamily \# include "{ } ../include/signal.\+ h"{ } } \newline
{ \ttfamily \# include "{ } ../include/widget.\+ h"{ } } \newline
2024-10-16 10:28:19 +02:00
\doxysubsubsection * { Functions}
\begin { DoxyCompactItemize}
\item
int \mbox { \hyperlink { main_ 8c_ a3c04138a5bfe5d72780bb7e82a18e627} { main} } (int argc, char \texorpdfstring { $ \ast $ } { *} \texorpdfstring { $ \ast $ } { *} argv)
2024-10-18 09:43:30 +02:00
\end { DoxyCompactItemize}
2024-10-16 10:28:19 +02:00
\doxysubsection { Detailed Description}
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
2024-10-18 09:43:30 +02:00
The function \doxylink { main_ 8c_ a3c04138a5bfe5d72780bb7e82a18e627} { main()} initialises the log, the finite state machine (fsm), the application and the windows. The main window is opened on the \textquotesingle { } synthetic view\textquotesingle { } 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
\doxysubsection { Function Documentation}
\Hypertarget { main_ 8c_ a3c04138a5bfe5d72780bb7e82a18e627} \label { main_ 8c_ a3c04138a5bfe5d72780bb7e82a18e627}
\index { main.c@{ main.c} !main@{ main} }
\index { main@{ main} !main.c@{ main.c} }
\doxysubsubsection { \texorpdfstring { main()} { main()} }
{ \footnotesize \ttfamily int main (\begin { DoxyParamCaption} \item [{int}] { argc, } \item [{char \texorpdfstring{$\ast$}{*}\texorpdfstring{$\ast$}{*}}] { argv } \end { DoxyParamCaption} )}
2024-10-18 09:43:30 +02:00
\begin { DoxySince} { Since}
2024-\/ 04
\end { DoxySince}
2024-10-16 10:28:19 +02:00
\begin { DoxySeeAlso} { See also}
2024-10-18 09:43:30 +02:00
src/fsm/dispatch/fsm\+ \_ \+ init()
2024-10-16 10:28:19 +02:00
2024-10-18 09:43:30 +02:00
src/widget/dispatch/on\+ \_ \+ windows\+ \_ \+ activation(app)
2024-10-16 10:28:19 +02:00
\end { DoxySeeAlso}
\begin { DoxyParams} { Parameters}
{ \em argc} & \\
\hline
{ \em \texorpdfstring { $ \ast $ } { *} \texorpdfstring { $ \ast $ } { *} argv} & \\
\hline
\end { DoxyParams}
\begin { DoxyReturn} { Returns}
2024-10-18 09:43:30 +02:00
status, the program errorlevel
2024-10-16 10:28:19 +02:00
\end { DoxyReturn}