KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_fields_grid_table.h File Reference
#include <wx/grid.h>
#include <grid_tricks.h>
#include <pcb_field.h>
#include <validators.h>
#include <dialog_shim.h>

Go to the source code of this file.

Classes

class  PCB_FIELDS_GRID_TABLE
 

Enumerations

enum  PCB_FIELDS_COL_ORDER {
  PFC_NAME , PFC_VALUE , PFC_SHOWN , PFC_WIDTH ,
  PFC_HEIGHT , PFC_THICKNESS , PFC_ITALIC , PFC_LAYER ,
  PFC_ORIENTATION , PFC_UPRIGHT , PFC_XOFFSET , PFC_YOFFSET ,
  PFC_KNOCKOUT , PFC_MIRRORED , PFC_COUNT
}
 

Enumeration Type Documentation

◆ PCB_FIELDS_COL_ORDER

Enumerator
PFC_NAME 
PFC_VALUE 
PFC_SHOWN 
PFC_WIDTH 
PFC_HEIGHT 
PFC_THICKNESS 
PFC_ITALIC 
PFC_LAYER 
PFC_ORIENTATION 
PFC_UPRIGHT 
PFC_XOFFSET 
PFC_YOFFSET 
PFC_KNOCKOUT 
PFC_MIRRORED 
PFC_COUNT 

Definition at line 36 of file pcb_fields_grid_table.h.