mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 15:30:04 +00:00 
			
		
		
		
	Update settings category signals to be in line with variables and only fire once
Properly connect line labels to the category signals
This commit is contained in:
		
							parent
							
								
									20dbc7f5b7
								
							
						
					
					
						commit
						70cb3ab6d2
					
				
					 9 changed files with 252 additions and 117 deletions
				
			
		|  | @ -6,6 +6,8 @@ | |||
| #include <memory> | ||||
| #include <string> | ||||
| 
 | ||||
| #include <boost/gil/typedefs.hpp> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
|  | @ -33,6 +35,13 @@ public: | |||
|    SettingsVariable<std::int64_t>& highlight_width() const; | ||||
|    SettingsVariable<std::int64_t>& line_width() const; | ||||
| 
 | ||||
|    void StageValues(boost::gil::rgba8_pixel_t borderColor, | ||||
|                     boost::gil::rgba8_pixel_t highlightColor, | ||||
|                     boost::gil::rgba8_pixel_t lineColor, | ||||
|                     std::int64_t              borderWidth, | ||||
|                     std::int64_t              highlightWidth, | ||||
|                     std::int64_t              lineWidth); | ||||
| 
 | ||||
|    friend bool operator==(const LineSettings& lhs, const LineSettings& rhs); | ||||
| 
 | ||||
| private: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat