| 
    KiCad PCB EDA Suite
    
   | 
 
Data used to construct a simple test of one or more extensions and get a filter string for WX dialogs out. More...
Public Attributes | |
| std::vector< std::string > | m_exts | 
| The list of exts handled.   | |
| std::string | m_filter_case_insenstive | 
| Filter for case-insensitive environments.   | |
| std::string | m_re_filter | 
| Filter for regex-capable environments (case insensitive filter in a case-sensitive environment)   | |
Data used to construct a simple test of one or more extensions and get a filter string for WX dialogs out.
Definition at line 36 of file test_wildcards_and_files_ext.cpp.
| std::vector<std::string> ExtWildcardFilterCase::m_exts | 
The list of exts handled.
Definition at line 39 of file test_wildcards_and_files_ext.cpp.
| std::string ExtWildcardFilterCase::m_filter_case_insenstive | 
Filter for case-insensitive environments.
Definition at line 42 of file test_wildcards_and_files_ext.cpp.
| std::string ExtWildcardFilterCase::m_re_filter | 
Filter for regex-capable environments (case insensitive filter in a case-sensitive environment)
Definition at line 46 of file test_wildcards_and_files_ext.cpp.