Graph section.
More...
|
| Section (Graph *graph) |
|
| Section (const Section &) |
|
Section & | operator= (const Section &) |
|
void | load (const QDomElement &, QtDls::Model *, const QDir &) |
|
void | save (QDomElement &, QDomDocument &) |
|
void | connectChannels (QtDls::Model *, const QDir &) |
|
bool | dirInUse (const LibDLS::Directory *) |
|
Graph * | getGraph () |
|
bool | getAutoScale () const |
|
void | setAutoScale (bool) |
|
bool | getShowScale () const |
|
void | setShowScale (bool) |
|
double | getScaleMinimum () const |
|
void | setScaleMinimum (double) |
|
double | getScaleMaximum () const |
|
void | setScaleMaximum (double) |
|
int | getHeight () const |
|
void | setHeight (int) |
|
double | getRelativePrintHeight () const |
|
void | setRelativePrintHeight (double) |
|
void | resize (int) |
|
int | getScaleWidth () const |
|
void | draw (QPainter &, const QRect &, int, int, bool) |
|
int | legendHeight () const |
|
double | relativeHeight (int) const |
|
Layer * | appendLayer (QtDls::Channel *) |
|
void | getRange (bool &, LibDLS::Time &, LibDLS::Time &) |
|
void | loadData (const LibDLS::Time &, const LibDLS::Time &, int, GraphWorker *, std::set< LibDLS::Job *> &) |
|
QColor | nextColor () |
|
bool | getExtrema (double &, double &) |
|
void | setBusy (bool) |
|
void | update () |
|
QSet< QtDls::Channel * > | channels () |
|
|
class | SectionModel |
|
class | Layer |
|
Graph section.
Definition at line 61 of file Section.h.