Blender V4.3
ED_time_scrub_ui.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11struct bContext;
12struct bDopeSheet;
13struct wmEvent;
14struct rcti;
15
17 const Scene *scene,
18 bool display_seconds);
19
20void ED_time_scrub_draw(const ARegion *region,
21 const Scene *scene,
22 bool display_seconds,
23 bool discrete_frames);
31rcti ED_time_scrub_clamp_scroller_mask(const rcti &scroller_mask);
32
33bool ED_time_scrub_event_in_region(const ARegion *region, const wmEvent *event);
34
35void ED_time_scrub_channel_search_draw(const bContext *C, ARegion *region, bDopeSheet *dopesheet);
36void ED_time_scrub_region_rect_get(const ARegion *region, rcti *r_rect);
rcti ED_time_scrub_clamp_scroller_mask(const rcti &scroller_mask)
void ED_time_scrub_region_rect_get(const ARegion *region, rcti *r_rect)
void ED_time_scrub_draw_current_frame(const ARegion *region, const Scene *scene, bool display_seconds)
void ED_time_scrub_channel_search_draw(const bContext *C, ARegion *region, bDopeSheet *dopesheet)
void ED_time_scrub_draw(const ARegion *region, const Scene *scene, bool display_seconds, bool discrete_frames)
bool ED_time_scrub_event_in_region(const ARegion *region, const wmEvent *event)