mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01:10:04 +00:00 
			
		
		
		
	Add map style combo box
This commit is contained in:
		
							parent
							
								
									1cd3228e22
								
							
						
					
					
						commit
						e5ffe16efb
					
				
					 4 changed files with 107 additions and 7 deletions
				
			
		|  | @ -38,6 +38,7 @@ public: | |||
|    float                              GetElevation() const; | ||||
|    std::vector<float>                 GetElevationCuts() const; | ||||
|    std::vector<std::string>           GetLevel3Products(); | ||||
|    std::string                        GetMapStyle() const; | ||||
|    common::RadarProductGroup          GetRadarProductGroup() const; | ||||
|    std::string                        GetRadarProductName() const; | ||||
|    std::shared_ptr<config::RadarSite> GetRadarSite() const; | ||||
|  | @ -98,6 +99,7 @@ public: | |||
|                          double zoom, | ||||
|                          double bearing, | ||||
|                          double pitch); | ||||
|    void SetMapStyle(const std::string& styleName); | ||||
| 
 | ||||
| private: | ||||
|    void  changeStyle(); | ||||
|  | @ -129,6 +131,7 @@ signals: | |||
|                              double zoom, | ||||
|                              double bearing, | ||||
|                              double pitch); | ||||
|    void MapStyleChanged(const std::string& styleName); | ||||
|    void RadarSweepUpdated(); | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat