45    void onOKButton( wxCommandEvent& event ) 
override;
 
   47    void onComboBox( wxCommandEvent& event ) 
override;
 
 
DIALOG_SHEET_PIN_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Sheet Pin Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
bool TransferDataFromWindow() override
 
DIALOG_SHEET_PIN_PROPERTIES(SCH_EDIT_FRAME *parent, SCH_SHEET_PIN *aPin)
 
bool TransferDataToWindow() override
 
HTML_MESSAGE_BOX * m_helpWindow
 
void onComboBox(wxCommandEvent &event) override
 
void onOKButton(wxCommandEvent &event) override
 
SCH_SHEET_PIN * m_sheetPin
 
~DIALOG_SHEET_PIN_PROPERTIES()
 
void OnSyntaxHelp(wxHyperlinkEvent &event) override
 
Schematic editor (Eeschema) main window.
 
Define a sheet pin (label) used in sheets to create hierarchical schematics.