KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_user_defined_signals_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
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>
14class WX_GRID;
15class WX_INFOBAR;
16
17#include "dialog_shim.h"
18#include <wx/infobar.h>
19#include <wx/gdicmn.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/string.h>
24#include <wx/grid.h>
25#include <wx/bmpbuttn.h>
26#include <wx/bitmap.h>
27#include <wx/image.h>
28#include <wx/icon.h>
29#include <wx/button.h>
30#include <wx/hyperlink.h>
31#include <wx/sizer.h>
32#include <wx/dialog.h>
33
35
40{
41 private:
42
43 protected:
46 wxBoxSizer* bButtonSize;
49 wxHyperlinkCtrl* m_syntaxHelp;
50 wxStdDialogButtonSizer* m_sdbSizer1;
51 wxButton* m_sdbSizer1OK;
53
54 // Virtual event handlers, override them in your derived class
55 virtual void onGridCellClick( wxGridEvent& event ) { event.Skip(); }
56 virtual void onAddSignal( wxCommandEvent& event ) { event.Skip(); }
57 virtual void onDeleteSignal( wxCommandEvent& event ) { event.Skip(); }
58 virtual void OnFormattingHelp( wxHyperlinkEvent& event ) { event.Skip(); }
59
60
61 public:
62
63 DIALOG_USER_DEFINED_SIGNALS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("User-defined Signals"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
64
66
67};
68
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
Class DIALOG_USER_DEFINED_SIGNALS_BASE.
virtual void OnFormattingHelp(wxHyperlinkEvent &event)
virtual void onGridCellClick(wxGridEvent &event)
virtual void onDeleteSignal(wxCommandEvent &event)
virtual void onAddSignal(wxCommandEvent &event)
A bitmap button widget that behaves like a standard dialog button except with an icon.
A modified version of the wxInfoBar class that allows us to:
Definition: wx_infobar.h:75
#define _(s)