|
LiVES 3.2.0
|
#include <paramspecial.h>
Data Fields | |
| lives_param_t * | height_param |
| lives_param_t * | width_param |
| LiVESWidget * | lockbutton |
| ulong | width_func |
| ulong | height_func |
| double | ratio |
| int | nwidgets |
| boolean | no_reset |
Definition at line 31 of file paramspecial.h.
| ulong lives_special_aspect_t::height_func |
Definition at line 36 of file paramspecial.h.
Referenced by after_aspect_width_changed(), and check_for_special().
| lives_param_t* lives_special_aspect_t::height_param |
Definition at line 32 of file paramspecial.h.
Referenced by add_to_special(), after_aspect_height_changed(), after_aspect_width_changed(), check_for_special(), check_for_special_type(), and set_aspect_ratio_widgets().
| LiVESWidget* lives_special_aspect_t::lockbutton |
Definition at line 34 of file paramspecial.h.
Referenced by after_aspect_height_changed(), after_aspect_width_changed(), check_for_special(), and create_render_details().
| boolean lives_special_aspect_t::no_reset |
Definition at line 39 of file paramspecial.h.
Referenced by check_for_special(), on_vpp_advanced_clicked(), and special_cleanup().
| int lives_special_aspect_t::nwidgets |
Definition at line 38 of file paramspecial.h.
Referenced by check_for_special(), and init_special().
| double lives_special_aspect_t::ratio |
Definition at line 37 of file paramspecial.h.
Referenced by after_aspect_height_changed(), and after_aspect_width_changed().
| ulong lives_special_aspect_t::width_func |
Definition at line 35 of file paramspecial.h.
Referenced by after_aspect_height_changed(), and check_for_special().
| lives_param_t* lives_special_aspect_t::width_param |
Definition at line 33 of file paramspecial.h.
Referenced by add_to_special(), after_aspect_height_changed(), after_aspect_width_changed(), check_for_special(), check_for_special_type(), and set_aspect_ratio_widgets().