UtiLite
0.3.1
A lite utilities library
|
#include <UPlot.h>
Public Member Functions | |
UPlotItem (qreal dataX, qreal dataY, qreal width=2) | |
UPlotItem (const QPointF &data, qreal width=2) |
UPlotItem is a QGraphicsEllipseItem and can be inherited to do custom behaviors on an hoverEnterEvent() for example.
UPlotItem::UPlotItem | ( | qreal | dataX, |
qreal | dataY, | ||
qreal | width = 2 |
||
) |
Constructor 1.
UPlotItem::UPlotItem | ( | const QPointF & | data, |
qreal | width = 2 |
||
) |
Constructor 2.