Version: 9.16.0
OCCViewer_EnvTextureDlg.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_ENVTEXTUREDLG_H
21#define OCCVIEWER_ENVTEXTUREDLG_H
22
23#include "OCCViewer.h"
24#include <QDialog>
25#include <V3d_View.hxx>
26
29class QGroupBox;
30class QComboBox;
31class QLineEdit;
32
34{
35 Q_OBJECT
36
37 public:
40
41 static QString getName();
42
43private slots:
44
45 void onEnvTexture( bool );
46 void onTextureChanged();
47 void onFileSelectionClicked();
48
49 void ClickOnHelp();
50
51private:
52 void initParam();
53 void setEnvTexture( Handle(Graphic3d_TextureEnv) );
54
56 Handle(V3d_View) myView3d;
57
61 QPushButton* myFileButton;
62};
63
64#endif // OCCVIEWER_ENVTEXTUREDLG_H
Handle(TDocStd_Application) CAF_Application
Get OCAF application.
Definition: CAF_Application.cxx:97
#define OCCVIEWER_EXPORT
Definition: OCCViewer.h:33
Dialog allowing to assign parameters of environment texture.
Definition: OCCViewer_EnvTextureDlg.h:34
QGroupBox * myEnvTextureGroup
Definition: OCCViewer_EnvTextureDlg.h:58
QLineEdit * myEnvTextureName
Definition: OCCViewer_EnvTextureDlg.h:60
QPushButton * myFileButton
Definition: OCCViewer_EnvTextureDlg.h:61
Handle(V3d_View) myView3d
QComboBox * myEnvTextureId
Definition: OCCViewer_EnvTextureDlg.h:59
OCCViewer_ViewFrame * myViewFrame
Definition: OCCViewer_EnvTextureDlg.h:55
Definition: OCCViewer_ViewFrame.h:37
Definition: OCCViewer_ViewWindow.h:147