Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_time_scrub_ui.h
| Show All 9 Lines | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| struct bContext; | struct bContext; | ||||
| struct bDopeSheet; | struct bDopeSheet; | ||||
| struct wmEvent; | struct wmEvent; | ||||
| struct rcti; | struct rcti; | ||||
| struct RenderData; | |||||
| void ED_time_scrub_draw_current_frame(const struct ARegion *region, | void ED_time_scrub_draw_current_frame(const struct ARegion *region, | ||||
| const struct Scene *scene, | const struct RenderData *rd, | ||||
| bool display_seconds); | bool display_seconds); | ||||
| void ED_time_scrub_draw(const struct ARegion *region, | void ED_time_scrub_draw(const struct ARegion *region, | ||||
| const struct Scene *scene, | const double fps, | ||||
| bool display_seconds, | bool display_seconds, | ||||
| bool discrete_frames); | bool discrete_frames); | ||||
| bool ED_time_scrub_event_in_region(const struct ARegion *region, const struct wmEvent *event); | bool ED_time_scrub_event_in_region(const struct ARegion *region, const struct wmEvent *event); | ||||
| void ED_time_scrub_channel_search_draw(const struct bContext *C, | void ED_time_scrub_channel_search_draw(const struct bContext *C, | ||||
| struct ARegion *region, | struct ARegion *region, | ||||
| struct bDopeSheet *dopesheet); | struct bDopeSheet *dopesheet); | ||||
| void ED_time_scrub_region_rect_get(const struct ARegion *region, struct rcti *rect); | void ED_time_scrub_region_rect_get(const struct ARegion *region, struct rcti *rect); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||