KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_3D_DISPLAY_OPTIONS_BASE Class Referenceabstract

Class PANEL_3D_DISPLAY_OPTIONS_BASE. More...

#include <panel_3D_display_options_base.h>

Inheritance diagram for PANEL_3D_DISPLAY_OPTIONS_BASE:
RESETTABLE_PANEL PANEL_3D_DISPLAY_OPTIONS

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. More...
 
virtual wxString GetResetTooltip () const
 Get the tooltip the reset button should display when showing this panel. More...
 
wxString GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override
 Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }. More...
 

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
 

Detailed Description

Constructor & Destructor Documentation

◆ PANEL_3D_DISPLAY_OPTIONS_BASE()

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 
)

◆ ~PANEL_3D_DISPLAY_OPTIONS_BASE()

PANEL_3D_DISPLAY_OPTIONS_BASE::~PANEL_3D_DISPLAY_OPTIONS_BASE ( )

Member Function Documentation

◆ GetHelpTextAtPoint()

wxString RESETTABLE_PANEL::GetHelpTextAtPoint ( const wxPoint &  aPt,
wxHelpEvent::Origin  aOrigin 
) const
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().

◆ GetResetTooltip()

virtual wxString RESETTABLE_PANEL::GetResetTooltip ( ) const
inlinevirtualinherited

Get the tooltip the reset button should display when showing this panel.

Returns
the tooltip

Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.

Definition at line 64 of file resettable_panel.h.

References _.

Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().

◆ OnCheckEnableAnimation()

virtual void PANEL_3D_DISPLAY_OPTIONS_BASE::OnCheckEnableAnimation ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ ResetPanel()

Member Data Documentation

◆ m_cameraOptionsLabel

wxStaticText* PANEL_3D_DISPLAY_OPTIONS_BASE::m_cameraOptionsLabel
protected

Definition at line 47 of file panel_3D_display_options_base.h.

Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().

◆ m_checkBoxAreas

wxCheckBox* PANEL_3D_DISPLAY_OPTIONS_BASE::m_checkBoxAreas
protected

◆ m_checkBoxClipSilkOnViaAnnulus

wxCheckBox* PANEL_3D_DISPLAY_OPTIONS_BASE::m_checkBoxClipSilkOnViaAnnulus
protected

◆ m_checkBoxEnableAnimation

◆ m_checkBoxRenderPlatedPadsAsPlated

wxCheckBox* PANEL_3D_DISPLAY_OPTIONS_BASE::m_checkBoxRenderPlatedPadsAsPlated
protected

◆ m_checkBoxSubtractMaskFromSilk

wxCheckBox* PANEL_3D_DISPLAY_OPTIONS_BASE::m_checkBoxSubtractMaskFromSilk
protected

◆ m_materialProperties

wxChoice* PANEL_3D_DISPLAY_OPTIONS_BASE::m_materialProperties
protected

◆ m_materialPropertiesLabel

wxStaticText* PANEL_3D_DISPLAY_OPTIONS_BASE::m_materialPropertiesLabel
protected

Definition at line 45 of file panel_3D_display_options_base.h.

Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().

◆ m_renderOptionsLabel

wxStaticText* PANEL_3D_DISPLAY_OPTIONS_BASE::m_renderOptionsLabel
protected

Definition at line 39 of file panel_3D_display_options_base.h.

Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().

◆ m_sliderAnimationSpeed

◆ m_spinCtrlRotationAngle

wxSpinCtrlDouble* PANEL_3D_DISPLAY_OPTIONS_BASE::m_spinCtrlRotationAngle
protected

◆ m_staticAnimationSpeed

wxStaticText* PANEL_3D_DISPLAY_OPTIONS_BASE::m_staticAnimationSpeed
protected

◆ m_staticline4

wxStaticLine* PANEL_3D_DISPLAY_OPTIONS_BASE::m_staticline4
protected

Definition at line 40 of file panel_3D_display_options_base.h.

Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().

◆ m_staticline5

wxStaticLine* PANEL_3D_DISPLAY_OPTIONS_BASE::m_staticline5
protected

Definition at line 48 of file panel_3D_display_options_base.h.

Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().

◆ m_staticTextRotAngle

wxStaticText* PANEL_3D_DISPLAY_OPTIONS_BASE::m_staticTextRotAngle
protected

Definition at line 49 of file panel_3D_display_options_base.h.

Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().

◆ m_staticTextRotAngleUnits

wxStaticText* PANEL_3D_DISPLAY_OPTIONS_BASE::m_staticTextRotAngleUnits
protected

Definition at line 51 of file panel_3D_display_options_base.h.

Referenced by PANEL_3D_DISPLAY_OPTIONS_BASE().


The documentation for this class was generated from the following files: