25#ifndef DIALOG_WIRE_BUS_PROPERTIES_H 
   26#define DIALOG_WIRE_BUS_PROPERTIES_H 
DIALOG_WIRE_BUS_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Wire & Bus Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
std::deque< SCH_ITEM * > m_items
 
DIALOG_WIRE_BUS_PROPERTIES(SCH_EDIT_FRAME *aParent, std::deque< SCH_ITEM * > &aItems)
 
bool TransferDataToWindow() override
 
UNIT_BINDER m_junctionSize
 
bool TransferDataFromWindow() override
 
void resetDefaults(wxCommandEvent &event) override
 
Schematic editor (Eeschema) main window.
 
Segment description base class to describe items which have 2 end points (track, wire,...