KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_find.cpp File Reference
#include <pcb_edit_frame.h>
#include <board.h>
#include <pcb_marker.h>
#include <footprint.h>
#include <pcb_text.h>
#include <zone.h>
#include <dialog_find.h>
#include <string_utils.h>
#include <string>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <wx/fdrepdlg.h>

Go to the source code of this file.

Variables

bool FindOptionCase = false
 
bool FindOptionWords = false
 
bool FindOptionWildcards = false
 
bool FindOptionWrap = true
 
bool FindIncludeTexts = true
 
bool FindIncludeValues = true
 
bool FindIncludeReferences = true
 
bool FindIncludeMarkers = true
 
bool FindIncludeNets = true
 

Variable Documentation

◆ FindIncludeMarkers

bool FindIncludeMarkers = true

◆ FindIncludeNets

bool FindIncludeNets = true

◆ FindIncludeReferences

bool FindIncludeReferences = true

◆ FindIncludeTexts

bool FindIncludeTexts = true

◆ FindIncludeValues

bool FindIncludeValues = true

◆ FindOptionCase

bool FindOptionCase = false

◆ FindOptionWildcards

bool FindOptionWildcards = false

◆ FindOptionWords

bool FindOptionWords = false

◆ FindOptionWrap

bool FindOptionWrap = true