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

Class PANEL_3D_OPENGL_OPTIONS_BASE. More...

#include <panel_3D_opengl_options_base.h>

Inheritance diagram for PANEL_3D_OPENGL_OPTIONS_BASE:
RESETTABLE_PANEL PANEL_3D_OPENGL_OPTIONS

Public Member Functions

 PANEL_3D_OPENGL_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_OPENGL_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 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
 

Detailed Description

Constructor & Destructor Documentation

◆ PANEL_3D_OPENGL_OPTIONS_BASE()

PANEL_3D_OPENGL_OPTIONS_BASE::PANEL_3D_OPENGL_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_OPENGL_OPTIONS_BASE()

PANEL_3D_OPENGL_OPTIONS_BASE::~PANEL_3D_OPENGL_OPTIONS_BASE ( )

Definition at line 106 of file panel_3D_opengl_options_base.cpp.

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

◆ ResetPanel()

Member Data Documentation

◆ m_checkBoxBoundingBoxes

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxBoundingBoxes
protected

◆ m_checkBoxCuThickness

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxCuThickness
protected

◆ m_checkBoxDisableAAMove

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxDisableAAMove
protected

◆ m_checkBoxDisableMoveHoles

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxDisableMoveHoles
protected

◆ m_checkBoxDisableMoveThickness

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxDisableMoveThickness
protected

◆ m_checkBoxDisableMoveVias

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxDisableMoveVias
protected

◆ m_checkBoxHighlightOnRollOver

wxCheckBox* PANEL_3D_OPENGL_OPTIONS_BASE::m_checkBoxHighlightOnRollOver
protected

◆ m_choiceAntiAliasing

wxChoice* PANEL_3D_OPENGL_OPTIONS_BASE::m_choiceAntiAliasing
protected

◆ m_movingLabel

wxStaticText* PANEL_3D_OPENGL_OPTIONS_BASE::m_movingLabel
protected

Definition at line 48 of file panel_3D_opengl_options_base.h.

Referenced by PANEL_3D_OPENGL_OPTIONS_BASE().

◆ m_renderingLabel

wxStaticText* PANEL_3D_OPENGL_OPTIONS_BASE::m_renderingLabel
protected

Definition at line 39 of file panel_3D_opengl_options_base.h.

Referenced by PANEL_3D_OPENGL_OPTIONS_BASE().

◆ m_selectionColorLabel

wxStaticText* PANEL_3D_OPENGL_OPTIONS_BASE::m_selectionColorLabel
protected

Definition at line 46 of file panel_3D_opengl_options_base.h.

Referenced by PANEL_3D_OPENGL_OPTIONS_BASE().

◆ m_selectionColorSwatch

◆ m_staticline1

wxStaticLine* PANEL_3D_OPENGL_OPTIONS_BASE::m_staticline1
protected

Definition at line 40 of file panel_3D_opengl_options_base.h.

Referenced by PANEL_3D_OPENGL_OPTIONS_BASE().

◆ m_staticline2

wxStaticLine* PANEL_3D_OPENGL_OPTIONS_BASE::m_staticline2
protected

Definition at line 49 of file panel_3D_opengl_options_base.h.

Referenced by PANEL_3D_OPENGL_OPTIONS_BASE().

◆ m_staticText221

wxStaticText* PANEL_3D_OPENGL_OPTIONS_BASE::m_staticText221
protected

Definition at line 44 of file panel_3D_opengl_options_base.h.

Referenced by PANEL_3D_OPENGL_OPTIONS_BASE().


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