DLS  1.6
DLS::Layer Class Reference

Graph section layer. More...

Public Member Functions

 Layer (Section *)
 
 Layer (const Layer &, Section *)
 
void load (const QDomElement &, QtDls::Model *, const QDir &)
 
void save (QDomElement &, QDomDocument &) const
 
void connectChannel (QtDls::Model *, const QDir &)
 
bool dirInUse (const LibDLS::Directory *) const
 
void setChannel (QtDls::Channel *)
 
QtDls::Channel * getChannel () const
 
const QString & getUrlString () const
 
void setName (const QString &)
 
const QString & getName () const
 
void setUnit (const QString &)
 
const QString & getUnit () const
 
void setColor (QColor)
 
QColor getColor () const
 
void setScale (double)
 
double getScale () const
 
void setOffset (double)
 
double getOffset () const
 
void setPrecision (int)
 
int getPrecision () const
 
void loadData (const LibDLS::Time &, const LibDLS::Time &, int, GraphWorker *, std::set< LibDLS::Job *> &)
 
void draw (QPainter &, const QRect &, double, double, double, MeasureData *=NULL)
 
double getMinimum () const
 
double getMaximum () const
 
double getExtremaValid () const
 
QString title () const
 
QString formatValue (double) const
 

Detailed Description

Graph section layer.

Definition at line 58 of file Layer.h.