1 #ifndef MANUALPRICELISTROWBUSINESSLOGIC_H
2 #define MANUALPRICELISTROWBUSINESSLOGIC_H
23 QScopedPointer<DataClass> d;
28 #endif // MANUALPRICELISTROWBUSINESSLOGIC_H
unsigned char GetPricelistRow()
Definition: ManualPricelistRowBusinessLogic.cpp:56
bool IsPricelistRowManuallySelected()
Definition: ManualPricelistRowBusinessLogic.cpp:37
The BusinessLogic class is the base class of all business logic classes. Every inherited class has to...
Definition: BusinessLogic.h:11
Definition: ApplicationDefines.h:233
void SetPricelistRow(unsigned char pricelistRow)
Definition: ManualPricelistRowBusinessLogic.cpp:42
static const ApplicationDefines::BusinessLogicType mBusinessLogicType
Definition: ManualPricelistRowBusinessLogic.h:9
virtual ~ManualPricelistRowBusinessLogic()
Definition: ManualPricelistRowBusinessLogic.cpp:33
Definition: BusinessLogic.cpp:3
ManualPricelistRowBusinessLogic()
Definition: ManualPricelistRowBusinessLogic.cpp:27
BusinessLogicType
Definition: ApplicationDefines.h:186
Definition: ManualPricelistRowBusinessLogic.h:6