#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 |
| void | showStdDevMeanMax (bool shown) |
| UPlotLegendItem (UPlotCurve *curve, QWidget *parent=0) | |
| virtual | ~UPlotLegendItem () |
Protected Member Functions | |
| virtual void | contextMenuEvent (QContextMenuEvent *event) |
Private Slots | |
| void | updateStdDevMeanMax () |
Private Attributes | |
| QAction * | _aChangeColor |
| QAction * | _aChangeText |
| QAction * | _aCopyToClipboard |
| QAction * | _aMoveDown |
| QAction * | _aMoveUp |
| QAction * | _aRemoveCurve |
| QAction * | _aResetText |
| QAction * | _aShowStdDevMeanMax |
| 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 |
|
privateslot |
|
private |