![]() |
KiCad PCB EDA Suite
|
#include <kiway.h>
#include <kiway_player.h>
#include <dialog_shim.h>
#include <fields_grid_table.h>
#include <sch_base_frame.h>
#include <sch_field.h>
#include <sch_validators.h>
#include <validators.h>
#include <class_library.h>
#include <template_fieldnames.h>
#include <widgets/grid_text_button_helpers.h>
#include <wildcards_and_files_ext.h>
#include <project/project_file.h>
#include "eda_doc.h"
Go to the source code of this file.
Enumerations | |
enum | { MYID_SELECT_FOOTPRINT = 991, MYID_SHOW_DATASHEET } |
anonymous enum |
Enumerator | |
---|---|
MYID_SELECT_FOOTPRINT | |
MYID_SHOW_DATASHEET |
Definition at line 40 of file fields_grid_table.cpp.