KiCad PCB EDA Suite
|
#include <sch_base_frame.h>
#include <sch_screen.h>
#include <symbol_tree_pane.h>
#include <optional>
Go to the source code of this file.
Classes | |
class | SYMBOL_EDIT_FRAME |
The symbol library editor main window. More... | |
Macros | |
#define | UNITS_ALL _HKI( "ALL" ) |
#define | DEMORGAN_ALL _HKI( "ALL" ) |
#define | DEMORGAN_STD _HKI( "Standard" ) |
#define | DEMORGAN_ALT _HKI( "Alternate" ) |
#define DEMORGAN_ALL _HKI( "ALL" ) |
Definition at line 47 of file symbol_edit_frame.h.
Referenced by DIALOG_LIB_EDIT_PIN_TABLE::DIALOG_LIB_EDIT_PIN_TABLE(), PIN_INFO_FORMATTER::Format(), and PIN_INFO_FORMATTER::UpdatePin().
#define DEMORGAN_ALT _HKI( "Alternate" ) |
Definition at line 49 of file symbol_edit_frame.h.
Referenced by DIALOG_LIB_EDIT_PIN_TABLE::DIALOG_LIB_EDIT_PIN_TABLE(), SYMBOL_VIEWER_FRAME::onUpdateBodyStyleChoice(), and SYMBOL_EDIT_FRAME::RebuildSymbolUnitAndBodyStyleLists().
#define DEMORGAN_STD _HKI( "Standard" ) |
Definition at line 48 of file symbol_edit_frame.h.
Referenced by DIALOG_LIB_EDIT_PIN_TABLE::DIALOG_LIB_EDIT_PIN_TABLE(), SYMBOL_VIEWER_FRAME::onUpdateBodyStyleChoice(), and SYMBOL_EDIT_FRAME::RebuildSymbolUnitAndBodyStyleLists().
#define UNITS_ALL _HKI( "ALL" ) |
Definition at line 46 of file symbol_edit_frame.h.
Referenced by DIALOG_LIB_EDIT_PIN_TABLE::DIALOG_LIB_EDIT_PIN_TABLE(), PIN_INFO_FORMATTER::Format(), and PIN_INFO_FORMATTER::UpdatePin().