KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_3D_OPENGL_OPTIONS Class Reference

#include <panel_3D_opengl_options.h>

Inheritance diagram for PANEL_3D_OPENGL_OPTIONS:
PANEL_3D_OPENGL_OPTIONS_BASE RESETTABLE_PANEL

Public Member Functions

 PANEL_3D_OPENGL_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 }.
 

Protected Attributes

wxStaticText * m_renderingLabel
 
wxStaticLine * m_staticline1
 
wxCheckBox * m_checkBoxBoundingBoxes
 
wxCheckBox * m_checkBoxCuThickness
 
wxCheckBox * m_checkBoxHighlightOnRollOver
 
wxStaticText * m_staticText221
 
wxChoice * m_choiceAntiAliasing
 
wxStaticText * m_selectionColorLabel
 
COLOR_SWATCHm_selectionColorSwatch
 
wxStaticText * m_movingLabel
 
wxStaticLine * m_staticline2
 
wxCheckBox * m_checkBoxDisableAAMove
 
wxCheckBox * m_checkBoxDisableMoveThickness
 
wxCheckBox * m_checkBoxDisableMoveVias
 
wxCheckBox * m_checkBoxDisableMoveHoles
 

Private Member Functions

void loadSettings (EDA_3D_VIEWER_SETTINGS *aCfg)
 

Detailed Description

Definition at line 31 of file panel_3D_opengl_options.h.

Constructor & Destructor Documentation

◆ PANEL_3D_OPENGL_OPTIONS()

PANEL_3D_OPENGL_OPTIONS::PANEL_3D_OPENGL_OPTIONS ( wxWindow *  aParent)
explicit

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().

◆ loadSettings()

◆ ResetPanel()

void PANEL_3D_OPENGL_OPTIONS::ResetPanel ( )
overridevirtual

Reset the contents of this panel.

Implements RESETTABLE_PANEL.

Definition at line 87 of file panel_3D_opengl_options.cpp.

References JSON_SETTINGS::Load(), and loadSettings().

◆ TransferDataFromWindow()

◆ TransferDataToWindow()

bool PANEL_3D_OPENGL_OPTIONS::TransferDataToWindow ( )
override

Member Data Documentation

◆ m_checkBoxBoundingBoxes

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxBoundingBoxes
protectedinherited

◆ m_checkBoxCuThickness

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxCuThickness
protectedinherited

◆ m_checkBoxDisableAAMove

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxDisableAAMove
protectedinherited

◆ m_checkBoxDisableMoveHoles

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxDisableMoveHoles
protectedinherited

◆ m_checkBoxDisableMoveThickness

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxDisableMoveThickness
protectedinherited

◆ m_checkBoxDisableMoveVias

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxDisableMoveVias
protectedinherited

◆ m_checkBoxHighlightOnRollOver

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxHighlightOnRollOver
protectedinherited

◆ m_choiceAntiAliasing

wxChoice* PANEL_3D_OPENGL_OPTIONS_BASE::m_choiceAntiAliasing
protectedinherited

◆ m_movingLabel

wxStaticText* PANEL_3D_OPENGL_OPTIONS_BASE::m_movingLabel
protectedinherited

◆ m_renderingLabel

wxStaticText* PANEL_3D_OPENGL_OPTIONS_BASE::m_renderingLabel
protectedinherited

◆ m_selectionColorLabel

wxStaticText* PANEL_3D_OPENGL_OPTIONS_BASE::m_selectionColorLabel
protectedinherited

◆ m_selectionColorSwatch

COLOR_SWATCH* PANEL_3D_OPENGL_OPTIONS_BASE::m_selectionColorSwatch
protectedinherited

◆ m_staticline1

wxStaticLine* PANEL_3D_OPENGL_OPTIONS_BASE::m_staticline1
protectedinherited

◆ m_staticline2

wxStaticLine* PANEL_3D_OPENGL_OPTIONS_BASE::m_staticline2
protectedinherited

◆ m_staticText221

wxStaticText* PANEL_3D_OPENGL_OPTIONS_BASE::m_staticText221
protectedinherited

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