BALL
1.4.79
include
BALL
VIEW
DIALOGS
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
13
# include <
BALL/VIEW/KERNEL/clippingPlane.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
{
27
class
BALL_VIEW_EXPORT
SetClippingPlane
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);
35
~
SetClippingPlane
();
36
37
ClippingPlane
*
plane_
;
38
39
public
slots:
40
void
okPressed();
41
};
42
43
} }
// namespaces
44
#endif
QDialog
BALL::VIEW::SetClippingPlane::plane_
ClippingPlane * plane_
Definition:
setClippingPlane.h:37
QWidget
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition:
COMMON/global.h:52
BALL::VIEW::SetClippingPlane
Definition:
setClippingPlane.h:27
clippingPlane.h
BALL
-*- Mode: C++; tab-width: 2; -*-
Definition:
constants.h:12
global.h
BALL::VIEW::ClippingPlane
Definition:
clippingPlane.h:25
Generated by
1.8.13