mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-11-04 02:30:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			525 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			525 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
#include <QMapboxGL>
 | 
						|
 | 
						|
namespace scwx
 | 
						|
{
 | 
						|
namespace qt
 | 
						|
{
 | 
						|
namespace map
 | 
						|
{
 | 
						|
namespace RadarRangeLayer
 | 
						|
{
 | 
						|
 | 
						|
void Add(std::shared_ptr<QMapboxGL> map,
 | 
						|
         float                      range,
 | 
						|
         QMapbox::Coordinate        center,
 | 
						|
         const QString&             before = QString());
 | 
						|
void Update(std::shared_ptr<QMapboxGL> map,
 | 
						|
            float                      range,
 | 
						|
            QMapbox::Coordinate        center);
 | 
						|
 | 
						|
} // namespace RadarRangeLayer
 | 
						|
} // namespace map
 | 
						|
} // namespace qt
 | 
						|
} // namespace scwx
 |