mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Map widget time selection
This commit is contained in:
parent
f6de4d0742
commit
63a746d25f
2 changed files with 27 additions and 5 deletions
|
|
@ -80,6 +80,13 @@ public:
|
|||
void SelectRadarSite(std::shared_ptr<config::RadarSite> radarSite,
|
||||
bool updateCoordinates = true);
|
||||
|
||||
/**
|
||||
* @brief Selects the time associated with the active radar product.
|
||||
*
|
||||
* @param [in] time Product time
|
||||
*/
|
||||
void SelectTime(std::chrono::system_clock::time_point time);
|
||||
|
||||
void SetActive(bool isActive);
|
||||
void SetAutoRefresh(bool enabled);
|
||||
|
||||
|
|
@ -132,6 +139,7 @@ signals:
|
|||
double bearing,
|
||||
double pitch);
|
||||
void MapStyleChanged(const std::string& styleName);
|
||||
void RadarSiteUpdated(std::shared_ptr<config::RadarSite> radarSite);
|
||||
void RadarSweepUpdated();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue