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

Class PANEL_SIMULATOR_PREFERENCES_BASE. More...

#include <panel_simulator_preferences_base.h>

Inheritance diagram for PANEL_SIMULATOR_PREFERENCES_BASE:
RESETTABLE_PANEL PANEL_SIMULATOR_PREFERENCES

Public Member Functions

 PANEL_SIMULATOR_PREFERENCES_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_SIMULATOR_PREFERENCES_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 onMouseDefaults (wxCommandEvent &event)
 
virtual void onTrackpadDefaults (wxCommandEvent &event)
 

Protected Attributes

wxStaticText * m_lblScrollHeading
 
wxStaticLine * m_scrollLine
 
wxStaticText * m_lblVScrollMovement
 
wxStaticText * m_lblVScrollModifier
 
wxStaticText * m_lblVScrollAction
 
wxStaticText * m_lblVScrollUnmodified
 
wxChoice * m_choiceVScrollUnmodified
 
wxStaticText * m_lblVScrollCtrl
 
wxChoice * m_choiceVScrollCtrl
 
wxStaticText * m_lblVScrollShift
 
wxChoice * m_choiceVScrollShift
 
wxStaticText * m_lblVScrollAlt
 
wxChoice * m_choiceVScrollAlt
 
wxStaticText * m_lblHScrollMovement
 
wxStaticText * m_lblHScrollModifier
 
wxStaticText * m_lblHScrollAction
 
wxStaticText * m_lblHScrollAny
 
wxChoice * m_choiceHScroll
 
wxButton * m_btnMouseDefaults
 
wxButton * m_btnTrackpadDefaults
 

Detailed Description

Constructor & Destructor Documentation

◆ PANEL_SIMULATOR_PREFERENCES_BASE()

PANEL_SIMULATOR_PREFERENCES_BASE::PANEL_SIMULATOR_PREFERENCES_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_SIMULATOR_PREFERENCES_BASE()

PANEL_SIMULATOR_PREFERENCES_BASE::~PANEL_SIMULATOR_PREFERENCES_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().

◆ onMouseDefaults()

virtual void PANEL_SIMULATOR_PREFERENCES_BASE::onMouseDefaults ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ onTrackpadDefaults()

virtual void PANEL_SIMULATOR_PREFERENCES_BASE::onTrackpadDefaults ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ ResetPanel()

Member Data Documentation

◆ m_btnMouseDefaults

wxButton* PANEL_SIMULATOR_PREFERENCES_BASE::m_btnMouseDefaults
protected

◆ m_btnTrackpadDefaults

wxButton* PANEL_SIMULATOR_PREFERENCES_BASE::m_btnTrackpadDefaults
protected

◆ m_choiceHScroll

◆ m_choiceVScrollAlt

◆ m_choiceVScrollCtrl

◆ m_choiceVScrollShift

◆ m_choiceVScrollUnmodified

◆ m_lblHScrollAction

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblHScrollAction
protected

Definition at line 54 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().

◆ m_lblHScrollAny

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblHScrollAny
protected

Definition at line 55 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().

◆ m_lblHScrollModifier

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblHScrollModifier
protected

Definition at line 53 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().

◆ m_lblHScrollMovement

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblHScrollMovement
protected

Definition at line 52 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().

◆ m_lblScrollHeading

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblScrollHeading
protected

Definition at line 39 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().

◆ m_lblVScrollAction

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblVScrollAction
protected

Definition at line 43 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().

◆ m_lblVScrollAlt

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblVScrollAlt
protected

◆ m_lblVScrollCtrl

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblVScrollCtrl
protected

◆ m_lblVScrollModifier

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblVScrollModifier
protected

Definition at line 42 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().

◆ m_lblVScrollMovement

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblVScrollMovement
protected

Definition at line 41 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().

◆ m_lblVScrollShift

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblVScrollShift
protected

Definition at line 48 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().

◆ m_lblVScrollUnmodified

wxStaticText* PANEL_SIMULATOR_PREFERENCES_BASE::m_lblVScrollUnmodified
protected

Definition at line 44 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().

◆ m_scrollLine

wxStaticLine* PANEL_SIMULATOR_PREFERENCES_BASE::m_scrollLine
protected

Definition at line 40 of file panel_simulator_preferences_base.h.

Referenced by PANEL_SIMULATOR_PREFERENCES_BASE().


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