KiCad PCB EDA Suite
Loading...
Searching...
No Matches
APP_SETTINGS_BASE::FIND_REPLACE Struct Reference

#include <app_settings.h>

Public Attributes

wxString find_string
 
std::vector< wxString > find_history
 
wxString replace_string
 
std::vector< wxString > replace_history
 
bool search_and_replace
 
bool match_case
 
int match_mode
 

Detailed Description

Definition at line 94 of file app_settings.h.

Member Data Documentation

◆ find_history

std::vector<wxString> APP_SETTINGS_BASE::FIND_REPLACE::find_history

◆ find_string

wxString APP_SETTINGS_BASE::FIND_REPLACE::find_string

◆ match_case

bool APP_SETTINGS_BASE::FIND_REPLACE::match_case

◆ match_mode

int APP_SETTINGS_BASE::FIND_REPLACE::match_mode

◆ replace_history

std::vector<wxString> APP_SETTINGS_BASE::FIND_REPLACE::replace_history

◆ replace_string

wxString APP_SETTINGS_BASE::FIND_REPLACE::replace_string

◆ search_and_replace

bool APP_SETTINGS_BASE::FIND_REPLACE::search_and_replace

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