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

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)
 

Detailed Description

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.

Member Data Documentation

◆ m_exts

std::vector<std::string> ExtWildcardFilterCase::m_exts

The list of exts handled.

Definition at line 39 of file test_wildcards_and_files_ext.cpp.

◆ m_filter_case_insenstive

std::string ExtWildcardFilterCase::m_filter_case_insenstive

Filter for case-insensitive environments.

Definition at line 42 of file test_wildcards_and_files_ext.cpp.

◆ m_re_filter

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.


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