24 #ifndef DIALOG_LABEL_EDITOR_H_ 25 #define DIALOG_LABEL_EDITOR_H_ 45 void SetTitle(
const wxString& aTitle )
override 63 DIALOG_LABEL_EDITOR_BASE::SetTitle( aTitle );
69 void OnEnterKey( wxCommandEvent& aEvent )
override;
88 #endif // DIALOG_LABEL_EDITOR_H_ void SetTitle(const wxString &aTitle) override
wxTextEntry * m_activeTextEntry
void onScintillaCharAdded(wxStyledTextEvent &aEvent)
Add cut/copy/paste, autocomplete and brace highlighting to a wxStyleTextCtrl instance.
void OnEnterKey(wxCommandEvent &aEvent) override
bool TransferDataToWindow() override
Schematic editor (Eeschema) main window.
Class DIALOG_LABEL_EDITOR_BASE.
SCH_EDIT_FRAME * m_Parent
DIALOG_LABEL_EDITOR(SCH_EDIT_FRAME *parent, SCH_TEXT *aTextItem)
#define TO_UTF8(wxstring)
Convert a wxString to a UTF8 encoded C string for all wxWidgets build modes.
void OnFormattingHelp(wxHyperlinkEvent &aEvent) override
SCH_NETNAME_VALIDATOR m_netNameValidator
Definitions of control validators for schematic dialogs.
SCINTILLA_TRICKS * m_scintillaTricks
bool TransferDataFromWindow() override
HTML_MESSAGE_BOX * m_helpWindow
wxWindow * m_activeTextCtrl
KICAD_T Type() const
Returns the type of object.