mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
Presenter: Support multiple frames per slide
This commit is contained in:
parent
7c312980b0
commit
fcda397136
8 changed files with 84 additions and 37 deletions
|
@ -32,8 +32,8 @@ public:
|
|||
unsigned current_slide_number() const { return m_current_slide.value(); }
|
||||
unsigned current_frame_in_slide_number() const { return m_current_frame_in_slide.value(); }
|
||||
|
||||
bool has_a_next_frame() const;
|
||||
bool has_a_previous_frame() const;
|
||||
bool has_next_frame() const;
|
||||
bool has_previous_frame() const;
|
||||
void next_frame();
|
||||
void previous_frame();
|
||||
void go_to_first_slide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue