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 |
Entry * | focus |
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 |
bool_t | resume_paused |
int | resume_time |
Definition at line 80 of file playlist-new.c.
Index* Playlist::entries |
Definition at line 84 of file playlist-new.c.
Referenced by entries_are_scanned(), find_unselected_focus(), lookup_entry(), next_song_locked(), number_entries(), playlist_free(), playlist_load_state(), playlist_new(), playlist_reformat_titles(), playlist_rescan_file(), queue_update(), scan_queue_next_entry(), shuffle_next(), shuffle_prev(), shuffle_reset(), sort(), and sort_selected().
char* Playlist::filename |
Definition at line 82 of file playlist-new.c.
Referenced by playlist_free(), playlist_load_state(), playlist_new(), and playlist_save_state().
Entry * Playlist::focus |
Definition at line 85 of file playlist-new.c.
Referenced by find_unselected_focus(), and playlist_new().
int Playlist::last_shuffle_num |
Definition at line 87 of file playlist-new.c.
Referenced by playlist_new(), set_position(), and shuffle_reset().
Update Playlist::last_update |
Definition at line 91 of file playlist-new.c.
Referenced by playlist_load_state(), playlist_new(), and update().
bool_t Playlist::modified |
Definition at line 83 of file playlist-new.c.
Referenced by playlist_new(), and queue_update().
Update Playlist::next_update |
Definition at line 91 of file playlist-new.c.
Referenced by playlist_load_state(), playlist_new(), queue_update(), and update().
int Playlist::number |
Definition at line 81 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(), scan_finish(), sort(), and sort_selected().
Entry* Playlist::position |
Definition at line 85 of file playlist-new.c.
Referenced by get_playback_entry(), next_song_locked(), playback_entry_set_tuple(), playlist_new(), playlist_save_state(), playlist_set_playing(), set_position(), shuffle_next(), and shuffle_prev().
GList* Playlist::queued |
Definition at line 88 of file playlist-new.c.
Referenced by next_song_locked(), playlist_free(), and playlist_new().
bool_t Playlist::resume_paused |
Definition at line 92 of file playlist-new.c.
Referenced by playlist_load_state(), playlist_new(), playlist_save_state(), and playlist_set_playing().
int Playlist::resume_time |
Definition at line 93 of file playlist-new.c.
Referenced by playlist_load_state(), playlist_new(), playlist_save_state(), playlist_set_playing(), and set_position().
bool_t Playlist::scan_ending |
Definition at line 90 of file playlist-new.c.
Referenced by playlist_new(), playlist_scan_in_progress(), queue_update(), scan_check_complete(), and scan_queue_next_entry().
bool_t Playlist::scanning |
Definition at line 90 of file playlist-new.c.
Referenced by playlist_new(), playlist_scan_in_progress(), playlist_trigger_scan(), queue_update(), and scan_queue_next_entry().
int Playlist::selected_count |
Definition at line 86 of file playlist-new.c.
Referenced by playlist_new(), and sort_selected().
int64_t Playlist::selected_length |
Definition at line 89 of file playlist-new.c.
Referenced by entry_set_tuple(), and playlist_new().
char * Playlist::title |
Definition at line 82 of file playlist-new.c.
Referenced by playlist_free(), and playlist_new().
int64_t Playlist::total_length |
Definition at line 89 of file playlist-new.c.
Referenced by entry_set_tuple(), and playlist_new().
int Playlist::unique_id |
Definition at line 81 of file playlist-new.c.
Referenced by playlist_free(), and playlist_new().