Public Types | |
enum | play_mode { SPINNING, JUMPING } |
Public Member Functions | |
playlist (const std::string &fname, rutz::shared_ptr< XWinManaged > widget) | |
void | save () |
void | spin (int step) |
void | jump (int oldlength=-1, int adjust=0) |
std::string | filename () const |
std::string | status () const |
void | mode (const play_mode m) |
void | remove_helper (bool do_purge) |
void | remove () |
void | remove_no_purge () |
void | purge () |
void | cachenext () |
double | loop_delay () const |
void | redraw (bool show_image) |
void | show () |
rutz::time | last_show_time () const |
void | cycle_txtype () |
void | cycle_rtype () |
int | run () |
Definition at line 221 of file app-slideshow.C.