KiCad PCB EDA Suite
|
#include <board.h>
#include <footprint.h>
#include <footprint_edit_frame.h>
#include <kiway.h>
#include <kiway_player.h>
#include <pcb_fields_grid_table.h>
#include <pcb_base_frame.h>
#include <pcb_edit_frame.h>
#include <project.h>
#include <trigo.h>
#include <widgets/grid_combobox.h>
#include "grid_layer_box_helpers.h"
#include <widgets/grid_text_button_helpers.h>
#include <widgets/grid_text_helpers.h>
Go to the source code of this file.
Enumerations | |
enum | { MYID_SELECT_FOOTPRINT = 991 , MYID_SHOW_DATASHEET } |
Variables | |
wxArrayString | g_menuOrientations |
anonymous enum |
Enumerator | |
---|---|
MYID_SELECT_FOOTPRINT | |
MYID_SHOW_DATASHEET |
Definition at line 40 of file pcb_fields_grid_table.cpp.
wxArrayString g_menuOrientations |
Definition at line 47 of file pcb_fields_grid_table.cpp.
Referenced by PCB_FIELDS_GRID_TABLE::PCB_FIELDS_GRID_TABLE().