BALL 1.5.0
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
14#endif
15
16#include <BALL/VIEW/UIC/ui_fieldLinesDialog.h>
17
18namespace 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
41
44 float getTolerance();
49
50 public Q_SLOTS:
51
52 void accept();
53 };
54
55} } // namespaces
56
57#endif // BALL_VIEW_DIALOGS_FIELDLINESDIALOG_H
Definition: constants.h:13
FieldLinesDialog(QWidget *parent=NULL, const char *name="FieldLinesDialog")
#define BALL_VIEW_EXPORT
Definition: COMMON/global.h:52