KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_tuning_pattern_properties.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 DIALOG_TUNING_PATTERN_PROPERTIES_H
21#define DIALOG_TUNING_PATTERN_PROPERTIES_H
22
24
25#include <widgets/unit_binder.h>
26
27#include <router/pns_router.h>
28
29namespace PNS {
30
31class MEANDER_SETTINGS;
32
33}
34
36class DRC_CONSTRAINT;
37
38
40{
41public:
43 PNS::MEANDER_SETTINGS& aSettings,
44 PNS::ROUTER_MODE aMeanderType,
45 const DRC_CONSTRAINT& aConstraint );
46
47private:
48 bool TransferDataToWindow() override;
49 bool TransferDataFromWindow() override;
50
51 void onOverrideCustomRules( wxCommandEvent& event ) override;
52
53private:
55
61
64};
65
66#endif // DIALOG_TUNING_PATTERN_PROPERTIES_H
Class DIALOG_TUNING_PATTERN_PROPERTIES_BASE.
void onOverrideCustomRules(wxCommandEvent &event) override
Common, abstract interface for edit frames.
Dimensions for the meandering algorithm.
Definition: pns_meander.h:68
Push and Shove diff pair dimensions (gap) settings dialog.
ROUTER_MODE
Definition: pns_router.h:62