180 lines
2.0 KiB
Groff
180 lines
2.0 KiB
Groff
.TH "src/fsm/preferences/manager.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
src/fsm/preferences/manager.c
|
|
.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 "Classes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "struct \fBpreferences\fP"
|
|
.br
|
|
.in -1c
|
|
.SS "Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "void \fBfsm_set_store_restore_reset\fP (int choice, int value)"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBfsm_reset_all_situations_values\fP (int value)"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBfsm_add_displayable\fP (char *displayable_name)"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBfsm_list_init_preferences\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBfsm_list_init_displayables\fP ()"
|
|
.br
|
|
.in -1c
|
|
.SS "Variables"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "struct \fBpreferences\fP * \fBpref_jean\fP = NULL"
|
|
.br
|
|
.in -1c
|
|
.SH "Function Documentation"
|
|
.PP
|
|
.SS "void fsm_add_displayable (char * displayable_name)"
|
|
|
|
.PP
|
|
\fBDate\fP
|
|
.RS 4
|
|
|
|
.RE
|
|
.PP
|
|
\fBAuthor\fP
|
|
.RS 4
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
.PP
|
|
.RE
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fIdisplayable_name\fP
|
|
.RE
|
|
.PP
|
|
|
|
.SS "void fsm_list_init_displayables ()"
|
|
|
|
.PP
|
|
\fBDate\fP
|
|
.RS 4
|
|
|
|
.RE
|
|
.PP
|
|
\fBAuthor\fP
|
|
.RS 4
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
.RE
|
|
.PP
|
|
|
|
.SS "void fsm_list_init_preferences ()"
|
|
|
|
.PP
|
|
\fBDate\fP
|
|
.RS 4
|
|
|
|
.RE
|
|
.PP
|
|
\fBAuthor\fP
|
|
.RS 4
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
.PP
|
|
.RE
|
|
.PP
|
|
|
|
.SS "void fsm_reset_all_situations_values (int value)"
|
|
|
|
.PP
|
|
\fBDate\fP
|
|
.RS 4
|
|
|
|
.RE
|
|
.PP
|
|
\fBAuthor\fP
|
|
.RS 4
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
.PP
|
|
.RE
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fIvalue\fP
|
|
.RE
|
|
.PP
|
|
|
|
.SS "void fsm_set_store_restore_reset (int choice, int value)"
|
|
|
|
.PP
|
|
\fBDate\fP
|
|
.RS 4
|
|
|
|
.RE
|
|
.PP
|
|
\fBAuthor\fP
|
|
.RS 4
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
.PP
|
|
.RE
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fIchoice\fP
|
|
.br
|
|
\fIvalue\fP
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Variable Documentation"
|
|
.PP
|
|
.SS "struct \fBpreferences\fP* pref_jean = NULL"
|
|
|
|
.PP
|
|
\fBDate\fP
|
|
.RS 4
|
|
|
|
.RE
|
|
.PP
|
|
\fBAuthor\fP
|
|
.RS 4
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
.PP
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|