KiCad PCB EDA Suite
Loading...
Searching...
No Matches
lib_table_grid.h File Reference
#include <kicommon.h>
#include <libraries/library_table.h>
#include <wx/grid.h>

Go to the source code of this file.

Classes

class  LIB_TABLE_GRID
 This abstract base class mixes any object derived from LIB_TABLE into wxGridTableBase so the result can be used as any type of library table within wxGrid. More...
 

Enumerations

enum  COL_ORDER {
  COL_STATUS , COL_ENABLED , COL_VISIBLE , COL_NICKNAME ,
  COL_URI , COL_TYPE , COL_OPTIONS , COL_DESCR ,
  COL_COUNT
}
 The library table grid column order is established by this sequence. More...
 

Enumeration Type Documentation

◆ COL_ORDER

enum COL_ORDER

The library table grid column order is established by this sequence.

Enumerator
COL_STATUS 
COL_ENABLED 
COL_VISIBLE 
COL_NICKNAME 
COL_URI 
COL_TYPE 
COL_OPTIONS 
COL_DESCR 
COL_COUNT 

Definition at line 30 of file lib_table_grid.h.