Data Fields | |
gboolean | lights_on |
gboolean | sound_on |
gboolean | lock_left_sensor |
gboolean | lock_middle_sensor |
gboolean | lock_right_sensor |
Copyright (C) 2010 IREX Technologies B.V. All rights reserved.
Definition at line 51 of file sensors.c.
gboolean SensorSettings::lights_on |
Definition at line 53 of file sensors.c.
Referenced by init_widgets_with_settings(), load_sensor_settings(), on_use_light_changed(), and save_sensor_settings().
gboolean SensorSettings::lock_left_sensor |
Definition at line 55 of file sensors.c.
Referenced by init_widgets_with_settings(), load_sensor_settings(), on_lock_left_changed(), on_lock_middle_changed(), on_lock_right_changed(), and save_sensor_settings().
gboolean SensorSettings::lock_middle_sensor |
Definition at line 56 of file sensors.c.
Referenced by init_widgets_with_settings(), load_sensor_settings(), on_lock_left_changed(), on_lock_middle_changed(), on_lock_right_changed(), and save_sensor_settings().
gboolean SensorSettings::lock_right_sensor |
Definition at line 57 of file sensors.c.
Referenced by init_widgets_with_settings(), load_sensor_settings(), on_lock_left_changed(), on_lock_middle_changed(), on_lock_right_changed(), and save_sensor_settings().
gboolean SensorSettings::sound_on |
Definition at line 54 of file sensors.c.
Referenced by init_widgets_with_settings(), load_sensor_settings(), on_use_sound_changed(), and save_sensor_settings().