Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CommunicationCentreBusinessLogic.h
Go to the documentation of this file.
1 #ifndef COMMUNICATIONCENTREBUSINESSLOGIC_H
2 #define COMMUNICATIONCENTREBUSINESSLOGIC_H
3 
5 
6 const QString IMAGE_DISPLAYER_PROCESS_PROGRAM_NAME = "imageDisplayer";
7 
9 {
10 public:
12 
15 
17 
18 private:
20 
21  class DataClass;
22  QScopedPointer<DataClass> d;
23 
25 };
26 
27 #endif // COMMUNICATIONCENTREBUSINESSLOGIC_H
const QString IMAGE_DISPLAYER_PROCESS_PROGRAM_NAME
Definition: CommunicationCentreBusinessLogic.h:6
The BusinessLogic class is the base class of all business logic classes. Every inherited class has to...
Definition: BusinessLogic.h:11
CommunicationCentreBusinessLogic()
Definition: CommunicationCentreBusinessLogic.cpp:230
ResultValue
Definition: ApplicationDefines.h:92
Definition: CommunicationCentreBusinessLogic.h:8
Definition: ApplicationDefines.h:217
virtual ~CommunicationCentreBusinessLogic()
Definition: CommunicationCentreBusinessLogic.cpp:236
ApplicationDefines::ResultValue SendCommunicationRequest()
Definition: CommunicationCentreBusinessLogic.cpp:241
BusinessLogicType
Definition: ApplicationDefines.h:186
static const ApplicationDefines::BusinessLogicType mBusinessLogicType
Definition: CommunicationCentreBusinessLogic.h:11
Definition: CommunicationCentreBusinessLogic.cpp:23