mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:20:06 +00:00
Timeline pause
This commit is contained in:
parent
41b9e25ea8
commit
ba1de683fa
6 changed files with 79 additions and 36 deletions
|
|
@ -35,8 +35,7 @@ public slots:
|
|||
|
||||
void AnimationStepBegin();
|
||||
void AnimationStepBack();
|
||||
void AnimationPlay();
|
||||
void AnimationPause();
|
||||
void AnimationPlayPause();
|
||||
void AnimationStepNext();
|
||||
void AnimationStepEnd();
|
||||
|
||||
|
|
@ -44,6 +43,7 @@ signals:
|
|||
void SelectedTimeUpdated(std::chrono::system_clock::time_point dateTime);
|
||||
void VolumeTimeUpdated(std::chrono::system_clock::time_point dateTime);
|
||||
|
||||
void AnimationStateUpdated(types::AnimationState state);
|
||||
void ViewTypeUpdated(types::MapTime viewType);
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue