|
LiVES 1.3.11-svn
|
#include <fcntl.h>#include <string.h>#include <unistd.h>#include <stdlib.h>#include "../libweed/weed.h"#include "../libweed/weed-palettes.h"#include "../libweed/weed-effects.h"#include "../libweed/weed-host.h"#include "main.h"#include "effects.h"#include "paramwindow.h"#include "support.h"#include "cvirtual.h"#include "rte_window.h"Functions | |
| gboolean | do_effect (lives_rfx_t *rfx, gboolean is_preview) |
| defined as extern in paramwindow.c | |
| gint | realfx_progress (gboolean reset) |
| gboolean | on_realfx_activate_inner (gint type, lives_rfx_t *rfx) |
| void | on_realfx_activate (GtkMenuItem *menuitem, gpointer user_data) |
| weed_plant_t * | on_rte_apply (weed_plant_t *layer, int opwidth, int opheight, weed_timecode_t tc) |
| void | deinterlace_frame (weed_plant_t *layer, weed_timecode_t tc) |
| weed_plant_t * | get_blend_layer (weed_timecode_t tc) |
| gboolean | rte_on_off_callback (GtkAccelGroup *group, GObject *obj, guint keyval, GdkModifierType mod, gpointer user_data) |
| for accel groups | |
| gboolean | rte_on_off_callback_hook (GtkToggleButton *button, gpointer user_data) |
| for widgets | |
| gboolean | grabkeys_callback (GtkAccelGroup *group, GObject *obj, guint keyval, GdkModifierType mod, gpointer user_data) |
| for accel groups | |
| gboolean | textparm_callback (GtkAccelGroup *group, GObject *obj, guint keyval, GdkModifierType mod, gpointer user_data) |
| gboolean | grabkeys_callback_hook (GtkToggleButton *button, gpointer user_data) |
| for widgets | |
| gboolean | rtemode_callback (GtkAccelGroup *group, GObject *obj, guint keyval, GdkModifierType mod, gpointer user_data) |
| for accel groups | |
| gboolean | rtemode_callback_hook (GtkToggleButton *button, gpointer user_data) |
| for widgets | |
| gboolean | swap_fg_bg_callback (GtkAccelGroup *group, GObject *obj, guint keyval, GdkModifierType mod, gpointer user_data) |
| void deinterlace_frame | ( | weed_plant_t * | layer, |
| weed_timecode_t | tc | ||
| ) |
| gboolean do_effect | ( | lives_rfx_t * | rfx, |
| gboolean | is_preview | ||
| ) |
defined as extern in paramwindow.c
| weed_plant_t* get_blend_layer | ( | weed_timecode_t | tc | ) |
| gboolean grabkeys_callback | ( | GtkAccelGroup * | group, |
| GObject * | obj, | ||
| guint | keyval, | ||
| GdkModifierType | mod, | ||
| gpointer | user_data | ||
| ) |
for accel groups
| gboolean grabkeys_callback_hook | ( | GtkToggleButton * | button, |
| gpointer | user_data | ||
| ) |
for widgets
| void on_realfx_activate | ( | GtkMenuItem * | menuitem, |
| gpointer | user_data | ||
| ) |
| gboolean on_realfx_activate_inner | ( | gint | type, |
| lives_rfx_t * | rfx | ||
| ) |
| weed_plant_t* on_rte_apply | ( | weed_plant_t * | layer, |
| int | opwidth, | ||
| int | opheight, | ||
| weed_timecode_t | tc | ||
| ) |
| gint realfx_progress | ( | gboolean | reset | ) |
| gboolean rte_on_off_callback | ( | GtkAccelGroup * | group, |
| GObject * | obj, | ||
| guint | keyval, | ||
| GdkModifierType | mod, | ||
| gpointer | user_data | ||
| ) |
for accel groups
| gboolean rte_on_off_callback_hook | ( | GtkToggleButton * | button, |
| gpointer | user_data | ||
| ) |
for widgets
| gboolean rtemode_callback | ( | GtkAccelGroup * | group, |
| GObject * | obj, | ||
| guint | keyval, | ||
| GdkModifierType | mod, | ||
| gpointer | user_data | ||
| ) |
for accel groups
| gboolean rtemode_callback_hook | ( | GtkToggleButton * | button, |
| gpointer | user_data | ||
| ) |
for widgets
| gboolean swap_fg_bg_callback | ( | GtkAccelGroup * | group, |
| GObject * | obj, | ||
| guint | keyval, | ||
| GdkModifierType | mod, | ||
| gpointer | user_data | ||
| ) |
| gboolean textparm_callback | ( | GtkAccelGroup * | group, |
| GObject * | obj, | ||
| guint | keyval, | ||
| GdkModifierType | mod, | ||
| gpointer | user_data | ||
| ) |
1.7.4