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

trunk/libfjme/window.h File Reference

#include "basic.h"
Include dependency graph for window.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Expander
struct  wVideo
struct  wTools
struct  wLayers
struct  wProperties

Defines

#define VIDEO(x)   ((wVideo*)(x))

Typedefs

typedef struct wVideo wVideo
typedef struct wTools wTools
typedef struct wLayers wLayers
typedef struct wProperties wProperties
typedef struct Expander Expander

Functions

void hide_window (GtkWidget *window, GdkEvent *evt, gpointer data)
gboolean FrameMgrKeyEvent (GtkWidget *widget, GdkEventKey *evt, gpointer data)
void wVideoShow_Init (iPlugin *p)
void wVideoShow_Frame (iPlugin *p)
void wLayersShow_Init (iPlugin *p)
void wLayersShow_Frame (iPlugin *p)
void wToolsShow_Init (iPlugin *p)
void wToolsShow_Frame (iPlugin *p)
void wPropertiesShow_Init (iPlugin *p)
void wPropertiesShow_Frame (iPlugin *p)
void SetupWindow ()
void DrawMenu ()
void draw_plugin_menus ()
void plugin_menus_action (GtkWidget *widget, gpointer data)
void SetupVideoWindow (guint32 width, guint32 height)
void player_buttons (GtkWidget *widget, GdkEvent *event, gpointer button)
gboolean video_play (gpointer mode)

Define Documentation

#define VIDEO (   x)    ((wVideo*)(x))

Typedef Documentation

typedef struct Expander Expander
typedef struct wLayers wLayers
typedef struct wProperties wProperties
typedef struct wTools wTools
typedef struct wVideo wVideo

Function Documentation

void draw_plugin_menus ( )

Here is the call graph for this function:

Here is the caller graph for this function:

void DrawMenu ( )
gboolean FrameMgrKeyEvent ( GtkWidget *  widget,
GdkEventKey *  evt,
gpointer  data 
)

Here is the call graph for this function:

void hide_window ( GtkWidget *  window,
GdkEvent *  evt,
gpointer  data 
)

Here is the caller graph for this function:

void player_buttons ( GtkWidget *  widget,
GdkEvent *  event,
gpointer  button 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void plugin_menus_action ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void SetupVideoWindow ( guint32  width,
guint32  height 
)

Here is the call graph for this function:

void SetupWindow ( )
gboolean video_play ( gpointer  mode)

Here is the call graph for this function:

Here is the caller graph for this function:

void wLayersShow_Frame ( iPlugin p)

Here is the caller graph for this function:

void wLayersShow_Init ( iPlugin p)

Here is the caller graph for this function:

void wPropertiesShow_Frame ( iPlugin p)

Here is the caller graph for this function:

void wPropertiesShow_Init ( iPlugin p)

Here is the caller graph for this function:

void wToolsShow_Frame ( iPlugin p)

Here is the caller graph for this function:

void wToolsShow_Init ( iPlugin p)

Here is the caller graph for this function:

void wVideoShow_Frame ( iPlugin p)

Here is the caller graph for this function:

void wVideoShow_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