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

trunk/app/main.h File Reference

The header, not shared with the library (libfjme), and plugins. More...

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

Go to the source code of this file.

Functions

void LoadInternalPlugin ()
 Adds the internal plugins.
void LoadExternalPlugin ()
 Adds the external plugins.
gpointer DrawTrackerIcon ()
 Renders an icon to the Tracker.
gpointer DrawPlayIcon ()
void LoadImages ()
 Load from file, but also creates shared images (using iShared).

Detailed Description

The header, not shared with the library (libfjme), and plugins.

This is necessary for the header functions used by main.c.


Function Documentation

gpointer DrawPlayIcon ( )
gpointer DrawTrackerIcon ( )

Renders an icon to the Tracker.

This function contains a procedure to draw a picture. It returns a GdkPixbuf containing the image.

Author:
Fabio J. Gonzalez

Here is the call graph for this function:

Here is the caller graph for this function:

void LoadExternalPlugin ( )

Adds the external plugins.

Here are added all the plugins, which, are the functions within this program, containing something that needs to be called at startup. For example, the functions of video effects settings for them to add, to the menus. Remember that external plugins are dynamic libraries.

Author:
Fabio J. Gonzalez
Precondition:
If you are calling from a plugin, set the global variable, cmain to be equal to iPlugin::m (p-> m). adding and deleting pointers.

Here is the call graph for this function:

Here is the caller graph for this function:

void LoadImages ( )

Load from file, but also creates shared images (using iShared).

This function adjusts their names to be accessed in the future. Avoid having a lot of copies of it into memory(See SharedDataSystem.c).

Author:
Fabio J. Gonzalez
Precondition:
If you are calling from a plugin, set the global variable, cmain to be equal to iPlugin::m (p-> m). adding and deleting pointers.

Here is the call graph for this function:

Here is the caller graph for this function:

void LoadInternalPlugin ( )

Adds the internal plugins.

Here are added all the plugins, which, are the functions within this program, containing something that needs to be called at startup. For example, the functions of video effects settings for them to add, to the menus.

Author:
Fabio J. Gonzalez
Precondition:
If you are calling from a plugin, set the global variable, cmain to be equal to iPlugin::m (p-> m). adding and deleting pointers.

Here is the call graph for this function:

Here is the caller graph for this function:

All Data Structures Files Functions Variables Typedefs Defines