BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 <QtGui/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 slots:
40  void okPressed();
41  };
42 
43 } } // namespaces
44 #endif
#define BALL_VIEW_EXPORT
Definition: COMMON/global.h:52