LiVES  1.6.4-svn
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Functions
effects-data.h File Reference

Go to the source code of this file.

Data Structures

struct  lives_pconnect_t
struct  lives_cconnect_t

Functions

void pconx_add_connection (int okey, int omode, int opnum, int ikey, int imode, int ipnum, boolean autoscale)
 add a new connection from out_param okey/omode/opnum to in_param ikey/imode/ipnum
weed_plant_t * pconx_get_out_param (int ikey, int imode, int ipnum, boolean *autoscale)
 return if ikey/imode/ipnum is mapped to an out param
void pconx_delete_all ()
void pconx_delete (int okey, int omode, int ocnum, int ikey, int imode, int icnum)
void pconx_remap_mode (int key, int omode, int nmode)
void pconx_chain_data (int key, int mode)
gchar * pconx_list (int okey, int omode, int opnum)
void cconx_add_connection (int okey, int omode, int ocnum, int ikey, int imode, int icnum)
 add a new connection from out_chan okey/omode/ocnum to in_chan ikey/imode/icnum
weed_plant_t * cconx_get_out_chan (int ikey, int imode, int ipnum)
 return if ikey/imode/ichan is mapped to an out alpha
void cconx_delete_all ()
void cconx_delete (int okey, int omode, int ocnum, int ikey, int imode, int icnum)
void cconx_remap_mode (int key, int omode, int nmode)
boolean cconx_chain_data (int key, int mode)
gchar * cconx_list (int okey, int omode, int ocnum)

Function Documentation

void cconx_add_connection ( int  okey,
int  omode,
int  ocnum,
int  ikey,
int  imode,
int  icnum 
)

add a new connection from out_chan okey/omode/ocnum to in_chan ikey/imode/icnum

boolean cconx_chain_data ( int  key,
int  mode 
)

< dest effect is not found

< dest effect is not enabled

void cconx_delete ( int  okey,
int  omode,
int  ocnum,
int  ikey,
int  imode,
int  icnum 
)
void cconx_delete_all ( )
weed_plant_t* cconx_get_out_chan ( int  ikey,
int  imode,
int  ipnum 
)

return if ikey/imode/ichan is mapped to an out alpha

gchar* cconx_list ( int  okey,
int  omode,
int  ocnum 
)
void cconx_remap_mode ( int  key,
int  omode,
int  nmode 
)
void pconx_add_connection ( int  okey,
int  omode,
int  opnum,
int  ikey,
int  imode,
int  ipnum,
boolean  autoscale 
)

add a new connection from out_param okey/omode/opnum to in_param ikey/imode/ipnum

void pconx_chain_data ( int  key,
int  mode 
)

< dest effect is not found

< dest effect is not enabled

void pconx_delete ( int  okey,
int  omode,
int  ocnum,
int  ikey,
int  imode,
int  icnum 
)
void pconx_delete_all ( )
weed_plant_t* pconx_get_out_param ( int  ikey,
int  imode,
int  ipnum,
boolean autoscale 
)

return if ikey/imode/ipnum is mapped to an out param

gchar* pconx_list ( int  okey,
int  omode,
int  opnum 
)
void pconx_remap_mode ( int  key,
int  omode,
int  nmode 
)