SCTC
the soundcloud.com terminal client
Functions
State: Setter

Functions

void state_set_commands (struct command *commands)
 
void state_set_current_list (size_t list)
 
void state_set_current_position (size_t pos)
 
void state_set_current_selected (size_t selected)
 
void state_set_current_selected_rel (int delta)
 
void state_set_repeat (enum repeat repeat)
 
void state_set_title (char *title_line_text)
 
void state_set_status (enum color color, char *text)
 
void state_set_tb (char *title, char *text)
 
void state_set_current_time (size_t time)
 
void state_set_sugg_selected (size_t selected)
 
void state_set_tb_pos (size_t pos)
 
void state_set_tb_pos_rel (int delta)
 
void state_set_current_playback (size_t list, size_t track)
 

Detailed Description

Function Documentation

void state_set_commands ( struct command commands)

Here is the caller graph for this function:

void state_set_current_list ( size_t  list)

Here is the caller graph for this function:

void state_set_current_playback ( size_t  list,
size_t  track 
)

Here is the caller graph for this function:

void state_set_current_position ( size_t  pos)

Here is the caller graph for this function:

void state_set_current_selected ( size_t  selected)

Here is the caller graph for this function:

void state_set_current_selected_rel ( int  delta)

Here is the caller graph for this function:

void state_set_current_time ( size_t  time)

Here is the caller graph for this function:

void state_set_repeat ( enum repeat  repeat)

Here is the caller graph for this function:

void state_set_status ( enum color  color,
char *  text 
)

Here is the caller graph for this function:

void state_set_sugg_selected ( size_t  selected)

Here is the caller graph for this function:

void state_set_tb ( char *  title,
char *  text 
)

Here is the caller graph for this function:

void state_set_tb_pos ( size_t  pos)

Here is the caller graph for this function:

void state_set_tb_pos_rel ( int  delta)

Here is the caller graph for this function:

void state_set_title ( char *  title_line_text)

Here is the caller graph for this function: