KiCad PCB EDA Suite
|
#include <symbol_filedlg_save_as.h>
Public Member Functions | |
SYMBOL_FILEDLG_SAVE_AS (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_FILEDLG_SAVE_AS) | |
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_filedlg_save_as.h.
|
inline |
Definition at line 29 of file symbol_filedlg_save_as.h.
|
inlineoverridevirtual |
Definition at line 31 of file symbol_filedlg_save_as.h.
References _, m_addGlobalTableEntry, m_addProjectTableEntry, m_option, m_replaceTableEntry, and m_simpleSaveAs.
|
inline |
Definition at line 67 of file symbol_filedlg_save_as.h.
References m_option.
Referenced by SYMBOL_EDIT_FRAME::saveLibrary().
|
inlineoverridevirtual |
Definition at line 55 of file symbol_filedlg_save_as.h.
References m_addGlobalTableEntry, m_addProjectTableEntry, m_option, and m_replaceTableEntry.
|
private |
|
private |
Definition at line 74 of file symbol_filedlg_save_as.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 75 of file symbol_filedlg_save_as.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 70 of file symbol_filedlg_save_as.h.
Referenced by AddCustomControls(), GetOption(), and TransferDataFromCustomControls().
|
private |
Definition at line 73 of file symbol_filedlg_save_as.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 72 of file symbol_filedlg_save_as.h.
Referenced by AddCustomControls().