Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Public Attributes | |
int | number |
int | unique_id |
char * | filename |
char * | title |
bool_t | modified |
Index * | entries |
Entry * | position |
int | selected_count |
int | last_shuffle_num |
GList * | queued |
int64_t | total_length |
int64_t | selected_length |
bool_t | scanning |
bool_t | scan_ending |
Update | next_update |
Update | last_update |
int | resume_state |
int | resume_time |
Definition at line 106 of file playlist-new.c.
Index* Playlist::entries |
Definition at line 110 of file playlist-new.c.
Referenced by entries_are_scanned(), entry_find_to_scan(), lookup_entry(), number_entries(), playlist_free(), playlist_load_state(), playlist_new(), playlist_reformat_titles(), playlist_rescan_file(), queue_update(), shuffle_next(), shuffle_prev(), shuffle_reset(), sort(), and sort_selected().
char* Playlist::filename |
Definition at line 108 of file playlist-new.c.
Referenced by playlist_free(), playlist_load_state(), playlist_new(), and playlist_save_state().
int Playlist::last_shuffle_num |
Definition at line 113 of file playlist-new.c.
Referenced by playlist_new(), set_position(), and shuffle_reset().
Update Playlist::last_update |
Definition at line 117 of file playlist-new.c.
Referenced by playlist_load_state(), playlist_new(), and update().
bool_t Playlist::modified |
Definition at line 109 of file playlist-new.c.
Referenced by playlist_new(), and queue_update().
Update Playlist::next_update |
Definition at line 117 of file playlist-new.c.
Referenced by playlist_load_state(), playlist_new(), queue_update(), and update().
int Playlist::number |
Definition at line 107 of file playlist-new.c.
Referenced by number_playlists(), playback_entry_set_tuple(), playlist_by_unique_id(), playlist_get_active(), playlist_get_playing(), playlist_new(), playlist_save_state(), scanner(), sort(), and sort_selected().
Entry* Playlist::position |
Definition at line 111 of file playlist-new.c.
Referenced by get_playback_entry(), playback_entry_get_end_time(), playback_entry_get_start_time(), playback_entry_set_tuple(), playlist_new(), playlist_save_state(), set_position(), shuffle_next(), and shuffle_prev().
GList* Playlist::queued |
Definition at line 114 of file playlist-new.c.
Referenced by playlist_free(), and playlist_new().
int Playlist::resume_state |
Definition at line 118 of file playlist-new.c.
Referenced by playlist_load_state(), playlist_new(), playlist_resume(), playlist_save_state(), playlist_set_playing(), and set_position().
int Playlist::resume_time |
Definition at line 118 of file playlist-new.c.
Referenced by playlist_load_state(), playlist_new(), playlist_resume(), playlist_save_state(), playlist_set_playing(), and set_position().
bool_t Playlist::scan_ending |
Definition at line 116 of file playlist-new.c.
Referenced by check_scan_complete(), entry_find_to_scan(), playlist_new(), and queue_update().
bool_t Playlist::scanning |
Definition at line 116 of file playlist-new.c.
Referenced by entry_find_to_scan(), playlist_new(), playlist_trigger_scan(), and queue_update().
int Playlist::selected_count |
Definition at line 112 of file playlist-new.c.
Referenced by playlist_new(), and sort_selected().
int64_t Playlist::selected_length |
Definition at line 115 of file playlist-new.c.
Referenced by entry_set_tuple(), and playlist_new().
char * Playlist::title |
Definition at line 108 of file playlist-new.c.
Referenced by playlist_free(), and playlist_new().
int64_t Playlist::total_length |
Definition at line 115 of file playlist-new.c.
Referenced by entry_set_tuple(), and playlist_new().
int Playlist::unique_id |
Definition at line 107 of file playlist-new.c.
Referenced by playlist_free(), and playlist_new().