1 #ifndef TRIPGUARANTEEDCONNECTIONSBUSINESSLOGIC_H
2 #define TRIPGUARANTEEDCONNECTIONSBUSINESSLOGIC_H
38 void OnDownloadTimerTimeout();
44 QScopedPointer<DataClass> d;
49 #endif // TRIPGUARANTEEDCONNECTIONSBUSINESSLOGIC_H
ApplicationDefines::ResultValue CreateNetworkRequest(const int32_t lineNumber, const int32_t tripNumber, const int32_t actualTripBusStopIndex, QUrlQuery &requestUrlQuery)
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:296
bool NeedToWait()
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:461
TripGuaranteedConnectionsBusinessLogic()
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:186
void OnNetworkReply(const QJsonDocument &jsonData)
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:336
The BusinessLogic class is the base class of all business logic classes. Every inherited class has to...
Definition: BusinessLogic.h:11
void StopSendingRequest()
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:289
ResultValue
Definition: ApplicationDefines.h:92
static const ApplicationDefines::BusinessLogicType mBusinessLogicType
Definition: TripGuaranteedConnectionsBusinessLogic.h:18
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:122
void SendTripGuaranteedConnectionsRequest(const int32_t lineNumber, const int32_t tripNumber, const int32_t actualTripBusStopIndex)
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:222
void OnNetworkReplyTimeout()
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:449
Definition: VehicleIdentificationBusinessLogic.h:8
bool Init(VehicleIdentificationBusinessLogic *vehicleIdentificationBusinessLogic, NetworkRequestHandler *networkRequestHandler)
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:194
BusinessLogicType
Definition: ApplicationDefines.h:186
QString GetGuaranteedConnectionsInfo(const int32_t lineNumber, const int32_t tripNumber, const int32_t actualTripBusStopIndex)
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:239
Definition: ApplicationDefines.h:240
virtual ~TripGuaranteedConnectionsBusinessLogic()
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:192
Definition: NetworkRequestHandler.h:12
Definition: TripGuaranteedConnectionsBusinessLogic.h:12
void OnNetworkReplyError()
Definition: TripGuaranteedConnectionsBusinessLogic.cpp:455