KiCad PCB EDA Suite
|
#include <wx/bmpcbox.h>
#include <wx/dcclient.h>
#include <pin_shape_combobox.h>
#include <pin_type_combobox.h>
#include <dialog_pin_properties_base.h>
#include <widgets/unit_binder.h>
#include <sch_pin.h>
#include <symbol_edit_frame.h>
Go to the source code of this file.
Classes | |
class | DIALOG_PIN_PROPERTIES |
Enumerations | |
enum | COL_ORDER { COL_PIN_COUNT , COL_NUMBER , COL_NAME , COL_TYPE , COL_SHAPE , COL_ORIENTATION , COL_NUMBER_SIZE , COL_NAME_SIZE , COL_LENGTH , COL_POSX , COL_POSY , COL_VISIBLE , COL_UNIT , COL_DEMORGAN , COL_COUNT , COL_NAME , COL_TYPE , COL_SHAPE , COL_COUNT , COL_ENABLED , COL_VISIBLE , COL_NICKNAME , COL_URI , COL_TYPE , COL_OPTIONS , COL_DESCR , COL_COUNT } |
enum COL_ORDER |
Definition at line 40 of file dialog_pin_properties.h.