#include <UPlot.h>
UPlotItem is a QGraphicsEllipseItem and can be inherited to do custom behaviors on an hoverEnterEvent() for example.
Definition at line 47 of file UPlot.h.
UPlotItem::UPlotItem |
( |
qreal |
dataX, |
|
|
qreal |
dataY, |
|
|
qreal |
width = 2 |
|
) |
| |
Constructor 1.
Definition at line 53 of file UPlot.cpp.
UPlotItem::UPlotItem |
( |
const QPointF & |
data, |
|
|
qreal |
width = 2 |
|
) |
| |
Constructor 2.
Definition at line 68 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::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 |
The documentation for this class was generated from the following files: