mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01:20:06 +00:00 
			
		
		
		
	Add callbacks to settings variables, use to update radar dialog location in settings dialog
This commit is contained in:
		
							parent
							
								
									87f611e026
								
							
						
					
					
						commit
						f7cc902eef
					
				
					 5 changed files with 136 additions and 2 deletions
				
			
		|  | @ -67,6 +67,12 @@ void SettingsInterface<T>::SetSettingsVariable(SettingsVariable<T>& variable) | |||
|    p->variable_ = &variable; | ||||
| } | ||||
| 
 | ||||
| template<class T> | ||||
| SettingsVariable<T>* SettingsInterface<T>::GetSettingsVariable() const | ||||
| { | ||||
|    return p->variable_; | ||||
| } | ||||
| 
 | ||||
| template<class T> | ||||
| bool SettingsInterface<T>::Commit() | ||||
| { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat