Data structure storing various application settings. More...
#include <settings-manager.h>
Data Fields | |
refresh_freq_t | refresh_freq |
Global refresh frequency for the frames. | |
gboolean | autosave_frames |
Tells if frames should be saved when quitting the app. | |
gushort | last_current_tab |
Allows restoring the last current tab when autosave_frames is TRUE. | |
gint | unhandled_action_machine |
What to do when an unhandled machine is set on a frame action. | |
gint | unhandled_action_period |
What to do when an unhandled time period is set on a frame action. |
Data structure storing various application settings.
This data structure contains the current value of all the application settings.
Definition at line 40 of file settings-manager.h.
gboolean settings_t::autosave_frames |
Tells if frames should be saved when quitting the app.
Definition at line 43 of file settings-manager.h.
gushort settings_t::last_current_tab |
Allows restoring the last current tab when autosave_frames is TRUE.
Definition at line 44 of file settings-manager.h.
Global refresh frequency for the frames.
Definition at line 41 of file settings-manager.h.
What to do when an unhandled machine is set on a frame action.
Definition at line 46 of file settings-manager.h.
What to do when an unhandled time period is set on a frame action.
Definition at line 47 of file settings-manager.h.