#include <UPlot.h>
Signals | |
void | legendItemRemoved (const UPlotCurve *) |
void | moveDownRequest (UPlotLegendItem *) |
void | moveUpRequest (UPlotLegendItem *) |
Public Member Functions | |
QPixmap | createSymbol (const QPen &pen, const QBrush &brush) |
const UPlotCurve * | curve () const |
UPlotLegendItem (UPlotCurve *curve, QWidget *parent=0) | |
virtual | ~UPlotLegendItem () |
Protected Member Functions | |
virtual void | contextMenuEvent (QContextMenuEvent *event) |
Private Slots | |
void | updateStdDev () |
Private Attributes | |
QAction * | _aChangeColor |
QAction * | _aChangeText |
QAction * | _aCopyToClipboard |
QAction * | _aMoveDown |
QAction * | _aMoveUp |
QAction * | _aRemoveCurve |
QAction * | _aResetText |
QAction * | _aShowStdDev |
UPlotCurve * | _curve |
QMenu * | _menu |
UPlotLegendItem::UPlotLegendItem | ( | UPlotCurve * | curve, |
QWidget * | parent = 0 |
||
) |
|
protectedvirtual |
QPixmap UPlotLegendItem::createSymbol | ( | const QPen & | pen, |
const QBrush & | brush | ||
) |
|
inline |
|
signal |
|
signal |
|
signal |
|
private |