KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_kicad_launcher.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 along
17
* with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
#ifndef KICAD_PANEL_KICAD_LAUNCHER_H
21
#define KICAD_PANEL_KICAD_LAUNCHER_H
22
23
#include "
panel_kicad_launcher_base.h
"
24
25
class
TOOL_MANAGER
;
26
class
KICAD_MANAGER_FRAME
;
27
28
class
PANEL_KICAD_LAUNCHER
:
public
PANEL_KICAD_LAUNCHER_BASE
29
{
30
public
:
31
PANEL_KICAD_LAUNCHER
( wxWindow* aParent );
32
33
~PANEL_KICAD_LAUNCHER
();
34
35
void
CreateLaunchers
();
36
37
private
:
38
void
onThemeChanged
( wxSysColourChangedEvent& aEvent );
39
void
onLauncherButtonClick
( wxCommandEvent& aEvent );
40
41
KICAD_MANAGER_FRAME
*
m_frame
;
42
};
43
44
45
#endif
// KICAD_PANEL_KICAD_LAUNCHER_H
KICAD_MANAGER_FRAME
The main KiCad project manager frame.
Definition
kicad_manager_frame.h:44
PANEL_KICAD_LAUNCHER_BASE::PANEL_KICAD_LAUNCHER_BASE
PANEL_KICAD_LAUNCHER_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_kicad_launcher_base.cpp:12
PANEL_KICAD_LAUNCHER::CreateLaunchers
void CreateLaunchers()
Definition
panel_kicad_launcher.cpp:85
PANEL_KICAD_LAUNCHER::onThemeChanged
void onThemeChanged(wxSysColourChangedEvent &aEvent)
Definition
panel_kicad_launcher.cpp:182
PANEL_KICAD_LAUNCHER::onLauncherButtonClick
void onLauncherButtonClick(wxCommandEvent &aEvent)
Definition
panel_kicad_launcher.cpp:58
PANEL_KICAD_LAUNCHER::~PANEL_KICAD_LAUNCHER
~PANEL_KICAD_LAUNCHER()
Definition
panel_kicad_launcher.cpp:44
PANEL_KICAD_LAUNCHER::PANEL_KICAD_LAUNCHER
PANEL_KICAD_LAUNCHER(wxWindow *aParent)
Definition
panel_kicad_launcher.cpp:34
PANEL_KICAD_LAUNCHER::m_frame
KICAD_MANAGER_FRAME * m_frame
Definition
panel_kicad_launcher.h:41
TOOL_MANAGER
Master controller class:
Definition
tool_manager.h:62
panel_kicad_launcher_base.h
src
kicad
dialogs
panel_kicad_launcher.h
Generated on Sun Sep 21 2025 01:05:26 for KiCad PCB EDA Suite by
1.13.2