|
Vesna
|
#include <TripGetPlatformChangeBusinessLogic.h>


Classes | |
| class | DataClass |
Public Member Functions | |
| TripGetPlatformChangeBusinessLogic () | |
| virtual | ~TripGetPlatformChangeBusinessLogic () |
| void | IssueIn (const int lineNumber, const int tripNumber) |
| bool | OnBusStopArrival (const int32_t tripBusStopIndex) |
| void | OnBusStopDeparture () |
| void | IssueOut () |
| bool | Init (NetworkRequestHandler *networkRequestHandler, PlayerBusinessLogic *playerBusinessLogic) |
| void | OnNetworkReply (const QJsonDocument &jsonData) |
| void | OnNetworkReplyTimeout () |
| void | OnNetworkReplyError () |
Public Member Functions inherited from BusinessLogic | |
| BusinessLogic (ApplicationDefines::BusinessLogicType businessLogicType, ApplicationDefines::BusinessLogicLifeTimeType businessLogicLifeTimeType) | |
| virtual | ~BusinessLogic () |
| ApplicationDefines::BusinessLogicType | GetBusinessLogicType () const |
| ApplicationDefines::BusinessLogicLifeTimeType | GetBusinessLogicLifeTimeType () const |
Static Public Attributes | |
| static const ApplicationDefines::BusinessLogicType | mBusinessLogicType = ApplicationDefines::TripGetPlatformChangeBusinessLogic |
| TripGetPlatformChangeBusinessLogic::TripGetPlatformChangeBusinessLogic | ( | ) |
|
virtual |
| bool TripGetPlatformChangeBusinessLogic::Init | ( | NetworkRequestHandler * | networkRequestHandler, |
| PlayerBusinessLogic * | playerBusinessLogic | ||
| ) |
| void TripGetPlatformChangeBusinessLogic::IssueIn | ( | const int | lineNumber, |
| const int | tripNumber | ||
| ) |
| void TripGetPlatformChangeBusinessLogic::IssueOut | ( | ) |
| bool TripGetPlatformChangeBusinessLogic::OnBusStopArrival | ( | const int32_t | tripBusStopIndex | ) |
| void TripGetPlatformChangeBusinessLogic::OnBusStopDeparture | ( | ) |
| void TripGetPlatformChangeBusinessLogic::OnNetworkReply | ( | const QJsonDocument & | jsonData | ) |


| void TripGetPlatformChangeBusinessLogic::OnNetworkReplyError | ( | ) |
| void TripGetPlatformChangeBusinessLogic::OnNetworkReplyTimeout | ( | ) |
|
static |
1.8.8