20 #ifndef OCCVIEWER_LIGHTSOURCEDLG_H
21 #define OCCVIEWER_LIGHTSOURCEDLG_H
25 #include <V3d_DirectionalLight.hxx>
26 #include <V3d_PositionalLight.hxx>
27 #include <V3d_TypeOfLight.hxx>
56 void ClickOnDefault();
61 void initParam(
bool theIsDefault =
false );
65 Handle(V3d_DirectionalLight) myDirLight;
66 Handle(V3d_PositionalLight) myPosLight;
68 QRadioButton* myDirType;
69 QRadioButton* myPosType;
71 QStackedLayout* myStackedLayout;
76 QCheckBox* myDirHeadLight;
82 QCheckBox* myPosHeadLight;
85 double myInX, myInY, myInZ;
87 Quantity_Color myInColor;
88 V3d_TypeOfLight myInType;
93 #endif // OCCVIEWER_LIGHTSOURCEDLG_H