mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 07:10:05 +00:00 
			
		
		
		
	Add text event pruning
- Still need to prune AlertLayer - Still need to test alerts reload after being pruned
This commit is contained in:
		
							parent
							
								
									4719badc54
								
							
						
					
					
						commit
						f37a77a9f7
					
				
					 6 changed files with 158 additions and 8 deletions
				
			
		|  | @ -4,6 +4,7 @@ | |||
| #include <scwx/common/geographic.hpp> | ||||
| 
 | ||||
| #include <memory> | ||||
| #include <unordered_set> | ||||
| 
 | ||||
| #include <QAbstractTableModel> | ||||
| 
 | ||||
|  | @ -51,6 +52,10 @@ public: | |||
| 
 | ||||
| public slots: | ||||
|    void HandleAlert(const types::TextEventKey& alertKey, size_t messageIndex); | ||||
|    void HandleAlertsRemoved( | ||||
|       const std::unordered_set<types::TextEventKey, | ||||
|                                types::TextEventHash<types::TextEventKey>>& | ||||
|          alertKeys); | ||||
|    void HandleMapUpdate(double latitude, double longitude); | ||||
| 
 | ||||
| private: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat