src/fsm/preferences/manager.c File Referencesrc/fsm/preferences/manager.cfsm preferences manager #include "../../../include/fsm.h"#include "../../../include/signal.h"#include "../../../include/widget.h"Include dependency graph for manager.c:Classes struct preferencesFunctions void fsm_set_store_restore_reset (int choice, int value)void fsm_reset_all_situations_values (int value)void fsm_add_displayable (char *displayable_name)void fsm_list_init_preferences ()void fsm_list_init_displayables ()Variables struct preferences * pref_jean = NULLDetailed Descriptionfsm preferences manager This file is part of Gem-graph. It manages the preferences (maintain a list, provides access). Function Documentationfsm_add_displayable()fsm_add_displayablemanager.cmanager.cfsm_add_displayablevoid fsm_add_displayable (char * displayable_name)DateAuthorSee also
Parameters
displayable_name
Here is the call graph for this function:fsm_list_init_displayables()fsm_list_init_displayablesmanager.cmanager.cfsm_list_init_displayablesvoid fsm_list_init_displayables ( )DateAuthorSee also
Here is the call graph for this function:
Here is the caller graph for this function:fsm_list_init_preferences()fsm_list_init_preferencesmanager.cmanager.cfsm_list_init_preferencesvoid fsm_list_init_preferences ( )DateAuthorSee also
Here is the call graph for this function:
Here is the caller graph for this function:fsm_reset_all_situations_values()fsm_reset_all_situations_valuesmanager.cmanager.cfsm_reset_all_situations_valuesvoid fsm_reset_all_situations_values (int value)DateAuthorSee also
Parameters
value
Here is the call graph for this function:
Here is the caller graph for this function:fsm_set_store_restore_reset()fsm_set_store_restore_resetmanager.cmanager.cfsm_set_store_restore_resetvoid fsm_set_store_restore_reset (int choice, int value)DateAuthorSee also
Parameters
choicevalue
Here is the call graph for this function:
Here is the caller graph for this function:Variable Documentationpref_jeanpref_jeanmanager.cmanager.cpref_jeanstruct preferences* pref_jean = NULLDateAuthorSee also