mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:10:04 +00:00 
			
		
		
		
	Cleaning up font selection in settings dialog
This commit is contained in:
		
							parent
							
								
									4e5aa7b5e1
								
							
						
					
					
						commit
						d3a3c3db36
					
				
					 5 changed files with 95 additions and 58 deletions
				
			
		|  | @ -24,10 +24,18 @@ public: | |||
|    SettingsInterfaceBase(SettingsInterfaceBase&&) noexcept; | ||||
|    SettingsInterfaceBase& operator=(SettingsInterfaceBase&&) noexcept; | ||||
| 
 | ||||
|    /**
 | ||||
|     * Gets whether the staged value (or current value, if none staged) is | ||||
|     * set to the default value. | ||||
|     * | ||||
|     * @return true if the settings variable is set to default, otherwise false. | ||||
|     */ | ||||
|    virtual bool IsDefault() = 0; | ||||
| 
 | ||||
|    /**
 | ||||
|     * Sets the current value of the associated settings variable to the staged | ||||
|     * value. | ||||
|     *  | ||||
|     * | ||||
|     * @return true if the staged value was committed, false if no staged value | ||||
|     * is present. | ||||
|     */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat