mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 11:20:05 +00:00 
			
		
		
		
	Add threat category to alert dock widget
This commit is contained in:
		
							parent
							
								
									9437b0bfce
								
							
						
					
					
						commit
						49ba9b905b
					
				
					 3 changed files with 57 additions and 15 deletions
				
			
		|  | @ -21,15 +21,16 @@ class AlertModel : public QAbstractTableModel | |||
| public: | ||||
|    enum class Column : int | ||||
|    { | ||||
|       Etn          = 0, | ||||
|       OfficeId     = 1, | ||||
|       Phenomenon   = 2, | ||||
|       Significance = 3, | ||||
|       State        = 4, | ||||
|       Counties     = 5, | ||||
|       StartTime    = 6, | ||||
|       EndTime      = 7, | ||||
|       Distance     = 8 | ||||
|       Etn            = 0, | ||||
|       OfficeId       = 1, | ||||
|       Phenomenon     = 2, | ||||
|       Significance   = 3, | ||||
|       ThreatCategory = 4, | ||||
|       State          = 5, | ||||
|       Counties       = 6, | ||||
|       StartTime      = 7, | ||||
|       EndTime        = 8, | ||||
|       Distance       = 9 | ||||
|    }; | ||||
| 
 | ||||
|    explicit AlertModel(QObject* parent = nullptr); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat