LiVES  2.8.4
Data Fields
lives_rfx_t Struct Reference

#include <plugins.h>

Data Fields

char * name
 the name of the executable (so we can run it !) More...
 
char * menu_text
 for Weed, this is the filter_class "name" More...
 
char * action_desc
 for Weed "Applying $s" More...
 
int min_frames
 for Weed, 1 More...
 
int num_in_channels
 
lives_rfx_status_t status
 
uint32_t props
 
LiVESWidget * menuitem
 the menu item which activates this effect More...
 
int num_params
 
uint32_t flags
 
lives_param_tparams
 
lives_rfx_source_t source_type
 
void * source
 points to the source (e.g. a weed_plant_t) More...
 
void * extra
 for future use More...
 
char delim [2]
 
boolean is_template
 

Field Documentation

◆ action_desc

char* lives_rfx_t::action_desc

for Weed "Applying $s"

◆ delim

char lives_rfx_t::delim[2]

◆ extra

void* lives_rfx_t::extra

for future use

◆ flags

uint32_t lives_rfx_t::flags

◆ is_template

boolean lives_rfx_t::is_template

◆ menu_text

char* lives_rfx_t::menu_text

for Weed, this is the filter_class "name"

◆ menuitem

LiVESWidget* lives_rfx_t::menuitem

the menu item which activates this effect

◆ min_frames

int lives_rfx_t::min_frames

for Weed, 1

◆ name

char* lives_rfx_t::name

the name of the executable (so we can run it !)

◆ num_in_channels

int lives_rfx_t::num_in_channels

◆ num_params

int lives_rfx_t::num_params

◆ params

lives_param_t* lives_rfx_t::params

◆ props

uint32_t lives_rfx_t::props

◆ source

void* lives_rfx_t::source

points to the source (e.g. a weed_plant_t)

◆ source_type

lives_rfx_source_t lives_rfx_t::source_type

◆ status

lives_rfx_status_t lives_rfx_t::status

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