#include <lib_table_base.h>
#include <string_utils.h>
#include <wx/grid.h>
Go to the source code of this file.
|
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...
|
|
◆ 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.
◆ COLOUR_ROW_DISABLED()
const wxColour COLOUR_ROW_DISABLED |
( |
100 | , |
|
|
100 | , |
|
|
100 | ) |
◆ COLOUR_ROW_ENABLED()
const wxColour COLOUR_ROW_ENABLED |
( |
0 | , |
|
|
0 | , |
|
|
0 | ) |