![]() |
SCTC
the soundcloud.com terminal client
|
Functions | |
| size_t | state_get_current_list () |
| Get the id of the currently displayed list. More... | |
| struct track_list * | state_get_list (size_t id) |
| Get the track_list for a specific id. More... | |
| enum repeat | state_get_repeat () |
Get the current repeat state. More... | |
| char * | state_get_title_text () |
| Get the current text in the title bar. More... | |
| char * | state_get_status_text () |
| Get the current text in the status bar. More... | |
| enum color | state_get_status_color () |
| Get the current color of the text in the status bar. More... | |
| char * | state_get_tb_text () |
| Get the text of the currently visible textbox. More... | |
| char * | state_get_tb_title () |
| Get the title of the currently visible textbox. More... | |
| char * | state_get_input () |
| struct command * | state_get_commands () |
| size_t | state_get_current_time () |
| size_t | state_get_tb_old_pos () |
| size_t | state_get_tb_pos () |
| size_t | state_get_old_selected () |
| size_t | state_get_current_selected () |
| size_t | state_get_current_position () |
| size_t | state_get_sugg_selected () |
| size_t | state_get_current_playback_list () |
| size_t | state_get_current_playback_track () |
| struct command* state_get_commands | ( | ) |
| size_t state_get_current_list | ( | ) |
Get the id of the currently displayed list.
| size_t state_get_current_playback_list | ( | ) |
| size_t state_get_current_playback_track | ( | ) |
| size_t state_get_current_position | ( | ) |
| size_t state_get_current_selected | ( | ) |
| size_t state_get_current_time | ( | ) |
| char* state_get_input | ( | ) |
| struct track_list* state_get_list | ( | size_t | id | ) |
Get the track_list for a specific id.
| size_t state_get_old_selected | ( | ) |
| enum repeat state_get_repeat | ( | ) |
Get the current repeat state.
repeat state | enum color state_get_status_color | ( | ) |
Get the current color of the text in the status bar.
| char* state_get_status_text | ( | ) |
Get the current text in the status bar.
| size_t state_get_sugg_selected | ( | ) |
| size_t state_get_tb_old_pos | ( | ) |
| size_t state_get_tb_pos | ( | ) |
| char* state_get_tb_text | ( | ) |
Get the text of the currently visible textbox.
NULL if no textbox is shown | char* state_get_tb_title | ( | ) |
Get the title of the currently visible textbox.
NULL if no textbox is shown | char* state_get_title_text | ( | ) |
Get the current text in the title bar.
1.8.9.1