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 <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 |
bool FindIncludeMarkers = true |
Definition at line 50 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool FindIncludeNets = true |
Definition at line 51 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool FindIncludeReferences = true |
Definition at line 49 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool FindIncludeTexts = true |
Definition at line 47 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool FindIncludeValues = true |
Definition at line 48 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool FindOptionCase = false |
Definition at line 42 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool FindOptionWildcards = false |
Definition at line 44 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool FindOptionWords = false |
Definition at line 43 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().
bool FindOptionWrap = true |
Definition at line 45 of file dialog_find.cpp.
Referenced by DIALOG_FIND::DIALOG_FIND(), DIALOG_FIND::OnClose(), and DIALOG_FIND::search().