mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Split volume time and selected time
- Volume time to be used for radar product view - Selected time to be used for animated alerts
This commit is contained in:
parent
ca88d60a5d
commit
a41f4b802e
3 changed files with 17 additions and 7 deletions
|
|
@ -41,7 +41,9 @@ public slots:
|
|||
void AnimationStepEnd();
|
||||
|
||||
signals:
|
||||
void TimeUpdated(std::chrono::system_clock::time_point dateTime);
|
||||
void SelectedTimeUpdated(std::chrono::system_clock::time_point dateTime);
|
||||
void VolumeTimeUpdated(std::chrono::system_clock::time_point dateTime);
|
||||
|
||||
void ViewTypeUpdated(types::MapTime viewType);
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue