LiVES  3.2.0
Data Fields
lives_fx_candidate_t Struct Reference

#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_trfx
 pointer to rfx for current delegate (or NULL) More...
 

Detailed Description

Definition at line 686 of file plugins.h.

Field Documentation

◆ delegate

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().

◆ func

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().

◆ list

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().

◆ rfx

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().


The documentation for this struct was generated from the following file: