Version: 9.16.0
OCCViewer_RayTracingDlg.h
Go to the documentation of this file.
1// Copyright (C) 2015-2026 CEA, EDF, OPEN CASCADE
2//
3// This library is free software; you can redistribute it and/or
4// modify it under the terms of the GNU Lesser General Public
5// License as published by the Free Software Foundation; either
6// version 2.1 of the License, or (at your option) any later version.
7//
8// This library is distributed in the hope that it will be useful,
9// but WITHOUT ANY WARRANTY; without even the implied warranty of
10// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11// Lesser General Public License for more details.
12//
13// You should have received a copy of the GNU Lesser General Public
14// License along with this library; if not, write to the Free Software
15// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16//
17// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18//
19
20#ifndef OCCVIEWER_RAYTRACINGDLG_H
21#define OCCVIEWER_RAYTRACINGDLG_H
22
23#include "OCCViewer.h"
24#include <QDialog>
25#include <V3d_View.hxx>
26
29class QCheckBox;
30class QtxIntSpinBox;
31class QGroupBox;
32
33
35{
36 Q_OBJECT
37
38 public:
41
42 static QString getName();
43
44private slots:
45
46 void onValueChanged();
47 void onRayTracing(bool);
48
49 void ClickOnHelp();
50
51private:
52 void initParam();
53
55 Handle(V3d_View) myView3d;
56
59 QCheckBox* myReflection;
60 QCheckBox* myAntialiasing;
61 QCheckBox* myShadow;
63};
64
65#endif // OCCVIEWER_RAYTRACINGDLG_H
#define OCCVIEWER_EXPORT
Definition: OCCViewer.h:33
Dialog allowing to assign parameters of ray tracing.
Definition: OCCViewer_RayTracingDlg.h:35
QCheckBox * myAntialiasing
Definition: OCCViewer_RayTracingDlg.h:60
QGroupBox * myRayTracingGroup
Definition: OCCViewer_RayTracingDlg.h:57
OCCViewer_ViewFrame * myViewFrame
Definition: OCCViewer_RayTracingDlg.h:54
QCheckBox * myReflection
Definition: OCCViewer_RayTracingDlg.h:59
QCheckBox * myShadow
Definition: OCCViewer_RayTracingDlg.h:61
QCheckBox * myTransparentShadow
Definition: OCCViewer_RayTracingDlg.h:62
Handle(V3d_View) myView3d
QtxIntSpinBox * myDepth
Definition: OCCViewer_RayTracingDlg.h:58
Definition: OCCViewer_ViewFrame.h:37
Definition: OCCViewer_ViewWindow.h:147
Enhanced version of the Qt's spin box.
Definition: QtxIntSpinBox.h:34