KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_pns_settings.h
Go to the documentation of this file.
1/*
2 * KiRouter - a push-and-(sometimes-)shove PCB router
3 *
4 * Copyright (C) 2014 CERN
5 * Copyright (C) 2016-2023 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
22#ifndef DIALOG_PNS_SETTINGS_H
23#define DIALOG_PNS_SETTINGS_H
24
26
27namespace PNS {
28class ROUTING_SETTINGS;
29}
30
32{
33public:
34 DIALOG_PNS_SETTINGS( wxWindow* aParent, PNS::ROUTING_SETTINGS& aSettings );
35
36 bool TransferDataFromWindow() override;
37
38private:
39 virtual void onModeChange( wxCommandEvent& aEvent ) override;
40
41private:
43};
44
45#endif // DIALOG_PNS_SETTINGS_H
Class DIALOG_PNS_SETTINGS_BASE.
virtual void onModeChange(wxCommandEvent &aEvent) override
bool TransferDataFromWindow() override
PNS::ROUTING_SETTINGS & m_settings
Contain all persistent settings of the router, such as the mode, optimization effort,...
Push and Shove diff pair dimensions (gap) settings dialog.