KiCad PCB EDA Suite
|
#include <panel_gal_display_options.h>
Public Member Functions | |
PANEL_GAL_DISPLAY_OPTIONS (wxWindow *aParent, APP_SETTINGS_BASE *aAppSettings) | |
Private Member Functions | |
bool | TransferDataToWindow () override |
bool | TransferDataFromWindow () override |
Private Attributes | |
GAL_OPTIONS_PANEL * | m_galOptsPanel |
Definition at line 29 of file panel_gal_display_options.h.
PANEL_GAL_DISPLAY_OPTIONS::PANEL_GAL_DISPLAY_OPTIONS | ( | wxWindow * | aParent, |
APP_SETTINGS_BASE * | aAppSettings | ||
) |
Definition at line 26 of file panel_gal_display_options.cpp.
References m_galOptsPanel.
|
overrideprivate |
Definition at line 50 of file panel_gal_display_options.cpp.
References m_galOptsPanel, and GAL_OPTIONS_PANEL::TransferDataFromWindow().
|
overrideprivate |
Definition at line 43 of file panel_gal_display_options.cpp.
References m_galOptsPanel, and GAL_OPTIONS_PANEL::TransferDataToWindow().
|
private |
Definition at line 38 of file panel_gal_display_options.h.
Referenced by PANEL_GAL_DISPLAY_OPTIONS(), TransferDataFromWindow(), and TransferDataToWindow().