BALL
1.5.0
include
BALL
VIEW
DIALOGS
PTEDialog.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_PTEDIALOG_H
6
#define BALL_VIEW_DIALOGS_PTEDIALOG_H
7
8
#ifndef BALL_COMMON_GLOBAL_H
9
# include <
BALL/COMMON/global.h
>
10
#endif
11
12
#include <BALL/VIEW/UIC/ui_PTEDialog.h>
13
14
#include <QtWidgets/QDialog>
15
16
namespace
BALL
17
{
18
namespace
VIEW
19
{
20
24
class
BALL_VIEW_EXPORT
PTEDialog
25
:
public
QDialog
,
26
public
Ui_PTEDialogData
27
{
28
Q_OBJECT
29
30
public
:
31
33
PTEDialog
(
QWidget
* parent = 0);
34
36
~PTEDialog
();
37
38
public
Q_SLOTS:
39
41
void
newElementType
(
int
elementNumber);
42
43
protected
Q_SLOTS:
44
45
void
elementClicked_
();
46
void
elementChoosen_
();
47
48
protected
:
49
50
QString
atomProperties_
(
int
number);
51
void
connectChilds_
(
QObject
* o);
52
};
53
54
55
}
// namespaces
56
}
57
58
#endif
global.h
BALL::VIEW::PTEDialog::~PTEDialog
~PTEDialog()
QDialog
BALL
Definition:
constants.h:13
QWidget
BALL::VIEW::PTEDialog::newElementType
void newElementType(int elementNumber)
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition:
COMMON/global.h:52
BALL::VIEW::PTEDialog::connectChilds_
void connectChilds_(QObject *o)
BALL::VIEW::PTEDialog
Definition:
PTEDialog.h:27
BALL::VIEW::PTEDialog::elementClicked_
void elementClicked_()
BALL::VIEW::PTEDialog::PTEDialog
PTEDialog(QWidget *parent=0)
BALL::VIEW::PTEDialog::atomProperties_
QString atomProperties_(int number)
QObject
BALL::VIEW::PTEDialog::elementChoosen_
void elementChoosen_()
Generated by
1.8.20