|
KiCad PCB EDA Suite
|
#include "lib_table_grid_tricks.h"#include "confirm.h"#include "lib_table_grid_data_model.h"#include <libraries/library_manager.h>#include <wx/clipbrd.h>#include <wx/log.h>#include <wx/msgdlg.h>#include <lib_id.h>Go to the source code of this file.
Functions | |
| static bool | isGridReadOnly (WX_GRID *aGrid) |
|
static |
Definition at line 355 of file lib_table_grid_tricks.cpp.
References LIBRARY_TABLE::IsReadOnly(), and LIB_TABLE_GRID_DATA_MODEL::Table().
Referenced by LIB_TABLE_GRID_TRICKS::AppendRowHandler(), LIB_TABLE_GRID_TRICKS::DeleteRowHandler(), LIB_TABLE_GRID_TRICKS::MoveDownHandler(), and LIB_TABLE_GRID_TRICKS::MoveUpHandler().