qwt_global.h   qwt_global.h 
skipping to change at line 22 skipping to change at line 22
#ifndef QWT_GLOBAL_H #ifndef QWT_GLOBAL_H
#define QWT_GLOBAL_H #define QWT_GLOBAL_H
#include <qglobal.h> #include <qglobal.h>
#if QT_VERSION < 0x040000 #if QT_VERSION < 0x040000
#include <qmodules.h> #include <qmodules.h>
#endif #endif
// QWT_VERSION is (major << 16) + (minor << 8) + patch. // QWT_VERSION is (major << 16) + (minor << 8) + patch.
#define QWT_VERSION 0x050001 #define QWT_VERSION 0x050002
#define QWT_VERSION_STR "5.0.1" #define QWT_VERSION_STR "5.0.2"
#if defined(Q_WS_WIN) #if defined(Q_WS_WIN)
#if defined(_MSC_VER) /* MSVC Compiler */ #if defined(_MSC_VER) /* MSVC Compiler */
/* template-class specialization 'identifier' is already instantiated */ /* template-class specialization 'identifier' is already instantiated */
#pragma warning(disable: 4660) #pragma warning(disable: 4660)
#endif // _MSC_VER #endif // _MSC_VER
#ifdef QWT_DLL #ifdef QWT_DLL
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 qwt_math.h   qwt_math.h 
skipping to change at line 65 skipping to change at line 65
#endif #endif
#ifndef M_E #ifndef M_E
#define M_E 2.7182818284590452354 /* e */ #define M_E 2.7182818284590452354 /* e */
#endif #endif
#ifndef M_LOG2E #ifndef M_LOG2E
#define M_LOG2E 1.4426950408889634074 /* log_2 e */ #define M_LOG2E 1.4426950408889634074 /* log_2 e */
#endif #endif
#ifndef M_LOG2E #ifndef M_LOG10E
#define M_LOG10E 0.43429448190325182765 /* log_10 e */ #define M_LOG10E 0.43429448190325182765 /* log_10 e */
#endif #endif
#ifndef M_LN2 #ifndef M_LN2
#define M_LN2 0.69314718055994530942 /* log_e 2 */ #define M_LN2 0.69314718055994530942 /* log_e 2 */
#endif #endif
#ifndef M_LN10 #ifndef M_LN10
#define M_LN10 2.30258509299404568402 /* log_e 10 */ #define M_LN10 2.30258509299404568402 /* log_e 10 */
#endif #endif
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 qwt_scale_engine.h   qwt_scale_engine.h 
skipping to change at line 43 skipping to change at line 43
static double ceil125(double x); static double ceil125(double x);
static double floor125(double x); static double floor125(double x);
}; };
/*! /*!
\brief Base class for scale engines. \brief Base class for scale engines.
A scale engine trys to find "reasonable" ranges and step sizes A scale engine trys to find "reasonable" ranges and step sizes
for scales. for scales.
The layout of the scale can be varied with setOptions(). The layout of the scale can be varied with setAttribute().
Qwt offers implementations for logarithmic (log10) Qwt offers implementations for logarithmic (log10)
and linear scales. Contributions for other types of scale engines and linear scales. Contributions for other types of scale engines
(date/time, log2 ... ) are welcome. (date/time, log2 ... ) are welcome.
*/ */
class QWT_EXPORT QwtScaleEngine class QWT_EXPORT QwtScaleEngine
{ {
public: public:
//! see QwtScaleEngine::setOption, testOption //! see QwtScaleEngine::setOption, testOption
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/