FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.

trunk/libfjme/AnimatedUtils.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define findTrackers()   findPlugin( NULL, NULL, NULL, NULL, "tracker" )

Functions

void AnmEntry_Init (iPlugin *p)
void AnmEntry_Frame (iPlugin *p)
void AnmToggleButton_Init (iPlugin *p)
void AnmToggleButton_Frame (iPlugin *p)
void AnmSpinButton_Init (iPlugin *p)
void AnmSpinButton_Frame (iPlugin *p)
void AnmCheckButton_Init (iPlugin *p)
void AnmCheckButton_Frame (iPlugin *p)
void AnmRadioButton_Init (iPlugin *p)
void AnmRadioButton_Frame (iPlugin *p)
void AnmTracker_Init (iPlugin *p)
void AnmTracker_Frame (iPlugin *p)
void AnmColor_Init (iPlugin *p)
void AnmColor_Frame (iPlugin *p)
void AnmLayersList_Init (iPlugin *p)
void AnmLayersList_Frame (iPlugin *p)
GtkWidget * addAnmEntry (gdouble *AnimatedValue)
GtkWidget * addAnmToggleButton (gdouble *AnimatedValue)
GtkWidget * addAnmSpinButton (gdouble *AnimatedValue)
GtkWidget * addAnmCheckButton (gdouble *AnimatedValue)
GtkWidget * addAnmRadioButton (gdouble *AnimatedValue)
GtkWidget * addAnmColorButton (gdouble *r, gdouble *g, gdouble *b)
GtkWidget * addAnmLayersList (gdouble *v)
LayerAnmLayersListGetSelected (GtkWidget *)
iPluginaddAnmTracker (gdouble *x, gdouble *y)
gboolean AnmEntry_frame_insert (GtkWidget *widget, gpointer data)
gboolean AnmToggleButton_frame_insert (GtkWidget *widget, gpointer data)
gboolean AnmSpinButton_frame_insert (GtkWidget *widget, gpointer data)
gboolean AnmCheckButton_frame_insert (GtkWidget *widget, gpointer data)
gboolean AnmRadioButton_frame_insert (GtkWidget *widget, gpointer data)
gboolean AnmColor_frame_insert (GtkWidget *widget, gpointer data)
gboolean AnmLayersList_frame_insert (GtkWidget *widget, gpointer data)
gboolean AnmEntry_frame_delete (GtkWidget *widget, gpointer data)
gboolean AnmToggleButton_frame_delete (GtkWidget *widget, gpointer data)
gboolean AnmSpinButton_frame_delete (GtkWidget *widget, gpointer data)
gboolean AnmCheckButton_frame_delete (GtkWidget *widget, gpointer data)
gboolean AnmRadioButton_frame_delete (GtkWidget *widget, gpointer data)
gboolean AnmColor_frame_delete (GtkWidget *widget, gpointer data)
gboolean AnmLayersList_frame_delete (GtkWidget *widget, gpointer data)

Define Documentation

#define findTrackers ( )    findPlugin( NULL, NULL, NULL, NULL, "tracker" )

Function Documentation

GtkWidget* addAnmCheckButton ( gdouble *  AnimatedValue)

Here is the call graph for this function:

GtkWidget* addAnmColorButton ( gdouble *  r,
gdouble *  g,
gdouble *  b 
)

Here is the call graph for this function:

Here is the caller graph for this function:

GtkWidget* addAnmEntry ( gdouble *  AnimatedValue)

Here is the call graph for this function:

GtkWidget* addAnmLayersList ( gdouble *  v)

Here is the call graph for this function:

GtkWidget* addAnmRadioButton ( gdouble *  AnimatedValue)

Here is the call graph for this function:

GtkWidget* addAnmSpinButton ( gdouble *  AnimatedValue)

Here is the call graph for this function:

Here is the caller graph for this function:

GtkWidget* addAnmToggleButton ( gdouble *  AnimatedValue)

Here is the call graph for this function:

iPlugin* addAnmTracker ( gdouble *  x,
gdouble *  y 
)

Here is the call graph for this function:

void AnmCheckButton_Frame ( iPlugin p)

Here is the caller graph for this function:

gboolean AnmCheckButton_frame_delete ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

gboolean AnmCheckButton_frame_insert ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmCheckButton_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmColor_Frame ( iPlugin p)

Here is the caller graph for this function:

gboolean AnmColor_frame_delete ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

gboolean AnmColor_frame_insert ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmColor_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmEntry_Frame ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

gboolean AnmEntry_frame_delete ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

gboolean AnmEntry_frame_insert ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmEntry_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmLayersList_Frame ( iPlugin p)

Here is the caller graph for this function:

gboolean AnmLayersList_frame_delete ( GtkWidget *  widget,
gpointer  data 
)

Here is the caller graph for this function:

gboolean AnmLayersList_frame_insert ( GtkWidget *  widget,
gpointer  data 
)

Here is the caller graph for this function:

void AnmLayersList_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

Layer* AnmLayersListGetSelected ( GtkWidget *  )
void AnmRadioButton_Frame ( iPlugin p)

Here is the caller graph for this function:

gboolean AnmRadioButton_frame_delete ( GtkWidget *  widget,
gpointer  data 
)

Here is the caller graph for this function:

gboolean AnmRadioButton_frame_insert ( GtkWidget *  widget,
gpointer  data 
)

Here is the caller graph for this function:

void AnmRadioButton_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmSpinButton_Frame ( iPlugin p)

Here is the caller graph for this function:

gboolean AnmSpinButton_frame_delete ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

gboolean AnmSpinButton_frame_insert ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmSpinButton_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmToggleButton_Frame ( iPlugin p)

Here is the caller graph for this function:

gboolean AnmToggleButton_frame_delete ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

gboolean AnmToggleButton_frame_insert ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmToggleButton_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void AnmTracker_Frame ( iPlugin p)

Here is the caller graph for this function:

void AnmTracker_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

All Data Structures Files Functions Variables Typedefs Defines