KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_template_selector_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>
14class WEBVIEW_PANEL;
15
16#include "dialog_shim.h"
17#include <wx/string.h>
18#include <wx/stattext.h>
19#include <wx/gdicmn.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/textctrl.h>
24#include <wx/bmpbuttn.h>
25#include <wx/bitmap.h>
26#include <wx/image.h>
27#include <wx/icon.h>
28#include <wx/button.h>
29#include <wx/sizer.h>
30#include <wx/notebook.h>
31#include <wx/panel.h>
32#include <wx/dialog.h>
33#include <wx/scrolwin.h>
34#include <wx/statbmp.h>
35
37
42{
43 private:
44
45 protected:
46 wxStaticText* m_staticTextTpath;
47 wxTextCtrl* m_tcTemplatePath;
50 wxNotebook* m_notebook;
52 wxStdDialogButtonSizer* m_sdbSizer;
53 wxButton* m_sdbSizerOK;
55
56 // Virtual event handlers, override them in your derived class
57 virtual void onDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
58 virtual void onReload( wxCommandEvent& event ) { event.Skip(); }
59 virtual void OnPageChange( wxNotebookEvent& event ) { event.Skip(); }
60
61
62 public:
63
64 DIALOG_TEMPLATE_SELECTOR_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Project Template Selector"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 513,523 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
65
67
68};
69
73class TEMPLATE_SELECTION_PANEL_BASE : public wxPanel
74{
75 private:
76
77 protected:
78
79 public:
80 wxBoxSizer* m_SizerBase;
81 wxScrolledWindow* m_scrolledWindow;
82 wxBoxSizer* m_SizerChoice;
83
84 TEMPLATE_SELECTION_PANEL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL|wxBORDER_NONE, const wxString& name = wxEmptyString );
85
87
88};
89
93class TEMPLATE_WIDGET_BASE : public wxPanel
94{
95 private:
96
97 protected:
98 wxStaticBitmap* m_bitmapIcon;
99 wxStaticText* m_staticTitle;
100
101 public:
102
103 TEMPLATE_WIDGET_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 );
104
106
107};
108
const char * name
Definition: DXF_plotter.cpp:62
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:61
Class DIALOG_TEMPLATE_SELECTOR_BASE.
virtual void OnPageChange(wxNotebookEvent &event)
virtual void onReload(wxCommandEvent &event)
virtual void onDirectoryBrowseClicked(wxCommandEvent &event)
A bitmap button widget that behaves like a standard dialog button except with an icon.
Class TEMPLATE_SELECTION_PANEL_BASE.
Class TEMPLATE_WIDGET_BASE.
#define _(s)