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

trunk/libfjme/basic.h File Reference

This file contains, universal utilities. More...

#include "plug-ins.h"
#include <gdk/gdk.h>
#include <glib.h>
#include <glib/gi18n-lib.h>
Include dependency graph for basic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Main
 This structure represents the main context of this program. More...

Defines

#define true   TRUE
#define false   FALSE
#define GETTEXT_PACKAGE   "gtk20"

Typedefs

typedef struct Main Main

Functions

gdouble mod (gdouble x)
 The module (mathematical) of x.

Variables

Maincmain
 A pointer to the context of the main program (Main::m)

Detailed Description

This file contains, universal utilities.

Things directed to the whole program and also plugins.


Define Documentation

#define false   FALSE
#define GETTEXT_PACKAGE   "gtk20"
#define true   TRUE

Typedef Documentation

typedef struct Main Main

Function Documentation

gdouble mod ( gdouble  x)

The module (mathematical) of x.

Returns the distance that the number from zero. In other words, if the number is greater than 0, returns itself. Otherwise, return -x.

Author:
Fabio J. Gonzalez

Here is the caller graph for this function:


Variable Documentation

A pointer to the context of the main program (Main::m)

Author:
Fabio J. Gonzalez
All Data Structures Files Functions Variables Typedefs Defines