BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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_LABELDIALOG_H
6 #define BALL_VIEW_DIALOGS_LABELDIALOG_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
14 #endif
15 
16 #include <BALL/VIEW/UIC/ui_fieldLinesDialog.h>
17 
18 namespace BALL
19 {
20  namespace VIEW
21  {
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 slots:
51 
52  void accept();
53  };
54 
55 } } // namespaces
56 
57 #endif // BALL_VIEW_DIALOGS_LABELDIALOG_H