| 
    KiCad PCB EDA Suite
    
   | 
 
#include <bitset>#include <functional>#include <wx/grid.h>#include <wx/event.h>#include <wx/menu.h>#include <widgets/wx_grid.h>Go to the source code of this file.
Classes | |
| class | GRID_TRICKS | 
| Add mouse and command handling (such as cut, copy, and paste) to a WX_GRID instance.  More... | |
Macros | |
| #define | GRIDTRICKS_MAX_COL 50 | 
Enumerations | |
| enum | {  GRIDTRICKS_FIRST_ID = 901 , GRIDTRICKS_ID_CUT , GRIDTRICKS_ID_COPY , GRIDTRICKS_ID_DELETE , GRIDTRICKS_ID_PASTE , GRIDTRICKS_ID_SELECT , GRIDTRICKS_FIRST_CLIENT_ID = 1101 , GRID_TRICKS_LAST_CLIENT_ID = 2100 , GRIDTRICKS_FIRST_SHOWHIDE , GRIDTRICKS_LAST_ID = GRIDTRICKS_FIRST_SHOWHIDE + GRIDTRICKS_MAX_COL }  | 
| #define GRIDTRICKS_MAX_COL 50 | 
Definition at line 37 of file grid_tricks.h.
| anonymous enum | 
Definition at line 39 of file grid_tricks.h.