UtiLite  0.3.1
A lite utilities library
Public Member Functions
UPlotItem Class Reference

#include <UPlot.h>

List of all members.

Public Member Functions

 UPlotItem (qreal dataX, qreal dataY, qreal width=2)
 UPlotItem (const QPointF &data, qreal width=2)

Detailed Description

UPlotItem is a QGraphicsEllipseItem and can be inherited to do custom behaviors on an hoverEnterEvent() for example.


Constructor & Destructor Documentation

UPlotItem::UPlotItem ( qreal  dataX,
qreal  dataY,
qreal  width = 2 
)

Constructor 1.

UPlotItem::UPlotItem ( const QPointF &  data,
qreal  width = 2 
)

Constructor 2.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Friends Defines