KiCad PCB EDA Suite
|
#include <kiway_player.h>
#include <project.h>
#include <fp_text_grid_table.h>
#include <widgets/grid_icon_text_helpers.h>
#include <widgets/grid_combobox.h>
#include <trigo.h>
#include <pcb_base_frame.h>
#include <footprint.h>
#include "grid_layer_box_helpers.h"
#include "widgets/grid_text_button_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 35 of file fp_text_grid_table.cpp.
wxArrayString g_menuOrientations |
Definition at line 42 of file fp_text_grid_table.cpp.
Referenced by FP_TEXT_GRID_TABLE::FP_TEXT_GRID_TABLE().