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. | |
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 64 of file panel_sym_lib_table.cpp.
wxString SUPPORTED_FILE_TYPE::m_Description |
Description shown in the file picker dialog.
Definition at line 66 of file panel_sym_lib_table.cpp.
wxString SUPPORTED_FILE_TYPE::m_FileFilter |
Filter used for file pickers if m_IsFile is true.
Definition at line 67 of file panel_sym_lib_table.cpp.
wxString SUPPORTED_FILE_TYPE::m_FolderSearchExtension |
In case of folders it stands for extensions of files stored inside.
Definition at line 68 of file panel_sym_lib_table.cpp.
bool SUPPORTED_FILE_TYPE::m_IsFile |
Whether the library is a folder or a file.
Definition at line 69 of file panel_sym_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.