Blender  V3.3
Functions
ED_time_scrub_ui.h File Reference

Go to the source code of this file.

Functions

void ED_time_scrub_draw_current_frame (const struct ARegion *region, const struct Scene *scene, bool display_seconds)
 
void ED_time_scrub_draw (const struct ARegion *region, const struct Scene *scene, bool display_seconds, bool discrete_frames)
 
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, struct ARegion *region, struct bDopeSheet *dopesheet)
 
void ED_time_scrub_region_rect_get (const struct ARegion *region, struct rcti *rect)
 

Function Documentation

◆ ED_time_scrub_channel_search_draw()

void ED_time_scrub_channel_search_draw ( const struct bContext C,
struct ARegion region,
struct bDopeSheet dopesheet 
)

◆ ED_time_scrub_draw()

void ED_time_scrub_draw ( const struct ARegion region,
const struct Scene scene,
bool  display_seconds,
bool  discrete_frames 
)

◆ ED_time_scrub_draw_current_frame()

void ED_time_scrub_draw_current_frame ( const struct ARegion region,
const struct Scene scene,
bool  display_seconds 
)

◆ ED_time_scrub_event_in_region()

bool ED_time_scrub_event_in_region ( const struct ARegion region,
const struct wmEvent event 
)

◆ ED_time_scrub_region_rect_get()

void ED_time_scrub_region_rect_get ( const struct ARegion region,
struct rcti rect 
)