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