Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
BusStopChangeEvent.h
Go to the documentation of this file.
1 #ifndef BUSSTOPCHANGEEVENT_H
2 #define BUSSTOPCHANGEEVENT_H
3 
5 
7 {
8 public:
11 
12  BusStopChangeEvent( int tripBusStopIndex, GPSDefines::BusStopChangeType busStopChangeType )
13  {
14  mTripBusStopIndex = tripBusStopIndex;
15  mBusStopChangeType = busStopChangeType;
16  }
17 
19  {
20  }
21 };
22 
23 #endif // BUSSTOPCHANGEEVENT_H
int mTripBusStopIndex
Definition: BusStopChangeEvent.h:9
~BusStopChangeEvent()
Definition: BusStopChangeEvent.h:18
GPSDefines::BusStopChangeType mBusStopChangeType
Definition: BusStopChangeEvent.h:10
Definition: BusStopChangeEvent.h:6
BusStopChangeEvent(int tripBusStopIndex, GPSDefines::BusStopChangeType busStopChangeType)
Definition: BusStopChangeEvent.h:12
BusStopChangeType
Definition: GPSDefines.h:30