Hello! Please, give me source there are detailed explainings of simple examples! If you will find their sources in russian I will thanks twice!![]()
Hello! Please, give me source there are detailed explainings of simple examples! If you will find their sources in russian I will thanks twice!![]()
Have you seen the examples that come with Qwt?
Yes, of course! But they aren't understanding without explaining! I want to read compendium about this examples!
For example, I select example "realtime_plot". I don't understand destination class of IncrementalPlot!
What are doing the functions:
? Where is it's describing?
Hi there!
Both of them are described in "QwtPlot Class Reference"... so pick up the QwtPlot-Class
(http://qwt.sourceforge.net/class_qwt_plot.html) and browse a bit and you will find them!
But on the other side AD has a point there...
The docu isn't that advanced/complete as it should be...
I don't understand why for example, the "canvas()" member can't be found at the "Class Members" index...
There are a lot of functions that aren't indexed there...
That makes the search (and the understanding of the examples, for some people) a bit more difficult.
A good docu would really be a nice thing to have... The Qwt-docu hasn't reached that level till now... So it is ok if some people ask for it![]()
IncrementalPlot represents a plot which displays a cloud of points and allows you to add more points.
replot() tells QwtPlot to that data has changed and the plot must be redrawn. It's because Qwt uses caching.
This method returns a pointer to the QwtPlotCanvas object. This the part of the plot on which all the drawing occurs.
Here:
http://qwt.sourceforge.net/class_qwt...6517d0d7633c4b
http://qwt.sourceforge.net/class_qwt...3ceb9f54ba2f1a
Bookmarks