KiCad PCB EDA Suite
|
#include <panel_3D_raytracing_options.h>
Public Member Functions | |
PANEL_3D_RAYTRACING_OPTIONS (wxWindow *aParent) | |
bool | TransferDataFromWindow () override |
bool | TransferDataToWindow () override |
void | ResetPanel () override |
Reset the contents of this panel. | |
virtual wxString | GetResetTooltip () const |
Get the tooltip the reset button should display when showing this panel. | |
wxString | GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }. | |
Private Member Functions | |
void | loadSettings (EDA_3D_VIEWER_SETTINGS *aCfg) |
Definition at line 31 of file panel_3D_raytracing_options.h.
|
explicit |
Definition at line 32 of file panel_3D_raytracing_options.cpp.
|
inlineoverrideinherited |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }.
Definition at line 72 of file resettable_panel.h.
References RESETTABLE_PANEL::GetResetTooltip().
|
inlinevirtualinherited |
Get the tooltip the reset button should display when showing this panel.
Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.
Definition at line 64 of file resettable_panel.h.
References _.
Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().
|
private |
Definition at line 38 of file panel_3D_raytracing_options.cpp.
References PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_addFloor, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_antiAliasing, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_postProcessing, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_proceduralTextures, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_renderShadows, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_showReflections, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_showRefractions, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerBottomLight, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerCameraLight, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight1, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight2, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight3, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight4, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight5, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight6, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight7, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight8, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerTopLight, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth1, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth2, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth3, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth4, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth5, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth6, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth7, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth8, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation1, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation2, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation3, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation4, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation5, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation6, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation7, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation8, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_numSamples_Reflections, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_numSamples_Refractions, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_numSamples_Shadows, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_recursiveLevel_Reflections, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_recursiveLevel_Refractions, EDA_3D_VIEWER_SETTINGS::m_Render, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_spreadFactor_Reflections, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_spreadFactor_Refractions, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_spreadFactor_Shadows, pcbIUScale, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_anti_aliasing, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_backfloor, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightAzimuth, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightColor, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightColorBottom, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightColorCamera, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightColorTop, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightElevation, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_nrsamples_reflections, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_nrsamples_refractions, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_nrsamples_shadows, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_post_processing, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_procedural_textures, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_recursivelevel_reflections, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_recursivelevel_refractions, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_reflections, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_refractions, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_shadows, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_spread_reflections, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_spread_refractions, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_spread_shadows, and EDA_UNIT_UTILS::UI::StringFromValue().
Referenced by ResetPanel(), and TransferDataToWindow().
|
overridevirtual |
Reset the contents of this panel.
Implements RESETTABLE_PANEL.
Definition at line 197 of file panel_3D_raytracing_options.cpp.
References JSON_SETTINGS::Load(), and loadSettings().
|
override |
Definition at line 122 of file panel_3D_raytracing_options.cpp.
References EDA_UNIT_UTILS::UI::DoubleValueFromString(), SETTINGS_MANAGER::GetAppSettings(), PGM_BASE::GetSettingsManager(), COLOR_SWATCH::GetSwatchColor(), PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_addFloor, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_antiAliasing, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_postProcessing, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_proceduralTextures, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_renderShadows, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_showReflections, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_cbRaytracing_showRefractions, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerBottomLight, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerCameraLight, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight1, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight2, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight3, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight4, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight5, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight6, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight7, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerLight8, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_colourPickerTopLight, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth1, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth2, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth3, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth4, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth5, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth6, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth7, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightAzimuth8, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation1, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation2, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation3, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation4, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation5, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation6, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation7, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_lightElevation8, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_numSamples_Reflections, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_numSamples_Refractions, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_numSamples_Shadows, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_recursiveLevel_Reflections, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_recursiveLevel_Refractions, EDA_3D_VIEWER_SETTINGS::m_Render, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_spreadFactor_Reflections, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_spreadFactor_Refractions, PANEL_3D_RAYTRACING_OPTIONS_BASE::m_spreadFactor_Shadows, pcbIUScale, Pgm(), EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_anti_aliasing, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_backfloor, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightAzimuth, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightColor, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightColorBottom, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightColorCamera, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightColorTop, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_lightElevation, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_nrsamples_reflections, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_nrsamples_refractions, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_nrsamples_shadows, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_post_processing, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_procedural_textures, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_recursivelevel_reflections, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_recursivelevel_refractions, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_reflections, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_refractions, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_shadows, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_spread_reflections, EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_spread_refractions, and EDA_3D_VIEWER_SETTINGS::RENDER_SETTINGS::raytrace_spread_shadows.
|
override |
Definition at line 111 of file panel_3D_raytracing_options.cpp.
References SETTINGS_MANAGER::GetAppSettings(), PGM_BASE::GetSettingsManager(), loadSettings(), and Pgm().
|
protectedinherited |
Definition at line 42 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 43 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 44 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 41 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 48 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 51 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 55 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 66 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 62 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 72 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 80 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 88 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 96 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 76 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 84 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 92 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 100 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 64 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 74 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 82 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 90 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 98 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 78 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 86 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 94 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 102 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 73 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 81 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 89 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 97 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 77 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 85 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 93 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 101 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 59 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 52 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 56 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 49 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 54 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 58 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 39 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 53 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 57 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 50 of file panel_3D_raytracing_options_base.h.
Referenced by loadSettings(), PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 40 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 60 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 61 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 95 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 68 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 99 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 45 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 67 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 46 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 71 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 47 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 75 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 79 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 83 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 87 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 91 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 69 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 70 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 63 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().
|
protectedinherited |
Definition at line 65 of file panel_3D_raytracing_options_base.h.
Referenced by PANEL_3D_RAYTRACING_OPTIONS_BASE::PANEL_3D_RAYTRACING_OPTIONS_BASE().