UtiLite  0.3.1
A lite utilities library
Public Slots | Public Member Functions | Friends
UPlotCurveThreshold Class Reference

#include <UPlot.h>

Inherits UPlotCurve.

List of all members.

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

Detailed Description

A special UPlotCurve that shows as a line at the specified value, spanning all the UPlot.


Constructor & Destructor Documentation

UPlotCurveThreshold::UPlotCurveThreshold ( const QString &  name,
float  thesholdValue,
Qt::Orientation  orientation = Qt::Horizontal,
QObject *  parent = 0 
)

Constructor.


Member Function Documentation

void UPlotCurveThreshold::setOrientation ( Qt::Orientation  orientation) [slot]

Set orientation (Qt::Horizontal or Qt::Vertical).

void UPlotCurveThreshold::setThreshold ( float  threshold) [slot]

Set threshold value.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Friends Defines