mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 01:50:05 +00:00
Dynamic range circle
This commit is contained in:
parent
77ba92ce7f
commit
87581892a7
9 changed files with 105 additions and 34 deletions
|
|
@ -8,12 +8,15 @@ namespace qt
|
|||
{
|
||||
namespace map
|
||||
{
|
||||
|
||||
namespace RadarRangeLayer
|
||||
{
|
||||
void Add(std::shared_ptr<QMapboxGL> map, const QString& before = QString());
|
||||
};
|
||||
|
||||
void Add(std::shared_ptr<QMapboxGL> map,
|
||||
float range,
|
||||
const QString& before = QString());
|
||||
void Update(std::shared_ptr<QMapboxGL> map, float range);
|
||||
|
||||
} // namespace RadarRangeLayer
|
||||
} // namespace map
|
||||
} // namespace qt
|
||||
} // namespace scwx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue