BALL
1.5.0
include
BALL
VIEW
DIALOGS
fieldLinesDialog.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_FIELDLINESDIALOG_H
6
#define BALL_VIEW_DIALOGS_FIELDLINESDIALOG_H
7
8
#ifndef BALL_COMMON_GLOBAL_H
9
# include <
BALL/COMMON/global.h
>
10
#endif
11
12
#ifndef BALL_VIEW_MODELS_FIELDLINE_CREATOR_H
13
# include <
BALL/VIEW/MODELS/fieldLineCreator.h
>
14
#endif
15
16
#include <BALL/VIEW/UIC/ui_fieldLinesDialog.h>
17
18
namespace
BALL
19
{
20
namespace
VIEW
21
{
25
class
BALL_VIEW_EXPORT
FieldLinesDialog
26
:
public
QDialog
,
27
public
Ui::FieldLinesDialogData,
28
public
FieldLineCreator
29
{
30
Q_OBJECT
31
32
public
:
33
36
FieldLinesDialog
(
QWidget
*parent = NULL,
const
char
*name =
"FieldLinesDialog"
);
37
40
virtual
~FieldLinesDialog
();
41
42
Position
getSeedMode
();
43
Size
getMonteCarloNumberLines
();
44
float
getTolerance
();
45
Size
getInterpolationSteps
();
46
Size
getMaxSteps
();
47
Size
getIcosaederInterplationSteps
();
48
float
getAtomsDistance
();
49
50
public
Q_SLOTS:
51
52
void
accept
();
53
};
54
55
} }
// namespaces
56
57
#endif
// BALL_VIEW_DIALOGS_FIELDLINESDIALOG_H
fieldLineCreator.h
BALL
Definition:
constants.h:13
BALL::VIEW::FieldLinesDialog
Definition:
fieldLinesDialog.h:29
BALL::VIEW::FieldLinesDialog::getInterpolationSteps
Size getInterpolationSteps()
BALL::VIEW::FieldLinesDialog::getIcosaederInterplationSteps
Size getIcosaederInterplationSteps()
BALL::VIEW::FieldLinesDialog::~FieldLinesDialog
virtual ~FieldLinesDialog()
BALL::VIEW::FieldLinesDialog::getMonteCarloNumberLines
Size getMonteCarloNumberLines()
BALL::VIEW::FieldLinesDialog::getMaxSteps
Size getMaxSteps()
BALL::VIEW::FieldLinesDialog::accept
void accept()
BALL::VIEW::FieldLinesDialog::getSeedMode
Position getSeedMode()
BALL::VIEW::FieldLinesDialog::getAtomsDistance
float getAtomsDistance()
BALL::VIEW::FieldLinesDialog::getTolerance
float getTolerance()
BALL::VIEW::FieldLinesDialog::FieldLinesDialog
FieldLinesDialog(QWidget *parent=NULL, const char *name="FieldLinesDialog")
BALL::VIEW::FieldLineCreator
Definition:
fieldLineCreator.h:29
BALL_SIZE_TYPE
QDialog
QWidget
global.h
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition:
COMMON/global.h:52
Generated by
1.9.1