1 #ifndef _STATISTIC_STATE_LOGIC_H_
2 #define _STATISTIC_STATE_LOGIC_H_
4 #include <QScopedPointer>
25 bool CloseAndPrintDeduction(
const bool preFinal, QString &errorMessage,
bool &printFailed ,
bool deductionPrintEnabled );
47 QScopedPointer<DataClass> d;
50 #endif // _STATISTIC_STATE_LOGIC_H_
Definition: DeductionStateLogic.h:11
bool OpenDeduction()
OpenDeduction - opens deduction, creates statistic record and print initial ticket.
Definition: DeductionStateLogic.cpp:211
void PrintInitialTicket()
PrintInitialTicket - prints initial deduction ticket.
Definition: DeductionStateLogic.cpp:198
virtual ~DeductionStateLogic()
Definition: DeductionStateLogic.cpp:55
bool CloseAndPrintDeduction(const bool preFinal, QString &errorMessage, bool &printFailed, bool deductionPrintEnabled)
CloseAndPrintDeduction - tries to close deduction, print final ticket, send events to dispatching and...
Definition: DeductionStateLogic.cpp:59
Definition: ApplicationState.h:33
DeductionStateLogic(ApplicationState *stateLogicOwner, const StorageList &storageList, BusinessLogicManager *businessLogicManager)
Definition: DeductionStateLogic.cpp:49
Definition: BusinessLogicManager.h:7
Definition: StateLogic.h:11
bool PrintFinalTicket(bool preFinal)
PrintFinalTicket - prints final deduction ticket.
Definition: DeductionStateLogic.cpp:158
Definition: DeductionStateLogic.cpp:37