#include "kino_common.h"#include "page.h"#include <pthread.h>Include dependency graph for page_timeline.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | TimelineStatus { TIMELINE_INIT, TIMELINE_IDLE, TIMELINE_STARTING, TIMELINE_RUNNING, TIMELINE_RESTART } |
|
|
Definition at line 29 of file page_timeline.h. 00029 {
00030 TIMELINE_INIT,
00031 TIMELINE_IDLE,
00032 TIMELINE_STARTING,
00033 TIMELINE_RUNNING,
00034 TIMELINE_RESTART
00035 };
|
1.4.2