KiCad PCB EDA Suite
|
#include <filedlg_hook_new_library.h>
Public Member Functions | |
FILEDLG_HOOK_NEW_LIBRARY (bool aDefaultUseGlobalTable) | |
virtual void | AddCustomControls (wxFileDialogCustomize &customizer) override |
virtual void | TransferDataFromCustomControls () override |
bool | GetUseGlobalTable () const |
Private Member Functions | |
wxDECLARE_NO_COPY_CLASS (FILEDLG_HOOK_NEW_LIBRARY) | |
Private Attributes | |
bool | m_useGlobalTable |
wxFileDialogRadioButton * | m_addGlobalTableEntry = nullptr |
wxFileDialogRadioButton * | m_addProjectTableEntry = nullptr |
Definition at line 25 of file filedlg_hook_new_library.h.
|
inline |
Definition at line 28 of file filedlg_hook_new_library.h.
References m_useGlobalTable.
Referenced by wxDECLARE_NO_COPY_CLASS().
|
inlineoverridevirtual |
Definition at line 32 of file filedlg_hook_new_library.h.
References _, m_addGlobalTableEntry, m_addProjectTableEntry, and m_useGlobalTable.
|
inline |
Definition at line 56 of file filedlg_hook_new_library.h.
References m_useGlobalTable.
Referenced by PCB_BASE_EDIT_FRAME::AddLibrary(), SYMBOL_EDIT_FRAME::AddLibraryFile(), DESIGN_BLOCK_PANE::createNewDesignBlockLibrary(), PCB_BASE_EDIT_FRAME::createNewLibrary(), and SCH_BASE_FRAME::SelectLibrary().
|
inlineoverridevirtual |
Definition at line 51 of file filedlg_hook_new_library.h.
References m_addGlobalTableEntry, and m_useGlobalTable.
|
private |
References FILEDLG_HOOK_NEW_LIBRARY().
|
private |
Definition at line 61 of file filedlg_hook_new_library.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 62 of file filedlg_hook_new_library.h.
Referenced by AddCustomControls().
|
private |
Definition at line 59 of file filedlg_hook_new_library.h.
Referenced by AddCustomControls(), FILEDLG_HOOK_NEW_LIBRARY(), GetUseGlobalTable(), and TransferDataFromCustomControls().