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 » U++ Library support » U++ Library : Other (not classified elsewhere) » geom package?
Re: geom package? [message #9868 is a reply to message #9857] Tue, 05 June 2007 09:20 Go to previous messageGo to previous message
pap2k is currently offline  pap2k
Messages: 8
Registered: June 2007
Promising Member
I'm using recent svn checkout (revision 60) under winXp on msvc 2005 express.
I've derived my class MyPlot from PlotterCtrl, where i implement Plot().
But running MyPlot i never pass in MyPlot::Plot, but i pass in virtual PlotterCtrl::Plot;
In the constructor of MyPlot i'm initializing using
FrameLayout(Rect(0, 0, 700, 700));

Do you think that MyPlot::Plot need to be spell using this form :

ImageDraw& im = BeginBufferPaint();
Plot( Plotter(
im,
polygonVectBox,
Rect(0, 0, 500, 500)));
EndBufferPaint();
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon5.gif
Previous Topic: SMTP non english error messages
Next Topic: bug? : operator "!" for "bool"
Goto Forum:
  


Current Time: Thu May 16 11:39:10 CEST 2024

Total time taken to generate the page: 0.01251 seconds