#include <panel_pcbnew_display_origin.h>
◆ PANEL_PCBNEW_DISPLAY_ORIGIN()
Definition at line 37 of file panel_pcbnew_display_origin.cpp.
PANEL_PCBNEW_DISPLAY_ORIGIN_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
◆ TransferDataFromWindow()
bool PANEL_PCBNEW_DISPLAY_ORIGIN::TransferDataFromWindow |
( |
| ) |
|
|
overrideprotected |
Definition at line 66 of file panel_pcbnew_display_origin.cpp.
bool m_DisplayInvertXAxis
wxRadioBox * m_XAxisDirection
wxRadioBox * m_DisplayOrigin
const PCB_DISPLAY_OPTIONS & GetDisplayOptions() const
Display options control the way tracks, vias, outlines and other things are shown (for instance solid...
void SetDisplayOptions(const PCB_DISPLAY_OPTIONS &aOptions, bool aRefresh=true)
Updates the current display options from the given options struct.
Container for display options like enable/disable some optional drawings.
PCB_DISPLAY_ORIGIN_OPTIONS_T m_DisplayOrigin
Which origin is used for display transforms.
bool m_DisplayInvertYAxis
wxRadioBox * m_YAxisDirection
References PCB_BASE_FRAME::GetDisplayOptions(), PCB_DISPLAY_OPTIONS::m_DisplayInvertXAxis, PCB_DISPLAY_OPTIONS::m_DisplayInvertYAxis, PANEL_PCBNEW_DISPLAY_ORIGIN_BASE::m_DisplayOrigin, PCB_DISPLAY_OPTIONS::m_DisplayOrigin, m_Frame, PANEL_PCBNEW_DISPLAY_ORIGIN_BASE::m_XAxisDirection, PANEL_PCBNEW_DISPLAY_ORIGIN_BASE::m_YAxisDirection, PCB_DISPLAY_OPTIONS::PCB_ORIGIN_AUX, PCB_DISPLAY_OPTIONS::PCB_ORIGIN_GRID, PCB_DISPLAY_OPTIONS::PCB_ORIGIN_PAGE, and PCB_BASE_FRAME::SetDisplayOptions().
◆ TransferDataToWindow()
bool PANEL_PCBNEW_DISPLAY_ORIGIN::TransferDataToWindow |
( |
| ) |
|
|
overrideprotected |
Definition at line 45 of file panel_pcbnew_display_origin.cpp.
bool m_DisplayInvertXAxis
wxRadioBox * m_XAxisDirection
wxRadioBox * m_DisplayOrigin
const PCB_DISPLAY_OPTIONS & GetDisplayOptions() const
Display options control the way tracks, vias, outlines and other things are shown (for instance solid...
Container for display options like enable/disable some optional drawings.
PCB_DISPLAY_ORIGIN_OPTIONS_T m_DisplayOrigin
Which origin is used for display transforms.
bool m_DisplayInvertYAxis
wxRadioBox * m_YAxisDirection
References PCB_BASE_FRAME::GetDisplayOptions(), PCB_DISPLAY_OPTIONS::m_DisplayInvertXAxis, PCB_DISPLAY_OPTIONS::m_DisplayInvertYAxis, PANEL_PCBNEW_DISPLAY_ORIGIN_BASE::m_DisplayOrigin, PCB_DISPLAY_OPTIONS::m_DisplayOrigin, m_Frame, PANEL_PCBNEW_DISPLAY_ORIGIN_BASE::m_XAxisDirection, PANEL_PCBNEW_DISPLAY_ORIGIN_BASE::m_YAxisDirection, PCB_DISPLAY_OPTIONS::PCB_ORIGIN_AUX, PCB_DISPLAY_OPTIONS::PCB_ORIGIN_GRID, and PCB_DISPLAY_OPTIONS::PCB_ORIGIN_PAGE.
◆ m_DisplayOrigin
wxRadioBox* PANEL_PCBNEW_DISPLAY_ORIGIN_BASE::m_DisplayOrigin |
|
protectedinherited |
◆ m_Frame
◆ m_XAxisDirection
wxRadioBox* PANEL_PCBNEW_DISPLAY_ORIGIN_BASE::m_XAxisDirection |
|
protectedinherited |
◆ m_YAxisDirection
wxRadioBox* PANEL_PCBNEW_DISPLAY_ORIGIN_BASE::m_YAxisDirection |
|
protectedinherited |
The documentation for this class was generated from the following files: