1 #ifndef PRINTERDISPLAYBUSINESSLOGIC_H
2 #define PRINTERDISPLAYBUSINESSLOGIC_H
10 namespace VstupneUdaje
12 namespace TarifnySystem
35 void ShowApproachCard(
char busstopTripOrder, EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifa *tariff,
const QStringList &priceText,
const QString &approachCardText,
const QString &progress =
"" );
36 void ShowTariffAndPrice(
char busstopTripOrder, EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifa *tariff,
const QStringList &priceText );
45 #ifdef TEST_TCP_SOCKET_MIKROELEKTRONIKA_OCC_DISPLAY
49 void bytesWritten(qint64 bytes);
55 QSharedPointer<DataClass> d;
58 #endif // PRINTERDISPLAYBUSINESSLOGIC_H
int8_t GetReloadTimeAfterIssueCashTicket()
Definition: PrinterDisplayBusinessLogic.cpp:310
PrinterDisplayBusinessLogic()
Definition: PrinterDisplayBusinessLogic.cpp:166
Definition: PrinterDisplayBusinessLogic.cpp:49
Definition: ApplicationDefines.h:200
void ShowBusStopName(QString busStopName)
Definition: PrinterDisplayBusinessLogic.cpp:286
void ShowTariffAndPrice(char busstopTripOrder, EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifa *tariff, const QStringList &priceText)
Definition: PrinterDisplayBusinessLogic.cpp:276
static const ApplicationDefines::BusinessLogicType mBusinessLogicType
Definition: PrinterDisplayBusinessLogic.h:26
The BusinessLogic class is the base class of all business logic classes. Every inherited class has to...
Definition: BusinessLogic.h:11
void IssueOut()
Definition: PrinterDisplayBusinessLogic.cpp:204
virtual ~PrinterDisplayBusinessLogic()
Definition: PrinterDisplayBusinessLogic.cpp:188
void OnSecondTick()
Definition: PrinterDisplayBusinessLogic.cpp:298
bool DisplaysBothPrices()
Definition: PrinterDisplayBusinessLogic.cpp:320
void Init()
Definition: PrinterDisplayBusinessLogic.cpp:196
Definition: AutomaticCardHandlingBusinessLogic.h:6
BusinessLogicType
Definition: ApplicationDefines.h:186
Definition: PrinterDisplayBusinessLogic.h:22
void HoldPrinterDisplayReloadForAWhile()
Definition: PrinterDisplayBusinessLogic.cpp:315
void ShowApproachCard(char busstopTripOrder, EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifa *tariff, const QStringList &priceText, const QString &approachCardText, const QString &progress="")
Definition: PrinterDisplayBusinessLogic.cpp:213