#include <UPlot.h>
|
| void | init (qreal dataX, qreal dataY) |
| |
UPlotItem is a QGraphicsEllipseItem and can be inherited to do custom behaviors on an hoverEnterEvent() for example.
Definition at line 46 of file UPlot.h.
| UPlotItem::UPlotItem |
( |
qreal |
dataX, |
|
|
qreal |
dataY, |
|
|
qreal |
width = 2 |
|
) |
| |
Constructor 1.
Definition at line 56 of file UPlot.cpp.
| UPlotItem::UPlotItem |
( |
const QPointF & |
data, |
|
|
qreal |
width = 2 |
|
) |
| |
Constructor 2.
Definition at line 66 of file UPlot.cpp.
| UPlotItem::~UPlotItem |
( |
| ) |
|
|
virtual |
| const QPointF& UPlotItem::data |
( |
| ) |
const |
|
inline |
| void UPlotItem::focusInEvent |
( |
QFocusEvent * |
event | ) |
|
|
protectedvirtual |
| void UPlotItem::focusOutEvent |
( |
QFocusEvent * |
event | ) |
|
|
protectedvirtual |
| void UPlotItem::hoverEnterEvent |
( |
QGraphicsSceneHoverEvent * |
event | ) |
|
|
protectedvirtual |
| void UPlotItem::hoverLeaveEvent |
( |
QGraphicsSceneHoverEvent * |
event | ) |
|
|
protectedvirtual |
| void UPlotItem::init |
( |
qreal |
dataX, |
|
|
qreal |
dataY |
|
) |
| |
|
private |
| void UPlotItem::keyReleaseEvent |
( |
QKeyEvent * |
keyEvent | ) |
|
|
protectedvirtual |
| void UPlotItem::setData |
( |
const QPointF & |
data | ) |
|
| void UPlotItem::setNextItem |
( |
UPlotItem * |
nextItem | ) |
|
| void UPlotItem::setPreviousItem |
( |
UPlotItem * |
previousItem | ) |
|
| void UPlotItem::showDescription |
( |
bool |
shown | ) |
|
|
protectedvirtual |
| QGraphicsTextItem* UPlotItem::_text |
|
private |
| QGraphicsRectItem* UPlotItem::_textBackground |
|
private |
The documentation for this class was generated from the following files: