KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_edit_symbols_libid_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.9.0 Jun 3 2020)
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>
13class WX_GRID;
14
15#include "dialog_shim.h"
16#include <wx/colour.h>
17#include <wx/settings.h>
18#include <wx/string.h>
19#include <wx/font.h>
20#include <wx/grid.h>
21#include <wx/gdicmn.h>
22#include <wx/button.h>
23#include <wx/bitmap.h>
24#include <wx/image.h>
25#include <wx/icon.h>
26#include <wx/checkbox.h>
27#include <wx/sizer.h>
28#include <wx/dialog.h>
29
31
32
37{
38 private:
39
40 protected:
44 wxStdDialogButtonSizer* m_sdbSizer;
45 wxButton* m_sdbSizerOK;
47
48 // Virtual event handlers, overide them in your derived class
49 virtual void onCellBrowseLib( wxGridEvent& event ) { event.Skip(); }
50 virtual void OnSizeGrid( wxSizeEvent& event ) { event.Skip(); }
51 virtual void onClickOrphansButton( wxCommandEvent& event ) { event.Skip(); }
52 virtual void onCancel( wxCommandEvent& event ) { event.Skip(); }
53
54
55 public:
56
57 DIALOG_EDIT_SYMBOLS_LIBID_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Symbol Library References"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
59
60};
61
Class DIALOG_EDIT_SYMBOLS_LIBID_BASE.
virtual void onCellBrowseLib(wxGridEvent &event)
virtual void OnSizeGrid(wxSizeEvent &event)
virtual void onClickOrphansButton(wxCommandEvent &event)
virtual void onCancel(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
#define _(s)