KiCad PCB EDA Suite
|
#include <panel_setup_annotation.h>
Public Member Functions | |
PANEL_SETUP_ANNOTATION (wxWindow *aWindow, SCH_EDIT_FRAME *aFrame) | |
bool | TransferDataToWindow () override |
bool | TransferDataFromWindow () override |
void | ResetPanel () override |
Reset the contents of this panel. | |
void | ImportSettingsFrom (SCHEMATIC_SETTINGS &aSettings) |
virtual wxString | GetResetTooltip () const |
Get the tooltip the reset button should display when showing this panel. | |
wxString | GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }. | |
Protected Attributes | |
wxCheckBox * | m_checkReuseRefdes |
wxStaticText * | m_unitsLabel |
wxStaticLine * | m_staticline2 |
wxStaticText * | m_staticText3 |
wxChoice * | m_choiceSeparatorRefId |
Private Attributes | |
SCH_EDIT_FRAME * | m_frame |
Definition at line 31 of file panel_setup_annotation.h.
PANEL_SETUP_ANNOTATION::PANEL_SETUP_ANNOTATION | ( | wxWindow * | aWindow, |
SCH_EDIT_FRAME * | aFrame | ||
) |
Definition at line 29 of file panel_setup_annotation.cpp.
|
inlineoverrideinherited |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }.
Definition at line 72 of file resettable_panel.h.
References RESETTABLE_PANEL::GetResetTooltip().
|
inlinevirtualinherited |
Get the tooltip the reset button should display when showing this panel.
Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.
Definition at line 64 of file resettable_panel.h.
References _.
Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().
void PANEL_SETUP_ANNOTATION::ImportSettingsFrom | ( | SCHEMATIC_SETTINGS & | aSettings | ) |
Definition at line 84 of file panel_setup_annotation.cpp.
References getRefStyleMenuIndex(), PANEL_SETUP_ANNOTATION_BASE::m_checkReuseRefdes, PANEL_SETUP_ANNOTATION_BASE::m_choiceSeparatorRefId, SCHEMATIC_SETTINGS::m_refDesTracker, SCHEMATIC_SETTINGS::m_SubpartFirstId, and SCHEMATIC_SETTINGS::m_SubpartIdSeparator.
|
overridevirtual |
Reset the contents of this panel.
Implements RESETTABLE_PANEL.
Definition at line 93 of file panel_setup_annotation.cpp.
References PANEL_SETUP_ANNOTATION_BASE::m_checkReuseRefdes, and PANEL_SETUP_ANNOTATION_BASE::m_choiceSeparatorRefId.
|
override |
Definition at line 62 of file panel_setup_annotation.cpp.
References PANEL_SETUP_ANNOTATION_BASE::m_checkReuseRefdes, PANEL_SETUP_ANNOTATION_BASE::m_choiceSeparatorRefId, m_frame, SCHEMATIC_SETTINGS::m_refDesTracker, SCHEMATIC_SETTINGS::m_SubpartFirstId, SCHEMATIC_SETTINGS::m_SubpartIdSeparator, SCH_EDIT_FRAME::Schematic(), and SCHEMATIC::Settings().
|
override |
Definition at line 49 of file panel_setup_annotation.cpp.
References getRefStyleMenuIndex(), PANEL_SETUP_ANNOTATION_BASE::m_checkReuseRefdes, PANEL_SETUP_ANNOTATION_BASE::m_choiceSeparatorRefId, m_frame, SCHEMATIC_SETTINGS::m_refDesTracker, SCHEMATIC_SETTINGS::m_SubpartFirstId, SCHEMATIC_SETTINGS::m_SubpartIdSeparator, SCH_EDIT_FRAME::Schematic(), and SCHEMATIC::Settings().
|
protectedinherited |
Definition at line 36 of file panel_setup_annotation_base.h.
Referenced by ImportSettingsFrom(), PANEL_SETUP_ANNOTATION_BASE::PANEL_SETUP_ANNOTATION_BASE(), ResetPanel(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 40 of file panel_setup_annotation_base.h.
Referenced by ImportSettingsFrom(), PANEL_SETUP_ANNOTATION_BASE::PANEL_SETUP_ANNOTATION_BASE(), ResetPanel(), TransferDataFromWindow(), and TransferDataToWindow().
|
private |
Definition at line 44 of file panel_setup_annotation.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 38 of file panel_setup_annotation_base.h.
Referenced by PANEL_SETUP_ANNOTATION_BASE::PANEL_SETUP_ANNOTATION_BASE().
|
protectedinherited |
Definition at line 39 of file panel_setup_annotation_base.h.
Referenced by PANEL_SETUP_ANNOTATION_BASE::PANEL_SETUP_ANNOTATION_BASE().
|
protectedinherited |
Definition at line 37 of file panel_setup_annotation_base.h.
Referenced by PANEL_SETUP_ANNOTATION_BASE::PANEL_SETUP_ANNOTATION_BASE().