KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_rules_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>
15
16#include <wx/string.h>
17#include <wx/stattext.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/hyperlink.h>
23#include <wx/sizer.h>
24#include <wx/stc/stc.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/html/htmlwin.h>
31#include <wx/panel.h>
32
34
35#define ID_RULES_EDITOR 2240
36
40class PANEL_SETUP_RULES_BASE : public wxPanel
41{
42 private:
43
44 protected:
45 wxStaticText* m_title;
46 wxHyperlinkCtrl* m_syntaxHelp;
47 wxBoxSizer* m_topMargin;
48 wxStyledTextCtrl* m_textEditor;
51
52 // Virtual event handlers, override them in your derived class
53 virtual void OnSyntaxHelp( wxHyperlinkEvent& event ) { event.Skip(); }
54 virtual void OnContextMenu( wxMouseEvent& event ) { event.Skip(); }
55 virtual void OnCompile( wxCommandEvent& event ) { event.Skip(); }
56 virtual void OnErrorLinkClicked( wxHtmlLinkEvent& event ) { event.Skip(); }
57
58
59 public:
60
61 PANEL_SETUP_RULES_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 );
62
64
65};
66
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_SETUP_RULES_BASE.
STD_BITMAP_BUTTON * m_compileButton
virtual void OnSyntaxHelp(wxHyperlinkEvent &event)
wxStyledTextCtrl * m_textEditor
virtual void OnErrorLinkClicked(wxHtmlLinkEvent &event)
wxHyperlinkCtrl * m_syntaxHelp
WX_HTML_REPORT_BOX * m_errorsReport
virtual void OnContextMenu(wxMouseEvent &event)
virtual void OnCompile(wxCommandEvent &event)
A bitmap button widget that behaves like a standard dialog button except with an icon.
A slimmed down version of WX_HTML_REPORT_PANEL.