|
LiVES 1.3.11-svn
|
#include <plugins.h>
Data Fields | |
| gchar * | name |
| the name of the executable (so we can run it !) | |
| gchar * | menu_text |
| for Weed, this is the filter_class "name" | |
| gchar * | action_desc |
| for Weed "Applying $s" | |
| gint | min_frames |
| for Weed, 1 | |
| gint | num_in_channels |
| lives_rfx_status_t | status |
| guint32 | props |
| GtkWidget * | menuitem |
| the menu item which activates this effect | |
| gint | num_params |
| lives_param_t * | params |
| lives_rfx_source_t | source_type |
| void * | source |
| points to the source (e.g. a weed_plant_t) | |
| void * | extra |
| for future use | |
| gchar | delim [2] |
| gboolean | is_template |
| gchar* lives_rfx_t::action_desc |
for Weed "Applying $s"
| gchar lives_rfx_t::delim[2] |
| void* lives_rfx_t::extra |
for future use
| gboolean lives_rfx_t::is_template |
| gchar* lives_rfx_t::menu_text |
for Weed, this is the filter_class "name"
| GtkWidget* lives_rfx_t::menuitem |
the menu item which activates this effect
for Weed, 1
| gchar* lives_rfx_t::name |
the name of the executable (so we can run it !)
| guint32 lives_rfx_t::props |
| void* lives_rfx_t::source |
points to the source (e.g. a weed_plant_t)
1.7.4