KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK Class Reference

#include <symbol_library_save_as_filedlg_hook.h>

Inheritance diagram for SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK:

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
 

Detailed Description

Definition at line 26 of file symbol_library_save_as_filedlg_hook.h.

Constructor & Destructor Documentation

◆ SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK()

SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK::SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK ( SYMBOL_SAVEAS_TYPE  aOption)
inline

Definition at line 29 of file symbol_library_save_as_filedlg_hook.h.

Member Function Documentation

◆ AddCustomControls()

virtual void SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK::AddCustomControls ( wxFileDialogCustomize &  customizer)
inlineoverridevirtual

◆ GetOption()

SYMBOL_SAVEAS_TYPE SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK::GetOption ( ) const
inline

Definition at line 66 of file symbol_library_save_as_filedlg_hook.h.

References m_option.

Referenced by SYMBOL_EDIT_FRAME::saveLibrary().

◆ TransferDataFromCustomControls()

virtual void SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK::TransferDataFromCustomControls ( )
inlineoverridevirtual

◆ wxDECLARE_NO_COPY_CLASS()

SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK::wxDECLARE_NO_COPY_CLASS ( SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK  )
private

Member Data Documentation

◆ m_addGlobalTableEntry

wxFileDialogRadioButton* SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK::m_addGlobalTableEntry = nullptr
private

◆ m_addProjectTableEntry

wxFileDialogRadioButton* SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK::m_addProjectTableEntry = nullptr
private

◆ m_option

SYMBOL_SAVEAS_TYPE SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK::m_option = SYMBOL_SAVEAS_TYPE::NORMAL_SAVE_AS
private

◆ m_replaceTableEntry

wxFileDialogRadioButton* SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK::m_replaceTableEntry = nullptr
private

◆ m_simpleSaveAs

wxFileDialogRadioButton* SYMBOL_LIBRARY_SAVE_AS_FILEDLG_HOOK::m_simpleSaveAs = nullptr
private

Definition at line 71 of file symbol_library_save_as_filedlg_hook.h.

Referenced by AddCustomControls().


The documentation for this class was generated from the following file: