| Home » Developing U++ » UppHub » Const in ScatterDraw Goto Forum:
	| 
		
			| Const in ScatterDraw [message #57018] | Fri, 14 May 2021 21:07 |  
			| 
				
				
					|  Didier Messages: 736
 Registered: November 2008
 Location: France
 | Contributor  |  |  |  
	| Hello Koldo, 
 Do you think it could be possible to add const to the following methods of ScatterDraw::DataSource or is there a reason for them not to be const ?
 
 	virtual double y(int64 ) = 0;
	virtual double x(int64 ) = 0;
	virtual double znFixed(int , int64 )		{NEVER();	return Null;}
	virtual double y(double ) 					{NEVER();	return Null;}
	virtual double x(double ) 					{NEVER();	return Null;}
	virtual double f(double ) 					{NEVER();	return Null;}
	virtual double f(Vector<double> ) 			{NEVER();	return Null;}
 |  
	|  |  | 
 
 
 Current Time: Thu Oct 30 14:26:28 CET 2025 
 Total time taken to generate the page: 0.03923 seconds |