|
KiCad PCB EDA Suite
|
#include <bitset>#include <memory>#include <utility>#include <vector>#include <wx/event.h>#include <wx/grid.h>#include <wx/version.h>#include <kicommon.h>#include <libeval/numeric_evaluator.h>#include <units_provider.h>Go to the source code of this file.
Classes | |
| class | WX_GRID_TABLE_BASE |
| class | WX_GRID |
Variables | |
| enum KICOMMON_API | ROW_STATE |
| Used primarily by the fields tables to collapse multiple grouped symbols, etc. | |
| NON_EXPANDABLE | |
| COLLAPSED | |
| COLLAPSED_DURING_SORT | |
| EXPANDED_PARENT | |
|
strong |
Used primarily by the fields tables to collapse multiple grouped symbols, etc.
to allow viewing and editing of the fields for multiple items at once.
Definition at line 43 of file wx_grid.h.
Referenced by DATA_MODEL_ROW< LIB_SYMBOL * >::DATA_MODEL_ROW(), FIELDS_TABLE_DATA_MODEL< ITEM_TYPE >::GetRowState(), and WX_GRID_TABLE_BASE::GetRowState().