Subversion Repositories public

Rev

Rev 221 | Rev 232 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 221 Rev 230
Line 29... Line 29...
29
#include <qpoint.h>
29
#include <qpoint.h>
30
#include <qpointarray.h>
30
#include <qpointarray.h>
31
#include <qrect.h>
31
#include <qrect.h>
32
#include <qstring.h>
32
#include <qstring.h>
33
#include <qtimer.h>
33
#include <qtimer.h>
-
 
34
#include <klocale.h>
34
 
35
 
35
#if defined HAVE_GDAL && HAVE_LIBGDAL1_5_0
36
#if defined HAVE_GDAL && HAVE_LIBGDAL1_5_0
36
   #include <gdal/gdal_priv.h>
37
   #include <gdal/gdal_priv.h>
37
#endif
38
#endif
38
 
39
 
Line 153... Line 154...
153
  QWidget *mama;
154
  QWidget *mama;
154
  QPixmap pmProfile, pmMap;
155
  QPixmap pmProfile, pmMap;
155
  QDateTime StartTime;
156
  QDateTime StartTime;
156
  QStringList files;
157
  QStringList files;
157
  QRect mapPan;
158
  QRect mapPan;
-
 
159
  KLocale *kl;		// This is for translating date and time
158
  manageFile spw;
160
  manageFile spw;
159
  disassemble ds;
161
  disassemble ds;
160
  garmin_data *gmn;
162
  garmin_data *gmn;
161
  int min_hr, max_hr, avg_hr;
163
  int min_hr, max_hr, avg_hr;
162
  int zfactor;
164
  int zfactor;
Line 180... Line 182...
180
  int lower1, lower2, lower3;
182
  int lower1, lower2, lower3;
181
  int upper1, upper2, upper3;
183
  int upper1, upper2, upper3;
182
  int MaxHr, restHr;
184
  int MaxHr, restHr;
183
  int vo2max, weight, sampleTime;
185
  int vo2max, weight, sampleTime;
184
  int Units, MapType;
186
  int Units, MapType;
185
  bool Serial, Contour;
187
  bool Serial, Contour, Forerunner;
186
  QString Device, Data, HRM, MAP;
188
  QString Device, Data, HRM, MAP;
187
};
189
};
188
 
190
 
189
#endif
191
#endif
190
 
192