Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Public Attributes | |
gint | number |
gchar * | filename |
gchar * | title |
struct index * | entries |
struct entry * | position |
gint | selected_count |
gint | last_shuffle_num |
GList * | queued |
gint64 | total_length |
gint64 | selected_length |
Definition at line 127 of file playlist-new.c.
struct index* playlist::entries |
Definition at line 132 of file playlist-new.c.
Referenced by check_all_scanned(), check_selected_scanned(), lookup_entry(), number_entries(), playlist_delete_selected(), playlist_entry_count(), playlist_entry_delete(), playlist_entry_insert_batch(), playlist_free(), playlist_load_state(), playlist_new(), playlist_next_song(), playlist_prev_song(), playlist_queue_insert_selected(), playlist_randomize(), playlist_reformat_titles(), playlist_rescan(), playlist_rescan_file(), playlist_reverse(), playlist_save_state(), playlist_select_all(), playlist_shift(), scan_next(), scan_receive(), shuffle_next(), shuffle_prev(), shuffle_reset(), sort(), and sort_selected().
gchar* playlist::filename |
Definition at line 130 of file playlist-new.c.
Referenced by playlist_free(), playlist_get_filename(), playlist_new(), and playlist_set_filename().
Definition at line 135 of file playlist-new.c.
Referenced by playlist_load_state(), playlist_new(), playlist_save_state(), set_position(), and shuffle_reset().
Definition at line 129 of file playlist-new.c.
Referenced by number_playlists(), playlist_get_active(), playlist_get_playing(), playlist_init(), and playlist_new().
struct entry* playlist::position |
Definition at line 133 of file playlist-new.c.
Referenced by playlist_delete_selected(), playlist_entry_delete(), playlist_get_position(), playlist_load_state(), playlist_new(), playlist_next_song(), playlist_prev_song(), set_position(), shuffle_next(), and shuffle_prev().
GList* playlist::queued |
Definition at line 136 of file playlist-new.c.
Referenced by playlist_delete_selected(), playlist_entry_delete(), playlist_free(), playlist_new(), playlist_next_song(), playlist_queue_count(), playlist_queue_delete(), playlist_queue_delete_selected(), playlist_queue_find_entry(), playlist_queue_get_entry(), playlist_queue_insert(), and playlist_queue_insert_selected().
Definition at line 134 of file playlist-new.c.
Referenced by playlist_delete_selected(), playlist_entry_delete(), playlist_entry_set_selected(), playlist_new(), playlist_select_all(), and playlist_selected_count().
gint64 playlist::selected_length |
Definition at line 138 of file playlist-new.c.
Referenced by entry_set_tuple(), playlist_delete_selected(), playlist_entry_delete(), playlist_entry_set_selected(), playlist_get_selected_length(), playlist_new(), and playlist_select_all().
gchar* playlist::title |
Definition at line 131 of file playlist-new.c.
Referenced by playlist_free(), playlist_get_title(), playlist_new(), and playlist_set_title().
gint64 playlist::total_length |
Definition at line 137 of file playlist-new.c.
Referenced by entry_set_tuple(), playlist_delete_selected(), playlist_entry_delete(), playlist_entry_insert_batch(), playlist_get_total_length(), playlist_new(), and playlist_select_all().