tolinechart.h File Reference

#include <list>
#include <qwidget.h>

Go to the source code of this file.

Data Structures

class  toLineChart

Functions

template<class T>
max (T a, T b)
template<class T>
min (T a, T b)


Function Documentation

template<class T>
T max ( a,
b 
)

Get maximum number of a and b.

Definition at line 260 of file tolinechart.h.

Referenced by toLineChart::countSamples(), and toMain::delConnection().

00261 {
00262     return a > b ? a : b ;
00263 }

template<class T>
T min ( a,
b 
)

Get minimum number of a and b.

Definition at line 269 of file tolinechart.h.

Referenced by toLineChart::fixRect().

00270 {
00271     return a < b ? a : b ;
00272 }


Generated on Sat Dec 15 00:01:29 2007 for BulmaGes by  doxygen 1.5.1