LiVES  2.4.1-svn
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Macros | Functions | Variables
interface.h File Reference

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
 

Macros

#define LIVES_PREVIEW_TYPE_VIDEO_AUDIO   1
 
#define LIVES_PREVIEW_TYPE_AUDIO_ONLY   2
 
#define LIVES_PREVIEW_TYPE_RANGE   3
 
#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 DEF_AUD_FADE_SECS   10.
 default time to offer fade audio in/out for More...
 
#define MIN_MSGBOX_WIDTH   ((int)(mainw->scr_width>1024?(820.*widget_opts.scale):600))
 

Functions

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)
 
void do_layout_recover_dialog (void)
 
LiVESWidget * create_cleardisk_advanced_dialog (void)
 
lives_clipinfo_tcreate_clip_info_window (int audio_channels, boolean is_mt)
 
_entrywcreate_rename_dialog (int type)
 
_entrywcreate_location_dialog (int type)
 
_entrywcreate_cds_dialog (int type)
 
_insertwcreate_insert_dialog (void)
 
_commentswcreate_comments_dialog (lives_clip_t *sfile, char *filename)
 
text_windowcreate_text_window (const char *title_part, const char *text, LiVESTextBuffer *)
 
aud_dialog_tcreate_audfade_dialog (int type)
 
LiVESWidget * create_combo_dialog (int type, livespointer user_data)
 

Variables

_commentswcommentsw
 
_entrywrenamew
 
_entrywlocw
 
_insertwinsertw
 
text_windowtextwindow
 

Macro Definition Documentation

#define DEF_AUD_FADE_SECS   10.

default time to offer fade audio in/out for

#define LIVES_FILE_SELECTION_AUDIO_ONLY   2
#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_RANGE   3
#define LIVES_PREVIEW_TYPE_VIDEO_AUDIO   1
#define MIN_MSGBOX_WIDTH   ((int)(mainw->scr_width>1024?(820.*widget_opts.scale):600))

Function Documentation

aud_dialog_t* create_audfade_dialog ( int  type)
_entryw* create_cds_dialog ( int  type)
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,
livespointer  user_data 
)
_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 ( int  type)
LiVESWidget* create_opensel_dialog ( void  )
_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_layout_recover_dialog ( void  )
void widget_add_preview ( LiVESWidget *  widget,
LiVESBox *  for_preview,
LiVESBox *  for_button,
LiVESBox *  for_deinterlace,
int  preview_type 
)

for fileselector preview

Variable Documentation

_commentsw* commentsw
_insertw* insertw
_entryw* locw
_entryw* renamew
text_window* textwindow