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
openBruker2DFile.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_OPENBRUKER2DFILE_H
6
#define BALL_VIEW_DIALOGS_OPENBRUKER2DFILE_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_REGULARDATA2DWIDGET_H
17
# include <
BALL/VIEW/WIDGETS/regularData2DWidget.h
>
18
#endif
19
20
#ifndef BALL_FORMAT_BRUKER2DFILE_H
21
# include <
BALL/FORMAT/bruker2DFile.h
>
22
#endif
23
24
#include <QtGui/QWidget>
25
26
namespace
BALL
27
{
28
namespace
VIEW
29
{
33
class
BALL_VIEW_EXPORT
OpenBruker2DFile
34
:
public
QWidget
,
35
public
ModularWidget
36
{
37
Q_OBJECT
38
BALL_EMBEDDABLE
(
OpenBruker2DFile
,
ModularWidget
)
39
public
:
40
44
OpenBruker2DFile
(
QWidget
*parent = 0,
const
char
*name = 0);
46
48
virtual
~
OpenBruker2DFile
();
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
bruker2DFile.h
QWidget
regularData2DWidget.h
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
BALL::VIEW::OpenBruker2DFile
Definition:
openBruker2DFile.h:33
global.h
common.h
Generated by
1.8.7