KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_symbol_parity.h
Go to the documentation of this file.
1
/*
2
* This program source code file is part of KiCad, a free EDA CAD application.
3
*
4
* Copyright The KiCad Developers, see AUTHORS.txt for contributors.
5
*
6
* This program is free software: you can redistribute it and/or modify it
7
* under the terms of the GNU General Public License as published by the
8
* Free Software Foundation, either version 3 of the License, or (at your
9
* option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful, but
12
* WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
* General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program. If not, see <https://www.gnu.org/licenses/>.
18
*/
19
20
#pragma once
21
22
#include <
widgets/unit_binder.h
>
23
#include <
panel_setup_symbol_parity_base.h
>
24
25
class
SCH_EDIT_FRAME
;
26
class
SCHEMATIC_SETTINGS
;
27
28
29
class
PANEL_SETUP_SYMBOL_PARITY
:
public
PANEL_SETUP_SYMBOL_PARITY_BASE
30
{
31
public
:
32
PANEL_SETUP_SYMBOL_PARITY
( wxWindow* aWindow,
SCH_EDIT_FRAME
* aFrame );
33
34
bool
TransferDataToWindow
()
override
;
35
bool
TransferDataFromWindow
()
override
;
36
37
void
ImportSettingsFrom
(
SYMBOL_PARITY_SETTINGS
& aSettings );
38
39
private
:
40
SCH_EDIT_FRAME
*
m_frame
;
41
};
42
43
PANEL_SETUP_SYMBOL_PARITY_BASE::PANEL_SETUP_SYMBOL_PARITY_BASE
PANEL_SETUP_SYMBOL_PARITY_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)
Definition
panel_setup_symbol_parity_base.cpp:12
PANEL_SETUP_SYMBOL_PARITY::PANEL_SETUP_SYMBOL_PARITY
PANEL_SETUP_SYMBOL_PARITY(wxWindow *aWindow, SCH_EDIT_FRAME *aFrame)
Definition
panel_setup_symbol_parity.cpp:26
PANEL_SETUP_SYMBOL_PARITY::TransferDataFromWindow
bool TransferDataFromWindow() override
Definition
panel_setup_symbol_parity.cpp:56
PANEL_SETUP_SYMBOL_PARITY::TransferDataToWindow
bool TransferDataToWindow() override
Definition
panel_setup_symbol_parity.cpp:33
PANEL_SETUP_SYMBOL_PARITY::m_frame
SCH_EDIT_FRAME * m_frame
Definition
panel_setup_symbol_parity.h:40
PANEL_SETUP_SYMBOL_PARITY::ImportSettingsFrom
void ImportSettingsFrom(SYMBOL_PARITY_SETTINGS &aSettings)
Definition
panel_setup_symbol_parity.cpp:79
SCHEMATIC_SETTINGS
These are loaded from Eeschema settings but then overwritten by the project settings.
Definition
schematic_settings.h:65
SCH_EDIT_FRAME
Schematic editor (Eeschema) main window.
Definition
sch_edit_frame.h:137
SYMBOL_PARITY_SETTINGS
Definition
schematic_settings.h:41
panel_setup_symbol_parity_base.h
unit_binder.h
src
eeschema
dialogs
panel_setup_symbol_parity.h
Generated on Thu Sep 17 2026 00:06:12 for KiCad PCB EDA Suite by
1.13.2