KiCad PCB EDA Suite
|
#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 |
bool g_FindIncludeHiddenFields = false |
Definition at line 51 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), and DIALOG_FIND::search().
bool g_FindIncludeMarkers = true |
Definition at line 52 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool g_FindIncludeNets = true |
Definition at line 53 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool g_FindIncludeReferences = true |
Definition at line 50 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool g_FindIncludeTexts = true |
Definition at line 48 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool g_FindIncludeValues = true |
Definition at line 49 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool g_FindOptionCase = false |
Definition at line 43 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool g_FindOptionWildcards = false |
Definition at line 45 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool g_FindOptionWords = false |
Definition at line 44 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool g_FindOptionWrap = true |
Definition at line 46 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().