2 #ifndef DIALOG_EDIT_ONE_FIELD_H_ 3 #define DIALOG_EDIT_ONE_FIELD_H_ 161 #endif // DIALOG_EDIT_ONE_FIELD_H_ SCH_FIELD instances are attached to a component and provide a place for the component's value,...
SCINTILLA_TRICKS * m_scintillaTricks
void onScintillaCharAdded(wxStyledTextEvent &aEvent)
Add cut/copy/paste, autocomplete and brace highlighting to a wxStyleTextCtrl instance.
LIB_PART * GetParent() const
int m_verticalJustification
Field object used in symbol libraries.
void UpdateField(LIB_FIELD *aField)
void UpdateField(SCH_FIELD *aField, SCH_SHEET_PATH *aSheetPath)
DIALOG_EDIT_ONE_FIELD(SCH_BASE_FRAME *aParent, const wxString &aTitle, const EDA_TEXT *aTextItem)
~DIALOG_SCH_EDIT_ONE_FIELD()
DIALOG_SCH_EDIT_ONE_FIELD(SCH_BASE_FRAME *aParent, const wxString &aTitle, const SCH_FIELD *aField)
A mix-in class (via multiple inheritance) that handles texts such as labels, parts,...
DIALOG_LIB_EDIT_ONE_FIELD(SCH_BASE_FRAME *aParent, const wxString &aTitle, const LIB_FIELD *aField)
DIALOG_EDIT_ONE_FIELD is a base class to edit schematic and component library fields.
DIALOG_LIB_EDIT_ONE_FIELD is a the class to handle editing a single component field in the library ed...
Field Value of part, i.e. "3.3K".
virtual void SetText(const wxString &aText)
const SCH_FIELD * m_field
~DIALOG_EDIT_ONE_FIELD() override
Handle access to a stack of flattened SCH_SHEET objects by way of a path for creating a flattened sch...
const wxString & GetText() const
DIALOG_SCH_EDIT_ONE_FIELD is a the class to handle editing a single component field in the schematic ...
bool TransferDataToWindow() override
void updateText(EDA_TEXT *aText)
Class DIALOG_LIB_EDIT_TEXT_BASE.
~DIALOG_LIB_EDIT_ONE_FIELD()
SCH_BASE_FRAME * GetParent()
void OnTextValueSelectButtonClick(wxCommandEvent &aEvent) override
Function OnTextValueSelectButtonClick Handles the select button next to the text value field.
bool TransferDataFromWindow() override
virtual void SetName(const wxString &aName)
int m_horizontalJustification
A shim class between EDA_DRAW_FRAME and several derived classes: SYMBOL_EDIT_FRAME,...
virtual void OnSetFocusText(wxFocusEvent &event) override
Used to select the variant part of some text fields (for instance, the question mark or number in a r...