![]() |
KiCad PCB EDA Suite
|
#include <stddef.h>
#include <vector>
#include <wx/cmndata.h>
#include <wx/event.h>
#include <wx/gdicmn.h>
#include <wx/string.h>
#include <wx/utils.h>
#include <config_params.h>
#include <core/typeinfo.h>
#include <eda_base_frame.h>
#include <eeschema_settings.h>
#include <math/box2.h>
#include <sch_base_frame.h>
#include <sch_text.h>
#include <template_fieldnames.h>
Go to the source code of this file.
Classes | |
class | SCH_EDIT_FRAME |
Schematic editor (Eeschema) main window. More... | |
Enumerations | |
enum | SYMBOL_ORIENTATION_T { SYM_NORMAL, SYM_ROTATE_CLOCKWISE, SYM_ROTATE_COUNTERCLOCKWISE, SYM_ORIENT_0, SYM_ORIENT_90, SYM_ORIENT_180, SYM_ORIENT_270, SYM_MIRROR_X = 0x100, SYM_MIRROR_Y = 0x200 } |
enum used in RotationMiroir() More... | |
enum | ANNOTATE_SCOPE_T { ANNOTATE_ALL, ANNOTATE_CURRENT_SHEET, ANNOTATE_SELECTION } |
Schematic annotation scope options. More... | |
enum | ANNOTATE_ORDER_T { SORT_BY_X_POSITION, SORT_BY_Y_POSITION, UNSORTED } |
Schematic annotation order options. More... | |
enum | ANNOTATE_ALGO_T { INCREMENTAL_BY_REF, SHEET_NUMBER_X_100, SHEET_NUMBER_X_1000 } |
Schematic annotation type options. More... | |
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 } |
enum ANNOTATE_ALGO_T |
Schematic annotation type options.
Definition at line 101 of file sch_edit_frame.h.
enum ANNOTATE_ORDER_T |
Schematic annotation order options.
Definition at line 91 of file sch_edit_frame.h.
enum ANNOTATE_SCOPE_T |
Schematic annotation scope options.
Enumerator | |
---|---|
ANNOTATE_ALL | Annotate the full schematic. |
ANNOTATE_CURRENT_SHEET | Annotate the current sheet. |
ANNOTATE_SELECTION | Annotate the selection. |
Definition at line 82 of file sch_edit_frame.h.
enum SCH_CLEANUP_FLAGS |
Enumerator | |
---|---|
NO_CLEANUP | |
LOCAL_CLEANUP | |
GLOBAL_CLEANUP |
Definition at line 119 of file sch_edit_frame.h.
enum SCH_SEARCH_T |
Schematic search type used by the socket link with Pcbnew.
Enumerator | |
---|---|
HIGHLIGHT_PIN | |
HIGHLIGHT_SYMBOL |
Definition at line 112 of file sch_edit_frame.h.
enum SYMBOL_ORIENTATION_T |
enum used in RotationMiroir()
Enumerator | |
---|---|
SYM_NORMAL | |
SYM_ROTATE_CLOCKWISE | |
SYM_ROTATE_COUNTERCLOCKWISE | |
SYM_ORIENT_0 | |
SYM_ORIENT_90 | |
SYM_ORIENT_180 | |
SYM_ORIENT_270 | |
SYM_MIRROR_X | |
SYM_MIRROR_Y |
Definition at line 67 of file sch_edit_frame.h.