Home
last modified time | relevance | path

Searched refs:m_spinCtrl_NrSamples_Reflections (Results 1 – 3 of 3) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/dialogs/
H A Dpanel_3D_raytracing_options.cpp148 m_spinCtrl_NrSamples_Reflections->SetValue( m_settings.m_RtReflectionSampleCount ); in TransferDataToWindow()
184 m_settings.m_RtReflectionSampleCount = m_spinCtrl_NrSamples_Reflections->GetValue(); in TransferDataFromWindow()
H A Dpanel_3D_raytracing_options_base.h49 wxSpinCtrl* m_spinCtrl_NrSamples_Reflections; variable
H A Dpanel_3D_raytracing_options_base.cpp88m_spinCtrl_NrSamples_Reflections = new wxSpinCtrl( sbSizerRaytracingRenderOptions->GetStaticBox(),… in PANEL_3D_RAYTRACING_OPTIONS_BASE()
89m_spinCtrl_NrSamples_Reflections->SetToolTip( _("Number of rays that will be cast to evaluate a re… in PANEL_3D_RAYTRACING_OPTIONS_BASE()
91 fgSizer111->Add( m_spinCtrl_NrSamples_Reflections, 0, wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 ); in PANEL_3D_RAYTRACING_OPTIONS_BASE()