mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01:40:04 +00:00 
			
		
		
		
	Add alert palette reset buttons
This commit is contained in:
		
							parent
							
								
									2d8c3c8175
								
							
						
					
					
						commit
						a1d9b25f0b
					
				
					 6 changed files with 177 additions and 0 deletions
				
			
		|  | @ -45,6 +45,24 @@ public: | |||
|     */ | ||||
|    boost::signals2::signal<void()>& staged_signal(); | ||||
| 
 | ||||
|    /**
 | ||||
|     * Gets whether or not the settings variable is currently set to its default | ||||
|     * value. | ||||
|     * | ||||
|     * @return true if the settings variable is currently set to its default | ||||
|     * value, otherwise false. | ||||
|     */ | ||||
|    virtual bool IsDefault() const = 0; | ||||
| 
 | ||||
|    /**
 | ||||
|     * Gets whether or not the settings variable currently has its staged value | ||||
|     * set to default. | ||||
|     * | ||||
|     * @return true if the settings variable currently has its staged value set | ||||
|     * to default, otherwise false. | ||||
|     */ | ||||
|    virtual bool IsDefaultStaged() const = 0; | ||||
| 
 | ||||
|    /**
 | ||||
|     * Sets the current value of the settings variable to default. | ||||
|     */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat