LiVES
3.0.2
|
Go to the source code of this file.
Data Structures | |
struct | lives_clipinfo_t |
struct | _entryw |
struct | _insertw |
struct | _commentsw |
struct | text_window |
struct | aud_dialog_t |
struct | lives_tvcardw_t |
struct | autolives_window |
struct | lives_remote_clip_request_t |
Macros | |
#define | OVERDRAW_MARGIN 16 |
#define | CE_HRULE_HEIGHT ((int)(20. * widget_opts.scale)) |
clip editor hrule height More... | |
#define | CE_VIDBAR_HEIGHT ((int)(4. * widget_opts.scale)) |
clip edit vid/aud bar height More... | |
#define | CE_AUDBAR_HEIGHT ((int)(16. * widget_opts.scale)) |
clip edit vid/aud bar height More... | |
#define | MSG_AREA_VMARGIN 10 |
#define | LAYOUT_SIZE_MIN 32 |
#define | LIVES_PREVIEW_TYPE_VIDEO_AUDIO 1 |
#define | LIVES_PREVIEW_TYPE_AUDIO_ONLY 2 |
#define | LIVES_PREVIEW_TYPE_RANGE 3 |
#define | LIVES_PREVIEW_TYPE_IMAGE_ONLY 4 |
#define | LIVES_FILE_SELECTION_UNDEFINED 0 |
#define | LIVES_FILE_SELECTION_VIDEO_AUDIO 1 |
#define | LIVES_FILE_SELECTION_AUDIO_ONLY 2 |
#define | LIVES_FILE_SELECTION_VIDEO_AUDIO_MULTI 3 |
#define | LIVES_FILE_SELECTION_VIDEO_RANGE 4 |
#define | LIVES_FILE_SELECTION_IMAGE_ONLY 5 |
#define | LIVES_FILE_SELECTION_SAVE 6 |
#define | DEF_AUD_FADE_SECS 10. |
default time to offer fade audio in/out for More... | |
#define | MIN_MSGBOX_WIDTH ((int)(620. * widget_opts.scale)) |
#define | TB_WIDTH ((int)(200.*widget_opts.scale)) |
#define | TB_HEIGHT_VID ((int)(80.*widget_opts.scale)) |
#define | TB_HEIGHT_AUD ((int)(50.*widget_opts.scale)) |
Functions | |
void | draw_little_bars (double ptrtime, int which) |
double | lives_ce_update_timeline (int frame, double x) |
pointer position in timeline More... | |
void | update_timer_bars (int posx, int posy, int width, int height, int which) |
draw the timer bars More... | |
void | redraw_timer_bars (double oldx, double newx, int which) |
paint a damage region More... | |
void | show_playbar_labels (int clipno) |
void | msg_area_scroll (LiVESAdjustment *, livespointer userdata) |
void | msg_area_scroll_to_end (LiVESWidget *, LiVESAdjustment *) |
boolean | on_msg_area_scroll (LiVESWidget *, LiVESXEventScroll *, livespointer user_data) |
EXPOSE_FN_PROTOTYPE (expose_msg_area) | |
LiVESWidget * | create_info_error_dialog (lives_dialog_t info_type, const char *text, LiVESWindow *transient, int mask, boolean is_blocking) |
LiVESWidget * | create_opensel_dialog (void) |
LiVESWidget * | create_encoder_prep_dialog (const char *text1, const char *text2, boolean opt_resize) |
void | widget_add_preview (LiVESWidget *widget, LiVESBox *for_preview, LiVESBox *for_button, LiVESBox *for_deinterlace, int preview_type) |
for fileselector preview More... | |
boolean | do_audio_choice_dialog (short startup_phase) |
boolean | do_layout_recover_dialog (void) |
void | do_keys_window (void) |
void | do_mt_keys_window (void) |
LiVESWidget * | create_cleardisk_advanced_dialog (void) |
LiVESWidget * | make_autoreload_check (LiVESHBox *parent, boolean is_active) |
lives_clipinfo_t * | create_clip_info_window (int audio_channels, boolean is_mt) |
_entryw * | create_rename_dialog (int type) |
_entryw * | create_location_dialog (void) |
_entryw * | create_cds_dialog (int type) |
_insertw * | create_insert_dialog (void) |
_commentsw * | create_comments_dialog (lives_clip_t *sfile, char *filename) |
text_window * | create_text_window (const char *title_part, const char *text, LiVESTextBuffer *) |
aud_dialog_t * | create_audfade_dialog (int type) |
LiVESWidget * | create_combo_dialog (int type, LiVESList *list) |
xprocess * | create_processing (const char *text) |
xprocess * | create_threaded_dialog (char *text, boolean has_cancel, boolean *td_had_focus) |
void | add_to_clipmenu (void) |
void | remove_from_clipmenu (void) |
void | make_play_window (void) |
void | resize_play_window (void) |
void | kill_play_window (void) |
void | make_preview_box (void) |
void | play_window_set_title (void) |
void | add_to_playframe (void) |
LiVESWidget * | create_cdtrack_dialog (int type, livespointer user_data) |
autolives_window * | autolives_pre_dialog (void) |
LiVESTextView * | create_output_textview (void) |
char * | choose_file (const char *dir, const char *fname, char **const filt, LiVESFileChooserAction act, const char *title, LiVESWidget *extra) |
LiVESWidget * | choose_file_with_preview (const char *dir, const char *title, char **const filt, int preview_type) |
void | add_suffix_check (LiVESBox *box, const char *ext) |
const lives_special_aspect_t * | add_aspect_ratio_button (LiVESSpinButton *sp_width, LiVESSpinButton *sp_height, LiVESBox *container) |
lives_remote_clip_request_t * | run_youtube_dialog (void) |
boolean | youtube_select_format (lives_remote_clip_request_t *) |
Variables | |
_commentsw * | commentsw |
_entryw * | renamew |
_entryw * | locw |
_insertw * | insertw |
text_window * | textwindow |
#define CE_AUDBAR_HEIGHT ((int)(16. * widget_opts.scale)) |
clip edit vid/aud bar height
#define CE_HRULE_HEIGHT ((int)(20. * widget_opts.scale)) |
clip editor hrule height
#define CE_VIDBAR_HEIGHT ((int)(4. * widget_opts.scale)) |
clip edit vid/aud bar height
#define DEF_AUD_FADE_SECS 10. |
default time to offer fade audio in/out for
#define LAYOUT_SIZE_MIN 32 |
#define LIVES_FILE_SELECTION_AUDIO_ONLY 2 |
#define LIVES_FILE_SELECTION_IMAGE_ONLY 5 |
#define LIVES_FILE_SELECTION_SAVE 6 |
#define LIVES_FILE_SELECTION_UNDEFINED 0 |
#define LIVES_FILE_SELECTION_VIDEO_AUDIO 1 |
#define LIVES_FILE_SELECTION_VIDEO_AUDIO_MULTI 3 |
#define LIVES_FILE_SELECTION_VIDEO_RANGE 4 |
#define LIVES_PREVIEW_TYPE_AUDIO_ONLY 2 |
#define LIVES_PREVIEW_TYPE_IMAGE_ONLY 4 |
#define LIVES_PREVIEW_TYPE_RANGE 3 |
#define LIVES_PREVIEW_TYPE_VIDEO_AUDIO 1 |
#define MIN_MSGBOX_WIDTH ((int)(620. * widget_opts.scale)) |
#define MSG_AREA_VMARGIN 10 |
#define OVERDRAW_MARGIN 16 |
#define TB_HEIGHT_AUD ((int)(50.*widget_opts.scale)) |
#define TB_HEIGHT_VID ((int)(80.*widget_opts.scale)) |
#define TB_WIDTH ((int)(200.*widget_opts.scale)) |
enum lives_size_match_t |
const lives_special_aspect_t* add_aspect_ratio_button | ( | LiVESSpinButton * | sp_width, |
LiVESSpinButton * | sp_height, | ||
LiVESBox * | container | ||
) |
void add_suffix_check | ( | LiVESBox * | box, |
const char * | ext | ||
) |
void add_to_clipmenu | ( | void | ) |
void add_to_playframe | ( | void | ) |
autolives_window* autolives_pre_dialog | ( | void | ) |
char* choose_file | ( | const char * | dir, |
const char * | fname, | ||
char **const | filt, | ||
LiVESFileChooserAction | act, | ||
const char * | title, | ||
LiVESWidget * | extra | ||
) |
LiVESWidget* choose_file_with_preview | ( | const char * | dir, |
const char * | title, | ||
char **const | filt, | ||
int | preview_type | ||
) |
aud_dialog_t* create_audfade_dialog | ( | int | type | ) |
_entryw* create_cds_dialog | ( | int | type | ) |
LiVESWidget* create_cdtrack_dialog | ( | int | type, |
livespointer | user_data | ||
) |
LiVESWidget* create_cleardisk_advanced_dialog | ( | void | ) |
lives_clipinfo_t* create_clip_info_window | ( | int | audio_channels, |
boolean | is_mt | ||
) |
LiVESWidget* create_combo_dialog | ( | int | type, |
LiVESList * | list | ||
) |
_commentsw* create_comments_dialog | ( | lives_clip_t * | sfile, |
char * | filename | ||
) |
LiVESWidget* create_encoder_prep_dialog | ( | const char * | text1, |
const char * | text2, | ||
boolean | opt_resize | ||
) |
LiVESWidget* create_info_error_dialog | ( | lives_dialog_t | info_type, |
const char * | text, | ||
LiVESWindow * | transient, | ||
int | mask, | ||
boolean | is_blocking | ||
) |
_insertw* create_insert_dialog | ( | void | ) |
_entryw* create_location_dialog | ( | void | ) |
LiVESWidget* create_opensel_dialog | ( | void | ) |
LiVESTextView* create_output_textview | ( | void | ) |
xprocess* create_processing | ( | const char * | text | ) |
_entryw* create_rename_dialog | ( | int | type | ) |
text_window* create_text_window | ( | const char * | title_part, |
const char * | text, | ||
LiVESTextBuffer * | |||
) |
boolean do_audio_choice_dialog | ( | short | startup_phase | ) |
void do_keys_window | ( | void | ) |
boolean do_layout_recover_dialog | ( | void | ) |
void do_mt_keys_window | ( | void | ) |
void draw_little_bars | ( | double | ptrtime, |
int | which | ||
) |
EXPOSE_FN_PROTOTYPE | ( | expose_msg_area | ) |
void kill_play_window | ( | void | ) |
double lives_ce_update_timeline | ( | int | frame, |
double | x | ||
) |
pointer position in timeline
LiVESWidget* make_autoreload_check | ( | LiVESHBox * | parent, |
boolean | is_active | ||
) |
void make_play_window | ( | void | ) |
void make_preview_box | ( | void | ) |
void msg_area_scroll | ( | LiVESAdjustment * | , |
livespointer | userdata | ||
) |
void msg_area_scroll_to_end | ( | LiVESWidget * | , |
LiVESAdjustment * | |||
) |
boolean on_msg_area_scroll | ( | LiVESWidget * | , |
LiVESXEventScroll * | , | ||
livespointer | user_data | ||
) |
void play_window_set_title | ( | void | ) |
void redraw_timer_bars | ( | double | oldx, |
double | newx, | ||
int | which | ||
) |
paint a damage region
void remove_from_clipmenu | ( | void | ) |
void resize_play_window | ( | void | ) |
lives_remote_clip_request_t* run_youtube_dialog | ( | void | ) |
void show_playbar_labels | ( | int | clipno | ) |
void update_timer_bars | ( | int | posx, |
int | posy, | ||
int | width, | ||
int | height, | ||
int | which | ||
) |
draw the timer bars
void widget_add_preview | ( | LiVESWidget * | widget, |
LiVESBox * | for_preview, | ||
LiVESBox * | for_button, | ||
LiVESBox * | for_deinterlace, | ||
int | preview_type | ||
) |
for fileselector preview
boolean youtube_select_format | ( | lives_remote_clip_request_t * | ) |
_commentsw* commentsw |
_insertw* insertw |
_entryw* locw |
_entryw* renamew |
text_window* textwindow |