#include <FL/Fl.H>Include dependency graph for interface.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | points_light_button_callback (Fl_Widget *widget, void *data) |
| void | path_light_button_callback (Fl_Widget *widget, void *data) |
| void | spline_light_button_callback (Fl_Widget *widget, void *data) |
|
||||||||||||
|
00342 {
00343 my_scene->set_my_target_path_displayed((bool)points_light_button->value());
00344 if(display==true) my_scene->display();
00345 }
|
|
||||||||||||
|
00348 {
00349 my_scene->set_my_bicyclist_path_displayed((bool)path_light_button->value());
00350 if(display==true) my_scene->display();
00351 }
|
|
||||||||||||
|
00354 {
00355 my_scene->set_my_spline_displayed((bool)spline_light_button->value());
00356 if(display==true) my_scene->display();
00357 }
|
1.2.18