#include <stddef.h>
#include <vector>
#include <wx/cmndata.h>
#include <wx/event.h>
#include <wx/gdicmn.h>
#include <wx/string.h>
#include <wx/treectrl.h>
#include <wx/utils.h>
#include <core/typeinfo.h>
#include <eda_base_frame.h>
#include <eeschema_settings.h>
#include <math/box2.h>
#include <sch_base_frame.h>
#include <template_fieldnames.h>
 
Go to the source code of this file.
◆ SCH_SEARCH_T
Schematic search type used by the socket link with Pcbnew. 
| Enumerator | 
|---|
| HIGHLIGHT_PIN  |  | 
| HIGHLIGHT_SYMBOL  |  | 
Definition at line 73 of file sch_edit_frame.h.
 
 
◆ wxDECLARE_EVENT() [1/2]
      
        
          | wxDECLARE_EVENT  | 
          ( | 
          EDA_EVT_SCHEMATIC_CHANGED |           ,  | 
        
        
           | 
           | 
          wxCommandEvent |            ) | 
        
      
 
 
◆ wxDECLARE_EVENT() [2/2]
      
        
          | wxDECLARE_EVENT  | 
          ( | 
          EDA_EVT_SCHEMATIC_CHANGING |           ,  | 
        
        
           | 
           | 
          wxCommandEvent |            ) |