mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:10:04 +00:00 
			
		
		
		
	Update displayed layers when the layer model changes
This commit is contained in:
		
							parent
							
								
									c81d9d9ba6
								
							
						
					
					
						commit
						2b6f70697c
					
				
					 5 changed files with 142 additions and 181 deletions
				
			
		|  | @ -4,6 +4,8 @@ | |||
| #include <scwx/qt/map/map_context.hpp> | ||||
| 
 | ||||
| #include <memory> | ||||
| #include <string> | ||||
| #include <vector> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  | @ -20,8 +22,8 @@ public: | |||
|    explicit AlertLayer(std::shared_ptr<MapContext> context); | ||||
|    ~AlertLayer(); | ||||
| 
 | ||||
|    void AddLayers(awips::Phenomenon phenomenon, const std::string& before = {}); | ||||
|    void AddLayers(const std::string& before = {}); | ||||
|    std::vector<std::string> AddLayers(awips::Phenomenon  phenomenon, | ||||
|                                       const std::string& before = {}); | ||||
| 
 | ||||
| private: | ||||
|    std::unique_ptr<AlertLayerImpl> p; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat