mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +00:00
Load placefiles according to the current radar site
This commit is contained in:
parent
6f44d9f4e0
commit
751cafbfe7
3 changed files with 90 additions and 59 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/gr/placefile.hpp>
|
||||
#include <scwx/qt/config/radar_site.hpp>
|
||||
|
||||
#include <QObject>
|
||||
|
||||
|
|
@ -27,6 +28,8 @@ public:
|
|||
void set_placefile_thresholded(const std::string& name, bool thresholded);
|
||||
void set_placefile_url(const std::string& name, const std::string& newUrl);
|
||||
|
||||
void SetRadarSite(std::shared_ptr<config::RadarSite> radarSite);
|
||||
|
||||
/**
|
||||
* @brief Gets a list of active placefiles
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue