KiCad PCB EDA Suite
|
#include <panel_pl_editor_display_options.h>
Public Member Functions | |
PANEL_PL_EDITOR_DISPLAY_OPTIONS (wxWindow *aParent, APP_SETTINGS_BASE *aAppSettings) | |
bool | TransferDataToWindow () override |
bool | TransferDataFromWindow () 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 }. | |
Private Attributes | |
GAL_OPTIONS_PANEL * | m_galOptsPanel |
Definition at line 30 of file panel_pl_editor_display_options.h.
PANEL_PL_EDITOR_DISPLAY_OPTIONS::PANEL_PL_EDITOR_DISPLAY_OPTIONS | ( | wxWindow * | aParent, |
APP_SETTINGS_BASE * | aAppSettings | ||
) |
Definition at line 32 of file panel_pl_editor_display_options.cpp.
References m_galOptsPanel.
|
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().
|
inlinevirtualinherited |
Get the tooltip the reset button should display when showing this panel.
Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.
Definition at line 64 of file resettable_panel.h.
References _.
Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().
|
overridevirtual |
Reset the contents of this panel.
Implements RESETTABLE_PANEL.
Definition at line 66 of file panel_pl_editor_display_options.cpp.
References JSON_SETTINGS::Load(), m_galOptsPanel, and GAL_OPTIONS_PANEL::ResetPanel().
|
override |
Definition at line 58 of file panel_pl_editor_display_options.cpp.
References m_galOptsPanel, and GAL_OPTIONS_PANEL::TransferDataFromWindow().
|
override |
Definition at line 50 of file panel_pl_editor_display_options.cpp.
References m_galOptsPanel, and GAL_OPTIONS_PANEL::TransferDataToWindow().
|
private |
Definition at line 41 of file panel_pl_editor_display_options.h.
Referenced by PANEL_PL_EDITOR_DISPLAY_OPTIONS(), ResetPanel(), TransferDataFromWindow(), and TransferDataToWindow().