KiCad PCB EDA Suite
|
#include "dialog_symbol_properties.h"
#include <memory>
#include <bitmaps.h>
#include <wx/tooltip.h>
#include <grid_tricks.h>
#include <confirm.h>
#include <kiface_base.h>
#include <pin_numbers.h>
#include <string_utils.h>
#include <kiplatform/ui.h>
#include <widgets/grid_icon_text_helpers.h>
#include <widgets/grid_combobox.h>
#include <widgets/std_bitmap_button.h>
#include <settings/settings_manager.h>
#include <ee_collectors.h>
#include <symbol_library.h>
#include <fields_grid_table.h>
#include <sch_edit_frame.h>
#include <sch_reference_list.h>
#include <schematic.h>
#include <sch_commit.h>
#include <tool/tool_manager.h>
#include <tool/actions.h>
#include <dialog_sim_model.h>
Go to the source code of this file.
Classes | |
class | SCH_PIN_TABLE_DATA_MODEL |
Enumerations | |
enum | PIN_TABLE_COL_ORDER { COL_NUMBER , COL_BASE_NAME , COL_ALT_NAME , COL_TYPE , COL_SHAPE , COL_COUNT } |
Functions | |
wxDEFINE_EVENT (SYMBOL_DELAY_FOCUS, wxCommandEvent) | |
wxDEFINE_EVENT (SYMBOL_DELAY_SELECTION, wxCommandEvent) | |
enum PIN_TABLE_COL_ORDER |
Enumerator | |
---|---|
COL_NUMBER | |
COL_BASE_NAME | |
COL_ALT_NAME | |
COL_TYPE | |
COL_SHAPE | |
COL_COUNT |
Definition at line 56 of file dialog_symbol_properties.cpp.
wxDEFINE_EVENT | ( | SYMBOL_DELAY_FOCUS | , |
wxCommandEvent | |||
) |
wxDEFINE_EVENT | ( | SYMBOL_DELAY_SELECTION | , |
wxCommandEvent | |||
) |