Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MenuCategoryDeductionBusinessLogic.h
Go to the documentation of this file.
1 #ifndef MENUCATEGORYDEDUCTIONBUSINESSLOGIC_H
2 #define MENUCATEGORYDEDUCTIONBUSINESSLOGIC_H
3 
5 
6 class StateMenu;
8 {
9 public:
10  MenuCategoryDeductionBusinessLogic(MenuManager *menuManager , BusinessLogicManager *persistentBusinessLogicManager);
12 
17  void static CurrentDeductionMenuCommand( StateMenu *stateMenu );
18 
23  void static FinalTicketMenuCommand( StateMenu *stateMenu );
24 
29  void static RepeatFinalTicketPrintMenuCommand( StateMenu *stateMenu );
30 
37 
38 private:
39  virtual QString GetMenuCategoryCaption();
40 
42 
43  class DataClass;
44  QSharedPointer<DataClass> d;
45 
47 };
48 
49 #endif // MENUCATEGORYDEDUCTIONBUSINESSLOGIC_H
static void RepeatFinalTicketPrintMenuCommand(StateMenu *stateMenu)
RepeatFinalTicketPrintMenuCommand - prints a copy of the last final ticket.
Definition: MenuCategoryDeductionBusinessLogic.cpp:80
Definition: SimpleListMenuCategoryBusinessLogic.h:9
static void FinalTicketMenuCommand(StateMenu *stateMenu)
FinalTicketMenuCommand function for menu command that allows the driver to close the current deductio...
Definition: MenuCategoryDeductionBusinessLogic.cpp:75
static void CurrentDeductionMenuCommand(StateMenu *stateMenu)
CurrentDeductionMenuCommand function for menu command that prints current open deduction.
Definition: MenuCategoryDeductionBusinessLogic.cpp:70
virtual ~MenuCategoryDeductionBusinessLogic()
Definition: MenuCategoryDeductionBusinessLogic.cpp:66
Definition: MenuManager.h:14
static void CloseDailyIdentificationVehicleRecordMenuCommand(StateMenu *stateMenu)
CloseDailyIdentificationVehicleRecordMenuCommand function for menu command that allows the driver to ...
Definition: MenuCategoryDeductionBusinessLogic.cpp:85
Definition: BusinessLogicManager.h:7
MenuCategoryDeductionBusinessLogic(MenuManager *menuManager, BusinessLogicManager *persistentBusinessLogicManager)
Definition: MenuCategoryDeductionBusinessLogic.cpp:60
Definition: MenuCategoryDeductionBusinessLogic.cpp:45
Definition: MenuCategoryDeductionBusinessLogic.h:7
Definition: StateMenu.h:8