KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_tuning_profiles_base.h
Go to the documentation of this file.
1
2
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
3
// http://www.wxformbuilder.org/
4
//
5
// PLEASE DO *NOT* EDIT THIS FILE!
7
8
#pragma once
9
10
#include <wx/artprov.h>
11
#include <wx/xrc/xmlres.h>
12
#include <wx/intl.h>
13
class
STD_BITMAP_BUTTON
;
14
15
#include <wx/gdicmn.h>
16
#include <wx/notebook.h>
17
#include <wx/font.h>
18
#include <wx/colour.h>
19
#include <wx/settings.h>
20
#include <wx/string.h>
21
#include <wx/bmpbuttn.h>
22
#include <wx/bitmap.h>
23
#include <wx/image.h>
24
#include <wx/icon.h>
25
#include <wx/button.h>
26
#include <wx/sizer.h>
27
#include <wx/panel.h>
28
30
34
class
PANEL_SETUP_TUNING_PROFILES_BASE
:
public
wxPanel
35
{
36
private
:
37
38
protected
:
39
wxNotebook*
m_tuningProfiles
;
40
STD_BITMAP_BUTTON
*
m_addTuningProfileButton
;
41
STD_BITMAP_BUTTON
*
m_removeTuningProfileButton
;
42
43
// Virtual event handlers, override them in your derived class
44
virtual
void
OnAddTuningProfileClick
( wxCommandEvent& event ) {
event
.Skip(); }
45
virtual
void
OnRemoveTuningProfileClick
( wxCommandEvent& event ) {
event
.Skip(); }
46
47
48
public
:
49
50
PANEL_SETUP_TUNING_PROFILES_BASE
( wxWindow* parent, wxWindowID
id
= wxID_ANY,
const
wxPoint& pos = wxDefaultPosition,
const
wxSize& size = wxSize( 719,506 ),
long
style = wxTAB_TRAVERSAL,
const
wxString&
name
= wxEmptyString );
51
52
~PANEL_SETUP_TUNING_PROFILES_BASE
();
53
54
};
55
name
const char * name
Definition
DXF_plotter.cpp:63
PANEL_SETUP_TUNING_PROFILES_BASE::OnAddTuningProfileClick
virtual void OnAddTuningProfileClick(wxCommandEvent &event)
Definition
panel_setup_tuning_profiles_base.h:44
PANEL_SETUP_TUNING_PROFILES_BASE::m_removeTuningProfileButton
STD_BITMAP_BUTTON * m_removeTuningProfileButton
Definition
panel_setup_tuning_profiles_base.h:41
PANEL_SETUP_TUNING_PROFILES_BASE::OnRemoveTuningProfileClick
virtual void OnRemoveTuningProfileClick(wxCommandEvent &event)
Definition
panel_setup_tuning_profiles_base.h:45
PANEL_SETUP_TUNING_PROFILES_BASE::m_addTuningProfileButton
STD_BITMAP_BUTTON * m_addTuningProfileButton
Definition
panel_setup_tuning_profiles_base.h:40
PANEL_SETUP_TUNING_PROFILES_BASE::m_tuningProfiles
wxNotebook * m_tuningProfiles
Definition
panel_setup_tuning_profiles_base.h:39
PANEL_SETUP_TUNING_PROFILES_BASE::PANEL_SETUP_TUNING_PROFILES_BASE
PANEL_SETUP_TUNING_PROFILES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(719, 506), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
Definition
panel_setup_tuning_profiles_base.cpp:14
PANEL_SETUP_TUNING_PROFILES_BASE::~PANEL_SETUP_TUNING_PROFILES_BASE
~PANEL_SETUP_TUNING_PROFILES_BASE()
Definition
panel_setup_tuning_profiles_base.cpp:51
STD_BITMAP_BUTTON
A bitmap button widget that behaves like a standard dialog button except with an icon.
Definition
std_bitmap_button.h:46
src
pcbnew
dialogs
panel_setup_tuning_profiles_base.h
Generated on Sat Oct 18 2025 00:06:33 for KiCad PCB EDA Suite by
1.13.2