| 
    KiCad PCB EDA Suite
    
   | 
 
Class PANEL_3D_DISPLAY_OPTIONS_BASE. More...
#include <panel_3D_display_options_base.h>
  
Public Member Functions | |
| PANEL_3D_DISPLAY_OPTIONS_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
| ~PANEL_3D_DISPLAY_OPTIONS_BASE () | |
| virtual void | ResetPanel ()=0 | 
| 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 }.   | |
Protected Member Functions | |
| virtual void | OnCheckEnableAnimation (wxCommandEvent &event) | 
Protected Attributes | |
| wxStaticText * | m_renderOptionsLabel | 
| wxStaticLine * | m_staticline4 | 
| wxCheckBox * | m_checkBoxClipSilkOnViaAnnulus | 
| wxCheckBox * | m_checkBoxSubtractMaskFromSilk | 
| wxCheckBox * | m_checkBoxAreas | 
| wxCheckBox * | m_checkBoxRenderPlatedPadsAsPlated | 
| wxStaticText * | m_materialPropertiesLabel | 
| wxChoice * | m_materialProperties | 
| wxStaticText * | m_cameraOptionsLabel | 
| wxStaticLine * | m_staticline5 | 
| wxStaticText * | m_staticTextRotAngle | 
| wxSpinCtrlDouble * | m_spinCtrlRotationAngle | 
| wxStaticText * | m_staticTextRotAngleUnits | 
| wxCheckBox * | m_checkBoxEnableAnimation | 
| wxStaticText * | m_staticAnimationSpeed | 
| wxSlider * | m_sliderAnimationSpeed | 
Class PANEL_3D_DISPLAY_OPTIONS_BASE.
Definition at line 33 of file panel_3D_display_options_base.h.
| PANEL_3D_DISPLAY_OPTIONS_BASE::PANEL_3D_DISPLAY_OPTIONS_BASE | ( | wxWindow * | parent, | 
| wxWindowID | id = wxID_ANY, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxSize( -1,-1 ), | ||
| long | style = wxTAB_TRAVERSAL, | ||
| const wxString & | name = wxEmptyString ) | 
Definition at line 12 of file panel_3D_display_options_base.cpp.
References _, m_cameraOptionsLabel, m_checkBoxAreas, m_checkBoxClipSilkOnViaAnnulus, m_checkBoxEnableAnimation, m_checkBoxRenderPlatedPadsAsPlated, m_checkBoxSubtractMaskFromSilk, m_materialProperties, m_materialPropertiesLabel, m_renderOptionsLabel, m_sliderAnimationSpeed, m_spinCtrlRotationAngle, m_staticAnimationSpeed, m_staticline4, m_staticline5, m_staticTextRotAngle, m_staticTextRotAngleUnits, name, OnCheckEnableAnimation(), and RESETTABLE_PANEL::RESETTABLE_PANEL().
Referenced by PANEL_3D_DISPLAY_OPTIONS::PANEL_3D_DISPLAY_OPTIONS().
| PANEL_3D_DISPLAY_OPTIONS_BASE::~PANEL_3D_DISPLAY_OPTIONS_BASE | ( | ) | 
Definition at line 131 of file panel_3D_display_options_base.cpp.
References m_checkBoxEnableAnimation, and OnCheckEnableAnimation().
      
  | 
  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 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 GetHelpTextAtPoint().
      
  | 
  inlineprotectedvirtual | 
Definition at line 56 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE(), and ~PANEL_3D_DISPLAY_OPTIONS_BASE().
      
  | 
  pure virtualinherited | 
Reset the contents of this panel.
Implemented in PANEL_3D_DISPLAY_OPTIONS, PANEL_3D_OPENGL_OPTIONS, PANEL_3D_RAYTRACING_OPTIONS, PANEL_COLOR_SETTINGS, PANEL_COMMON_SETTINGS, PANEL_DATA_COLLECTION, PANEL_DISPLAY_OPTIONS, PANEL_EDIT_OPTIONS, PANEL_EESCHEMA_ANNOTATION_OPTIONS, PANEL_EESCHEMA_COLOR_SETTINGS, PANEL_EESCHEMA_DISPLAY_OPTIONS, PANEL_EESCHEMA_EDITING_OPTIONS, PANEL_FP_EDITOR_FIELD_DEFAULTS, PANEL_FP_EDITOR_GRAPHICS_DEFAULTS, PANEL_GERBVIEW_DISPLAY_OPTIONS, PANEL_GERBVIEW_EXCELLON_SETTINGS, PANEL_GIT_REPOS, PANEL_GRID_SETTINGS, PANEL_HOTKEYS_EDITOR, PANEL_MAINTENANCE, PANEL_MOUSE_SETTINGS, PANEL_PCBNEW_COLOR_SETTINGS, PANEL_PCBNEW_DISPLAY_ORIGIN, PANEL_PL_EDITOR_COLOR_SETTINGS, PANEL_PL_EDITOR_DISPLAY_OPTIONS, PANEL_PLUGIN_SETTINGS, PANEL_SETUP_PINMAP, PANEL_SIMULATOR_PREFERENCES, PANEL_SPACEMOUSE, PANEL_SYM_DISPLAY_OPTIONS, PANEL_SYM_EDITING_OPTIONS, and PANEL_TOOLBAR_CUSTOMIZATION.
Referenced by RESETTABLE_PANEL().
      
  | 
  protected | 
Definition at line 46 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().
      
  | 
  protected | 
Definition at line 42 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS::loadViewSettings(), PANEL_3D_DISPLAY_OPTIONS_BASE(), and PANEL_3D_DISPLAY_OPTIONS::TransferDataFromWindow().
      
  | 
  protected | 
Definition at line 40 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS::loadViewSettings(), PANEL_3D_DISPLAY_OPTIONS_BASE(), and PANEL_3D_DISPLAY_OPTIONS::TransferDataFromWindow().
      
  | 
  protected | 
      
  | 
  protected | 
Definition at line 43 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS::loadViewSettings(), PANEL_3D_DISPLAY_OPTIONS_BASE(), and PANEL_3D_DISPLAY_OPTIONS::TransferDataFromWindow().
      
  | 
  protected | 
Definition at line 41 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS::loadViewSettings(), PANEL_3D_DISPLAY_OPTIONS_BASE(), and PANEL_3D_DISPLAY_OPTIONS::TransferDataFromWindow().
      
  | 
  protected | 
Definition at line 45 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS::loadViewSettings(), PANEL_3D_DISPLAY_OPTIONS_BASE(), and PANEL_3D_DISPLAY_OPTIONS::TransferDataFromWindow().
      
  | 
  protected | 
Definition at line 44 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().
      
  | 
  protected | 
Definition at line 38 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().
      
  | 
  protected | 
Definition at line 53 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS::loadViewSettings(), PANEL_3D_DISPLAY_OPTIONS::OnCheckEnableAnimation(), PANEL_3D_DISPLAY_OPTIONS_BASE(), and PANEL_3D_DISPLAY_OPTIONS::TransferDataFromWindow().
      
  | 
  protected | 
Definition at line 49 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS::loadViewSettings(), PANEL_3D_DISPLAY_OPTIONS_BASE(), and PANEL_3D_DISPLAY_OPTIONS::TransferDataFromWindow().
      
  | 
  protected | 
Definition at line 52 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS::loadViewSettings(), PANEL_3D_DISPLAY_OPTIONS::OnCheckEnableAnimation(), and PANEL_3D_DISPLAY_OPTIONS_BASE().
      
  | 
  protected | 
Definition at line 39 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().
      
  | 
  protected | 
Definition at line 47 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().
      
  | 
  protected | 
Definition at line 48 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().
      
  | 
  protected | 
Definition at line 50 of file panel_3D_display_options_base.h.
Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().