|
LiVES 1.3.11-svn
|
#include "main.h"#include "callbacks.h"#include "interface.h"#include "effects.h"#include "support.h"#include "rfx-builder.h"#include "paramwindow.h"#include "resample.h"#include "rte_window.h"#include "stream.h"#include "startup.h"Defines | |
| #define | DSIZE_SAFETY_H 100 |
| #define | DSIZE_SAFETY_V 100 |
Functions | |
| void | load_theme (void) |
| void | create_LiVES (void) |
| void | fade_background (void) |
| void | unfade_background (void) |
| void | fullscreen_internal (void) |
| void | block_expose (void) |
| void | unblock_expose (void) |
| void | make_preview_box (void) |
| void | enable_record (void) |
| void | toggle_record (void) |
| void | disable_record (void) |
| void | make_play_window (void) |
| void | resize_play_window (void) |
| void | kill_play_window (void) |
| void | add_to_playframe (void) |
| void | frame_size_update (void) |
| void | splash_init (void) |
| void | splash_msg (const gchar *msg, gdouble pct) |
| void | splash_end (void) |
| #define DSIZE_SAFETY_H 100 |
| #define DSIZE_SAFETY_V 100 |
| void add_to_playframe | ( | void | ) |
| void block_expose | ( | void | ) |
| void create_LiVES | ( | void | ) |
| void disable_record | ( | void | ) |
| void enable_record | ( | void | ) |
| void fade_background | ( | void | ) |
| void frame_size_update | ( | void | ) | [inline] |
| void fullscreen_internal | ( | void | ) |
| void kill_play_window | ( | void | ) |
| void load_theme | ( | void | ) |
| void make_play_window | ( | void | ) |
| void make_preview_box | ( | void | ) |
| void resize_play_window | ( | void | ) |
| void splash_end | ( | void | ) |
| void splash_init | ( | void | ) |
| void splash_msg | ( | const gchar * | msg, |
| gdouble | pct | ||
| ) |
| void toggle_record | ( | void | ) |
| void unblock_expose | ( | void | ) |
| void unfade_background | ( | void | ) |
1.7.4