#include <list>#include <qwidget.h>Go to the source code of this file.
Data Structures | |
| class | toLineChart |
Functions | |
| template<class T> | |
| T | max (T a, T b) |
| template<class T> | |
| T | min (T a, T b) |
| T max | ( | T | a, | |
| T | b | |||
| ) |
Get maximum number of a and b.
Definition at line 260 of file tolinechart.h.
Referenced by toLineChart::countSamples(), and toMain::delConnection().
| T min | ( | T | a, | |
| T | b | |||
| ) |
Get minimum number of a and b.
Definition at line 269 of file tolinechart.h.
Referenced by toLineChart::fixRect().
1.5.1