mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Selectable elevation cuts
This commit is contained in:
parent
19f1207384
commit
e76ac3bc36
15 changed files with 230 additions and 51 deletions
|
|
@ -31,7 +31,10 @@ public:
|
|||
explicit MapWidget(const QMapboxGLSettings&);
|
||||
~MapWidget();
|
||||
|
||||
void SelectRadarProduct(common::Level2Product product);
|
||||
float GetElevation() const;
|
||||
std::vector<float> GetElevationCuts() const;
|
||||
void SelectElevation(float elevation);
|
||||
void SelectRadarProduct(common::Level2Product product);
|
||||
|
||||
private:
|
||||
void changeStyle();
|
||||
|
|
@ -53,6 +56,9 @@ private:
|
|||
|
||||
private slots:
|
||||
void mapChanged(QMapboxGL::MapChange);
|
||||
|
||||
signals:
|
||||
void RadarSweepUpdated();
|
||||
};
|
||||
|
||||
} // namespace map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue