KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_edit_frame.h File Reference
#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.

Classes

class  NET_NAVIGATOR_ITEM_DATA
 Tree view item data for the net navigator. More...
 
class  SCH_EDIT_FRAME
 Schematic editor (Eeschema) main window. More...
 

Enumerations

enum  SCH_SEARCH_T { HIGHLIGHT_PIN , HIGHLIGHT_SYMBOL }
 Schematic search type used by the socket link with Pcbnew. More...
 
enum  SCH_CLEANUP_FLAGS { NO_CLEANUP , LOCAL_CLEANUP , GLOBAL_CLEANUP }
 

Functions

 wxDECLARE_EVENT (EDA_EVT_SCHEMATIC_CHANGING, wxCommandEvent)
 
 wxDECLARE_EVENT (EDA_EVT_SCHEMATIC_CHANGED, wxCommandEvent)
 

Enumeration Type Documentation

◆ SCH_CLEANUP_FLAGS

Enumerator
NO_CLEANUP 
LOCAL_CLEANUP 
GLOBAL_CLEANUP 

Definition at line 75 of file sch_edit_frame.h.

◆ SCH_SEARCH_T

Schematic search type used by the socket link with Pcbnew.

Enumerator
HIGHLIGHT_PIN 
HIGHLIGHT_SYMBOL 

Definition at line 68 of file sch_edit_frame.h.

Function Documentation

◆ wxDECLARE_EVENT() [1/2]

wxDECLARE_EVENT ( EDA_EVT_SCHEMATIC_CHANGED  ,
wxCommandEvent   
)

◆ wxDECLARE_EVENT() [2/2]

wxDECLARE_EVENT ( EDA_EVT_SCHEMATIC_CHANGING  ,
wxCommandEvent   
)