|
UtiLite
0.3.1
A lite utilities library
|
#include <UPlot.h>
Inherits UPlotCurve.
Public Slots | |
| void | setThreshold (float threshold) |
| void | setOrientation (Qt::Orientation orientation) |
Public Member Functions | |
| UPlotCurveThreshold (const QString &name, float thesholdValue, Qt::Orientation orientation=Qt::Horizontal, QObject *parent=0) | |
Friends | |
| class | UPlot |
A special UPlotCurve that shows as a line at the specified value, spanning all the UPlot.
| UPlotCurveThreshold::UPlotCurveThreshold | ( | const QString & | name, |
| float | thesholdValue, | ||
| Qt::Orientation | orientation = Qt::Horizontal, |
||
| QObject * | parent = 0 |
||
| ) |
Constructor.
| void UPlotCurveThreshold::setOrientation | ( | Qt::Orientation | orientation | ) | [slot] |
Set orientation (Qt::Horizontal or Qt::Vertical).
| void UPlotCurveThreshold::setThreshold | ( | float | threshold | ) | [slot] |
Set threshold value.
1.7.6.1