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 <hotkeys_basic.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 g_FindOptionCase = false
 
bool g_FindOptionWords = false
 
bool g_FindOptionWildcards = false
 
bool g_FindOptionWrap = true
 
bool g_FindIncludeTexts = true
 
bool g_FindIncludeValues = true
 
bool g_FindIncludeReferences = true
 
bool g_FindIncludeHiddenFields = false
 
bool g_FindIncludeMarkers = true
 
bool g_FindIncludeNets = true
 

Variable Documentation

◆ g_FindIncludeHiddenFields

bool g_FindIncludeHiddenFields = false

Definition at line 51 of file dialog_find.cpp.

Referenced by DIALOG_FIND::DIALOG_FIND(), and DIALOG_FIND::search().

◆ g_FindIncludeMarkers

bool g_FindIncludeMarkers = true

◆ g_FindIncludeNets

bool g_FindIncludeNets = true

◆ g_FindIncludeReferences

bool g_FindIncludeReferences = true

◆ g_FindIncludeTexts

bool g_FindIncludeTexts = true

◆ g_FindIncludeValues

bool g_FindIncludeValues = true

◆ g_FindOptionCase

bool g_FindOptionCase = false

◆ g_FindOptionWildcards

bool g_FindOptionWildcards = false

◆ g_FindOptionWords

bool g_FindOptionWords = false

◆ g_FindOptionWrap

bool g_FindOptionWrap = true