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 116 of file app_settings.h.

Member Data Documentation

◆ find_history

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

Definition at line 119 of file app_settings.h.

Referenced by EDA_DRAW_FRAME::LoadSettings(), and EDA_DRAW_FRAME::SaveSettings().

◆ find_string

wxString APP_SETTINGS_BASE::FIND_REPLACE::find_string

Definition at line 118 of file app_settings.h.

Referenced by EDA_DRAW_FRAME::LoadSettings(), and EDA_DRAW_FRAME::SaveSettings().

◆ match_case

bool APP_SETTINGS_BASE::FIND_REPLACE::match_case

Definition at line 125 of file app_settings.h.

Referenced by EDA_DRAW_FRAME::LoadSettings().

◆ match_mode

int APP_SETTINGS_BASE::FIND_REPLACE::match_mode

Definition at line 126 of file app_settings.h.

Referenced by EDA_DRAW_FRAME::LoadSettings().

◆ replace_history

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

Definition at line 121 of file app_settings.h.

Referenced by EDA_DRAW_FRAME::LoadSettings(), and EDA_DRAW_FRAME::SaveSettings().

◆ replace_string

wxString APP_SETTINGS_BASE::FIND_REPLACE::replace_string

Definition at line 120 of file app_settings.h.

Referenced by EDA_DRAW_FRAME::LoadSettings(), and EDA_DRAW_FRAME::SaveSettings().

◆ search_and_replace

bool APP_SETTINGS_BASE::FIND_REPLACE::search_and_replace

Definition at line 123 of file app_settings.h.

Referenced by EDA_DRAW_FRAME::LoadSettings(), and EDA_DRAW_FRAME::SaveSettings().


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