|
LiVES 3.2.0
|
#include <plugins.h>
Data Fields | |
| LiVESList * | list |
| list of filter_idx from which user can delegate More... | |
| int | delegate |
| offset in list of current delegate More... | |
| ulong | func |
| menuitem activation function for current delegate More... | |
| lives_rfx_t * | rfx |
| pointer to rfx for current delegate (or NULL) More... | |
| int lives_fx_candidate_t::delegate |
offset in list of current delegate
Definition at line 688 of file plugins.h.
Referenced by add_rfx_effects2(), deinterlace_frame(), multitrack(), replace_with_delegates(), and resize_widgets_for_monitor().
| ulong lives_fx_candidate_t::func |
menuitem activation function for current delegate
Definition at line 689 of file plugins.h.
Referenced by replace_with_delegates(), and resize_widgets_for_monitor().
| LiVESList* lives_fx_candidate_t::list |
list of filter_idx from which user can delegate
Definition at line 687 of file plugins.h.
Referenced by deinterlace_frame(), multitrack(), replace_with_delegates(), and resize_widgets_for_monitor().
| lives_rfx_t* lives_fx_candidate_t::rfx |
pointer to rfx for current delegate (or NULL)
Definition at line 690 of file plugins.h.
Referenced by replace_with_delegates(), and resize_widgets_for_monitor().