KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wx_grid.h File Reference
#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
 

Variable Documentation

◆ COLLAPSED

COLLAPSED

Definition at line 50 of file wx_grid.h.

◆ COLLAPSED_DURING_SORT

COLLAPSED_DURING_SORT

Definition at line 51 of file wx_grid.h.

◆ EXPANDED_PARENT

EXPANDED_PARENT

Definition at line 52 of file wx_grid.h.

◆ NON_EXPANDABLE

NON_EXPANDABLE

Definition at line 49 of file wx_grid.h.

◆ ROW_STATE

enum KICOMMON_API ROW_STATE
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().