KiCad PCB EDA Suite
|
#include <symbol_library_save_as_filedlg_hook.h>
Public Member Functions | |
SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK (SYMBOL_SAVEAS_TYPE aOption) | |
virtual void | AddCustomControls (wxFileDialogCustomize &customizer) override |
virtual void | TransferDataFromCustomControls () override |
SYMBOL_SAVEAS_TYPE | GetOption () const |
Private Member Functions | |
wxDECLARE_NO_COPY_CLASS (SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK) | |
Private Attributes | |
SYMBOL_SAVEAS_TYPE | m_option = SYMBOL_SAVEAS_TYPE::NORMAL_SAVE_AS |
wxFileDialogRadioButton * | m_simpleSaveAs = nullptr |
wxFileDialogRadioButton * | m_replaceTableEntry = nullptr |
wxFileDialogRadioButton * | m_addGlobalTableEntry = nullptr |
wxFileDialogRadioButton * | m_addProjectTableEntry = nullptr |
Definition at line 26 of file symbol_library_save_as_filedlg_hook.h.
|
inline |
Definition at line 29 of file symbol_library_save_as_filedlg_hook.h.
References m_option.
Referenced by wxDECLARE_NO_COPY_CLASS().
|
inlineoverridevirtual |
Definition at line 33 of file symbol_library_save_as_filedlg_hook.h.
References _, ADD_GLOBAL_TABLE_ENTRY, ADD_PROJECT_TABLE_ENTRY, m_addGlobalTableEntry, m_addProjectTableEntry, m_option, m_replaceTableEntry, m_simpleSaveAs, NORMAL_SAVE_AS, and REPLACE_TABLE_ENTRY.
|
inline |
Definition at line 74 of file symbol_library_save_as_filedlg_hook.h.
References m_option.
Referenced by SYMBOL_EDIT_FRAME::saveLibrary().
|
inlineoverridevirtual |
Definition at line 62 of file symbol_library_save_as_filedlg_hook.h.
References ADD_GLOBAL_TABLE_ENTRY, ADD_PROJECT_TABLE_ENTRY, m_addGlobalTableEntry, m_addProjectTableEntry, m_option, m_replaceTableEntry, NORMAL_SAVE_AS, and REPLACE_TABLE_ENTRY.
|
private |
References SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK().
|
private |
Definition at line 81 of file symbol_library_save_as_filedlg_hook.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 82 of file symbol_library_save_as_filedlg_hook.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 77 of file symbol_library_save_as_filedlg_hook.h.
Referenced by AddCustomControls(), GetOption(), SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK(), and TransferDataFromCustomControls().
|
private |
Definition at line 80 of file symbol_library_save_as_filedlg_hook.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 79 of file symbol_library_save_as_filedlg_hook.h.
Referenced by AddCustomControls().