mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 14:10:05 +00:00 
			
		
		
		
	Rename existing AlertLayer to AlertLayerOld, prepare AlertLayer skeleton
This commit is contained in:
		
							parent
							
								
									2e1b537c87
								
							
						
					
					
						commit
						044e6d6885
					
				
					 6 changed files with 587 additions and 462 deletions
				
			
		
							
								
								
									
										34
									
								
								scwx-qt/source/scwx/qt/map/alert_layer_old.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								scwx-qt/source/scwx/qt/map/alert_layer_old.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,34 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/awips/phenomenon.hpp> | ||||
| #include <scwx/qt/map/map_context.hpp> | ||||
| 
 | ||||
| #include <memory> | ||||
| #include <string> | ||||
| #include <vector> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace map | ||||
| { | ||||
| 
 | ||||
| class AlertLayerOldImpl; | ||||
| 
 | ||||
| class AlertLayerOld | ||||
| { | ||||
| public: | ||||
|    explicit AlertLayerOld(std::shared_ptr<MapContext> context); | ||||
|    ~AlertLayerOld(); | ||||
| 
 | ||||
|    std::vector<std::string> AddLayers(awips::Phenomenon  phenomenon, | ||||
|                                       const std::string& before = {}); | ||||
| 
 | ||||
| private: | ||||
|    std::unique_ptr<AlertLayerOldImpl> p; | ||||
| }; | ||||
| 
 | ||||
| } // namespace map
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat