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