10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/settings.h>
25#include <wx/stattext.h>
26#include <wx/bmpbuttn.h>
31#include <wx/statbox.h>
47 virtual void OnMouseMove( wxUpdateUIEvent& event ) {
event.Skip(); }
55 DIALOG_LAYER_SELECTION_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Select Layer"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
82 DIALOG_COPPER_LAYER_PAIR_SELECTION_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Select Copper Layer Pair"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_COPPER_LAYER_PAIR_SELECTION_BASE.
wxGrid * m_rightGridLayers
wxButton * m_sdbSizerCancel
wxBitmapButton * m_addToPresetsButton
~DIALOG_COPPER_LAYER_PAIR_SELECTION_BASE()
wxGrid * m_leftGridLayers
wxStdDialogButtonSizer * m_sdbSizer
STD_BITMAP_BUTTON * m_deleteRowButton
wxStaticText * m_staticTextBottomLayer
wxStaticText * m_staticTextTopLayer
Class DIALOG_LAYER_SELECTION_BASE.
virtual void OnMouseMove(wxUpdateUIEvent &event)
wxGrid * m_leftGridLayers
~DIALOG_LAYER_SELECTION_BASE()
virtual void OnRightGridCellClick(wxGridEvent &event)
wxGrid * m_rightGridLayers
virtual void OnLeftGridCellClick(wxGridEvent &event)
virtual void OnLeftButtonReleased(wxMouseEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...