KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SUPPORTED_FILE_TYPE Struct Reference

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
 

Detailed Description

Container that describes file type info for the add a library options.

Definition at line 62 of file panel_sym_lib_table.cpp.

Member Data Documentation

◆ m_Description

wxString SUPPORTED_FILE_TYPE::m_Description

Description shown in the file picker dialog.

Definition at line 64 of file panel_sym_lib_table.cpp.

◆ m_FileFilter

wxString SUPPORTED_FILE_TYPE::m_FileFilter

Filter used for file pickers if m_IsFile is true.

Definition at line 65 of file panel_sym_lib_table.cpp.

◆ m_FolderSearchExtension

wxString SUPPORTED_FILE_TYPE::m_FolderSearchExtension

In case of folders it stands for extensions of files stored inside.

Definition at line 66 of file panel_sym_lib_table.cpp.

◆ m_IsFile

bool SUPPORTED_FILE_TYPE::m_IsFile

Whether the library is a folder or a file.

Definition at line 67 of file panel_sym_lib_table.cpp.

◆ m_Plugin [1/2]

SCH_IO_MGR::SCH_FILE_T SUPPORTED_FILE_TYPE::m_Plugin

Definition at line 68 of file panel_sym_lib_table.cpp.

◆ m_Plugin [2/2]

PCB_IO_MGR::PCB_FILE_T SUPPORTED_FILE_TYPE::m_Plugin

Definition at line 84 of file panel_fp_lib_table.cpp.


The documentation for this struct was generated from the following files: