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

trunk/app/main.c File Reference

#include <glib.h>
#include <gtk/gtk.h>
#include <gst/gst.h>
#include "basic.h"
#include "config.h"
#include "main.h"
#include "window.h"
#include "VideoFilters.h"
#include "tools.h"
#include "Utils.h"
#include "SharedDataSystem.h"
#include "LoadSave.h"
#include "custom_config.h"
#include "EmbeddedPythonConsole.h"
#include "plug-ins.h"
#include <Python.h>
Include dependency graph for main.c:

Functions

void LoadInternalPlugin ()
 Adds the internal plugins.
void LoadExternalPlugin ()
 Adds the external plugins.
gpointer DrawTrackerIcon ()
 Renders an icon to the Tracker.
void LoadImages ()
 Load from file, but also creates shared images (using iShared).
void process_args (void)
int main (int argc, char **argv)

Function Documentation

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:

int main ( int  argc,
char **  argv 
)

Here is the call graph for this function:

void process_args ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

All Data Structures Files Functions Variables Typedefs Defines