BALL
1.4.79
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
BALL
VIEW
DIALOGS
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
17
# include <
BALL/VIEW/WIDGETS/regularData1DWidget.h
>
18
#endif
19
20
#ifndef BALL_FORMAT_BRUKER1DFILE_H
21
# include <
BALL/FORMAT/bruker1DFile.h
>
22
#endif
23
24
#include <QtGui/QWidget>
25
26
namespace
BALL
27
{
28
namespace
VIEW
29
{
33
class
BALL_VIEW_EXPORT
OpenBruker1DFile
34
:
public
QWidget
,
35
public
ModularWidget
36
{
37
Q_OBJECT
38
BALL_EMBEDDABLE
(
OpenBruker1DFile
,
ModularWidget
)
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
BALL::VIEW::MainControl
Definition:
mainControl.h:114
BALL::VIEW::OpenBruker1DFile
Definition:
openBruker1DFile.h:33
bruker1DFile.h
QWidget
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition:
COMMON/global.h:52
BALL::VIEW::ModularWidget
Definition:
modularWidget.h:61
BALL_EMBEDDABLE
#define BALL_EMBEDDABLE(TYPE, BASE)
Definition:
embeddable.h:31
global.h
common.h
regularData1DWidget.h
Generated by
1.8.7