KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_pns_length_tuning_settings.h
Go to the documentation of this file.
1/*
2 * KiRouter - a push-and-(sometimes-)shove PCB router
3 *
4 * Copyright (C) 2014-2018 CERN
5 * Copyright (C) 2016 KiCad Developers, see AUTHORS.txt for contributors.
6 * Author: Maciej Suminski <[email protected]>
7 *
8 * This program is free software: you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation, either version 3 of the License, or (at your
11 * option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License along
19 * with this program. If not, see <http://www.gnu.or/licenses/>.
20 */
21
26#ifndef __dialog_pns_length_tuning_settings__
27#define __dialog_pns_length_tuning_settings__
28
30
31#include <widgets/unit_binder.h>
32
33#include <router/pns_router.h>
34
35namespace PNS {
36
37class MEANDER_SETTINGS;
38
39}
40
42{
43public:
45
46private:
47 bool TransferDataToWindow() override;
48 bool TransferDataFromWindow() override;
49
50 bool AcceptOptions();
51
57
60};
61
62#endif // __dialog_pns_settings__
Class DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE.
The base class for create windows for drawing purpose.
Dimensions for the meandering algorithm.
Definition: pns_meander.h:59
Push and Shove diff pair dimensions (gap) settings dialog.
ROUTER_MODE
Definition: pns_router.h:62