KiCad PCB EDA Suite
|
Container that describes file type info for the add a library options. More...
Public Attributes | |
wxString | m_Description |
Description shown in the file picker dialog. | |
wxString | m_FileFilter |
Filter used for file pickers if m_IsFile is true. | |
wxString | m_FolderSearchExtension |
In case of folders it stands for extensions of files stored inside. | |
bool | m_IsFile |
Whether the library is a folder or a file. | |
DESIGN_BLOCK_IO_MGR::DESIGN_BLOCK_FILE_T | m_Plugin |
SCH_IO_MGR::SCH_FILE_T | m_Plugin |
PCB_IO_MGR::PCB_FILE_T | m_Plugin |
Container that describes file type info for the add a library options.
Definition at line 73 of file panel_design_block_lib_table.cpp.
wxString SUPPORTED_FILE_TYPE::m_Description |
Description shown in the file picker dialog.
Definition at line 75 of file panel_design_block_lib_table.cpp.
wxString SUPPORTED_FILE_TYPE::m_FileFilter |
Filter used for file pickers if m_IsFile is true.
Definition at line 76 of file panel_design_block_lib_table.cpp.
wxString SUPPORTED_FILE_TYPE::m_FolderSearchExtension |
In case of folders it stands for extensions of files stored inside.
Definition at line 77 of file panel_design_block_lib_table.cpp.
bool SUPPORTED_FILE_TYPE::m_IsFile |
Whether the library is a folder or a file.
Definition at line 78 of file panel_design_block_lib_table.cpp.
DESIGN_BLOCK_IO_MGR::DESIGN_BLOCK_FILE_T SUPPORTED_FILE_TYPE::m_Plugin |
Definition at line 79 of file panel_design_block_lib_table.cpp.
SCH_IO_MGR::SCH_FILE_T SUPPORTED_FILE_TYPE::m_Plugin |
Definition at line 70 of file panel_sym_lib_table.cpp.
PCB_IO_MGR::PCB_FILE_T SUPPORTED_FILE_TYPE::m_Plugin |
Definition at line 89 of file panel_fp_lib_table.cpp.