KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_tuning_patterns.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 (C) 2023 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 along
17 * with this program. If not, see <http://www.gnu.or/licenses/>.
18 */
19
20#ifndef PANEL_SETUP_TUNING_PATTERNS_H
21#define PANEL_SETUP_TUNING_PATTERNS_H
22
24#include <widgets/unit_binder.h>
25
26
27namespace PNS {
28
29class MEANDER_SETTINGS;
30
31}
32
33class BOARD;
34
35
37{
38public:
39 PANEL_SETUP_TUNING_PATTERNS( wxWindow* aParent, EDA_DRAW_FRAME* aFrame,
40 PNS::MEANDER_SETTINGS& aTrackSettings,
41 PNS::MEANDER_SETTINGS& aDiffPairSettings,
42 PNS::MEANDER_SETTINGS& aSkewSettings );
43
44 void ImportSettingsFrom( BOARD* aBoard );
45
46private:
47 bool TransferDataToWindow() override;
48 bool TransferDataFromWindow() override;
49
50private:
55
60
65
69};
70
71#endif // PANEL_SETUP_TUNING_PATTERNS_H
Information pertinent to a Pcbnew printed circuit board.
Definition: board.h:282
The base class for create windows for drawing purpose.
Class PANEL_SETUP_TUNING_PATTERNS_BASE.
PNS::MEANDER_SETTINGS & m_skewSettings
PNS::MEANDER_SETTINGS & m_trackSettings
Dimensions for the meandering algorithm.
Definition: pns_meander.h:68
Push and Shove diff pair dimensions (gap) settings dialog.