Subversion Repositories public

Rev

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

Rev 247 Rev 248
Line 95... Line 95...
95
	   void btHandSlot();
95
	   void btHandSlot();
96
	   void btGlasSlot();
96
	   void btGlasSlot();
97
	   void btFlagSlot();
97
	   void btFlagSlot();
98
	   void liLapsSlot(Q3ListViewItem *item);
98
	   void liLapsSlot(Q3ListViewItem *item);
99
	   void liActivitiesSlot(QTreeWidgetItem *item, int col);
99
	   void liActivitiesSlot(QTreeWidgetItem *item, int col);
-
 
100
	   void tabViewSlot(int tab);
100
	   void filePrint();
101
	   void filePrint();
101
	   void fileSaveAs();
102
	   void fileSaveAs();
102
	   void fileSave();
103
	   void fileSave();
103
	   void fileOpen();
104
	   void fileOpen();
104
	   void fileImport();
105
	   void fileImport();
Line 160... Line 161...
160
	   double oldTransX, oldTransY;
161
	   double oldTransX, oldTransY;
161
	   unsigned long max_time;
162
	   unsigned long max_time;
162
	   bool stateHand, stateFlag, stateGlas;
163
	   bool stateHand, stateFlag, stateGlas;
163
	   int lmbPressed;
164
	   int lmbPressed;
164
	   LAP *mapLap;
165
	   LAP *mapLap;
-
 
166
	   int curTab;
-
 
167
	   bool tabDirt0, tabDirt1, tabDirt2, tabDirt3;
165
#if defined HAVE_GDAL
168
#if defined HAVE_GDAL
166
	   GDALDataset *poDataset;
169
	   GDALDataset *poDataset;
167
	   int mFactor;
170
	   int mFactor;
168
	   GEORECT geoRect;
171
	   GEORECT geoRect;
169
#endif
172
#endif