Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Const in ScatterDraw
Const in ScatterDraw [message #57018] Fri, 14 May 2021 21:07
Didier is currently offline  Didier
Messages: 680
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;}
Previous Topic: XMLMenu
Next Topic: Turtle & Mac
Goto Forum:
  


Current Time: Fri Mar 29 05:53:09 CET 2024

Total time taken to generate the page: 0.00992 seconds