PARP Research Group University of Murcia, Spain


QVNumericPlot Class Reference
[Graphical User Interface]

Class for plot graphs of worker's int or double properties. More...

#include <qvgui/qvnumericplot.h>


Detailed Description

Class for plot graphs of worker's int or double properties.

This class lets us plot graphs for int or double worker's output properties over a timeline.

The following code features how to create a Numeric plot object in a QVision application:

void main()
        {
        [...]
        QVGraphsWorker graphsWorker("Graphs worker");
        [...]
        QVNumericPlot numericPlot("Numeric Plot", true, 10);
        graphsWorker.linkProperty("Max pixel", numericPlot);
        graphsWorker.linkProperty("Min pixel", numericPlot);
        [...]
        }

This application will display a plot like the following:

qvision_numericplot_window.png

By default, the QVDefaultGUI includes the following button for CPU plot statistics displaying, which opens a QVNumericPlot widget plotting the worker CPU usage:

qvision_gui_graphbutton.png

For further info see section Numeric plot widget.

See also:
QVCPUPlot

QVHistogramPlot


The documentation for this class was generated from the following file:



QVision framework. PARP research group, copyright 2007, 2008.