![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
The header, not shared with the library (libfjme), and plugins. More...
#include "basic.h"
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). |
The header, not shared with the library (libfjme), and plugins.
This is necessary for the header functions used by main.c.
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.
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.
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).
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.