mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 23:50:06 +00:00
Timeline pause
This commit is contained in:
parent
41b9e25ea8
commit
ba1de683fa
6 changed files with 79 additions and 36 deletions
|
|
@ -28,6 +28,9 @@ public:
|
|||
explicit AnimationDockWidget(QWidget* parent = nullptr);
|
||||
~AnimationDockWidget();
|
||||
|
||||
public slots:
|
||||
void UpdateAnimationState(types::AnimationState state);
|
||||
|
||||
signals:
|
||||
void ViewTypeChanged(types::MapTime viewType);
|
||||
void DateTimeChanged(std::chrono::system_clock::time_point dateTime);
|
||||
|
|
@ -37,7 +40,6 @@ signals:
|
|||
|
||||
void AnimationStepBeginSelected();
|
||||
void AnimationStepBackSelected();
|
||||
void AnimationPauseSelected();
|
||||
void AnimationPlaySelected();
|
||||
void AnimationStepNextSelected();
|
||||
void AnimationStepEndSelected();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue