LiVES  3.0.2
Data Structures | Macros | Functions | Variables
paramspecial.h File Reference

Go to the source code of this file.

Data Structures

struct  lives_special_framedraw_rect_t
 
struct  lives_special_aspect_t
 
struct  lives_special_mergealign_t
 

Macros

#define ASPECT_BUTTON_WIDTH   32
 
#define ASPECT_BUTTON_HEIGHT   32
 

Functions

void init_special (void)
 
void add_to_special (const char *special_string, lives_rfx_t *)
 
void check_for_special (lives_rfx_t *, lives_param_t *param, LiVESBox *)
 
void fd_connect_spinbutton (lives_rfx_t *)
 
void fd_tweak (lives_rfx_t *)
 
void after_aspect_width_changed (LiVESSpinButton *, livespointer)
 
void after_aspect_height_changed (LiVESToggleButton *, livespointer)
 
const lives_special_aspect_tparamspecial_get_aspect (void)
 
boolean check_filewrite_overwrites (void)
 
boolean special_cleanup (void)
 
void setmergealign (void)
 
void set_aspect_ratio_widgets (lives_param_t *w, lives_param_t *h)
 
boolean is_perchannel_multi (lives_rfx_t *rfx, int pnum)
 

Variables

lives_special_mergealign_t mergealign
 

Macro Definition Documentation

◆ ASPECT_BUTTON_HEIGHT

#define ASPECT_BUTTON_HEIGHT   32

◆ ASPECT_BUTTON_WIDTH

#define ASPECT_BUTTON_WIDTH   32

Function Documentation

◆ add_to_special()

void add_to_special ( const char *  special_string,
lives_rfx_t  
)

◆ after_aspect_height_changed()

void after_aspect_height_changed ( LiVESToggleButton *  ,
livespointer   
)

◆ after_aspect_width_changed()

void after_aspect_width_changed ( LiVESSpinButton *  ,
livespointer   
)

◆ check_filewrite_overwrites()

boolean check_filewrite_overwrites ( void  )

◆ check_for_special()

void check_for_special ( lives_rfx_t ,
lives_param_t param,
LiVESBox *   
)

◆ fd_connect_spinbutton()

void fd_connect_spinbutton ( lives_rfx_t )

◆ fd_tweak()

void fd_tweak ( lives_rfx_t )

◆ init_special()

void init_special ( void  )

◆ is_perchannel_multi()

boolean is_perchannel_multi ( lives_rfx_t rfx,
int  pnum 
)

◆ paramspecial_get_aspect()

const lives_special_aspect_t* paramspecial_get_aspect ( void  )

◆ set_aspect_ratio_widgets()

void set_aspect_ratio_widgets ( lives_param_t w,
lives_param_t h 
)

◆ setmergealign()

void setmergealign ( void  )

◆ special_cleanup()

boolean special_cleanup ( void  )

Variable Documentation

◆ mergealign