KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_plugin_options_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
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;
15
16#include "widgets/html_window.h"
17#include "dialog_shim.h"
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/string.h>
21#include <wx/font.h>
22#include <wx/grid.h>
23#include <wx/gdicmn.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/statbox.h>
31#include <wx/listbox.h>
32#include <wx/html/htmlwin.h>
33#include <wx/dialog.h>
34
36
37
42{
43 private:
44
45 protected:
49 wxListBox* m_listbox;
52 wxStdDialogButtonSizer* m_sdbSizer1;
53 wxButton* m_sdbSizer1OK;
55
56 // Virtual event handlers, override them in your derived class
57 virtual void onGridCellChange( wxGridEvent& event ) = 0;
58 virtual void onSize( wxSizeEvent& event ) = 0;
59 virtual void onUpdateUI( wxUpdateUIEvent& event ) = 0;
60 virtual void onAppendRow( wxCommandEvent& event ) = 0;
61 virtual void onDeleteRow( wxCommandEvent& event ) = 0;
62 virtual void onListBoxItemSelected( wxCommandEvent& event ) = 0;
63 virtual void onListBoxItemDoubleClicked( wxCommandEvent& event ) = 0;
64 virtual void onAppendOption( wxCommandEvent& event ) = 0;
65
66
67 public:
68
69 DIALOG_PLUGIN_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER );
70
72
73};
74
Class DIALOG_PLUGIN_OPTIONS_BASE.
virtual void onGridCellChange(wxGridEvent &event)=0
virtual void onUpdateUI(wxUpdateUIEvent &event)=0
virtual void onDeleteRow(wxCommandEvent &event)=0
virtual void onSize(wxSizeEvent &event)=0
virtual void onAppendRow(wxCommandEvent &event)=0
virtual void onListBoxItemSelected(wxCommandEvent &event)=0
virtual void onAppendOption(wxCommandEvent &event)=0
virtual void onListBoxItemDoubleClicked(wxCommandEvent &event)=0
wxStdDialogButtonSizer * m_sdbSizer1
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
Add dark theme support to wxHtmlWindow.
Definition: html_window.h:34
A bitmap button widget that behaves like a standard dialog button except with an icon.