KiCad PCB EDA Suite
Loading...
Searching...
No Matches
lib_table_grid.h File Reference
#include <lib_table_base.h>
#include <string_utils.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_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...
 

Functions

const wxColour COLOUR_ROW_ENABLED (0, 0, 0)
 
const wxColour COLOUR_ROW_DISABLED (100, 100, 100)
 

Enumeration Type Documentation

◆ COL_ORDER

enum COL_ORDER

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

Enumerator
COL_ENABLED 
COL_VISIBLE 
COL_NICKNAME 
COL_URI 
COL_TYPE 
COL_OPTIONS 
COL_DESCR 
COL_COUNT 

Definition at line 33 of file lib_table_grid.h.

Function Documentation

◆ COLOUR_ROW_DISABLED()

const wxColour COLOUR_ROW_DISABLED ( 100 ,
100 ,
100  )

◆ COLOUR_ROW_ENABLED()

const wxColour COLOUR_ROW_ENABLED ( 0 ,
0 ,
0  )