CustusX  18.04
An IGT application
cxOperatingTableTab.h
Go to the documentation of this file.
1 #ifndef CXOPERATINGTABLETAB_H
2 #define CXOPERATINGTABLETAB_H
3 
4 #include "cxPreferenceTab.h"
5 #include "cxCoreServices.h"
6 
7 namespace cx
8 {
9 
12 class cxGui_EXPORT OperatingTableTab : public PreferenceTab
13 {
14  Q_OBJECT
15 
16 public:
17  OperatingTableTab(CoreServicesPtr services, QWidget *parent = 0);
18  void init();
19 
20 public slots:
22 
23 protected:
25 
26 private slots:
27 };
28 
29 } /* namespace cx */
30 
31 #endif // CXOPERATINGTABLETAB_H
boost::shared_ptr< class CoreServices > CoreServicesPtr
Definition: cxCameraStyle.h:38
Namespace for all CustusX production code.