BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
openBruker1DFile.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 
5 #ifndef BALL_VIEW_DIALOGS_OPENBRUKER1DFILE_H
6 #define BALL_VIEW_DIALOGS_OPENBRUKER1DFILE_H
7 
8 #ifndef BALL_COMMON_GLOBAL_H
9 # include <BALL/COMMON/global.h>
10 #endif
11 
12 #ifndef BALL_COMMON_H
13 # include <BALL/common.h>
14 #endif
15 
16 #ifndef BALL_VIEW_WIDGETS_REGULARDATA1DWIDGET_H
18 #endif
19 
20 #ifndef BALL_FORMAT_BRUKER1DFILE_H
22 #endif
23 
24 #include <QtGui/QWidget>
25 
26 namespace BALL
27 {
28  namespace VIEW
29  {
34  : public QWidget,
35  public ModularWidget
36  {
37  Q_OBJECT
39  public:
40 
44  OpenBruker1DFile(QWidget *parent = 0, const char *name = 0);
46 
48  virtual ~OpenBruker1DFile();
50 
57  virtual void initializeWidget(MainControl& main_control);
58 
59  public slots:
60 
63  virtual void openFile();
64 
65  };
66  }
67 }
68 
69 #endif
#define BALL_VIEW_EXPORT
Definition: COMMON/global.h:52
#define BALL_EMBEDDABLE(TYPE, BASE)
Definition: embeddable.h:31