BALL  1.5.0
setClippingPlane.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_SETCLIPPINGPLANE_H
6 #define BALL_VIEW_DIALOGS_SETCLIPPINGPLANE_H
7 
8 #ifndef BALL_COMMON_GLOBAL_H
9 # include <BALL/COMMON/global.h>
10 #endif
11 
12 #ifndef BALL_VIEW_KERNEL_CLIPPING_PLANE_H
14 #endif
15 
16 #include <BALL/VIEW/UIC/ui_setClippingPlane.h>
17 
18 #include <QtWidgets/QDialog>
19 
20 namespace BALL
21 {
22  namespace VIEW
23  {
28  : public QDialog,
29  public Ui_SetClippingData
30  {
31  Q_OBJECT
32 
33  public:
34  SetClippingPlane( QWidget* parent = 0, const char* name = "SetClippingPlane", ClippingPlane* plane = 0);
36 
38 
39  public Q_SLOTS:
40  void okPressed();
41  };
42 
43 } } // namespaces
44 #endif
BALL::VIEW::SetClippingPlane::plane_
ClippingPlane * plane_
Definition: setClippingPlane.h:37
clippingPlane.h
BALL::VIEW::SetClippingPlane
Definition: setClippingPlane.h:27
BALL
Definition: constants.h:12
global.h
QWidget
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition: COMMON/global.h:52
BALL::VIEW::ClippingPlane
Definition: clippingPlane.h:25
QDialog