Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ManualPricelistRowBusinessLogic.h
Go to the documentation of this file.
1 #ifndef MANUALPRICELISTROWBUSINESSLOGIC_H
2 #define MANUALPRICELISTROWBUSINESSLOGIC_H
3 
5 
7 {
8 public:
10 
13 
15 
16  void SetPricelistRow( unsigned char pricelistRow );
17  unsigned char GetPricelistRow();
18 
19 private:
21 
22  class DataClass;
23  QScopedPointer<DataClass> d;
24 
26 };
27 
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