KiCad PCB EDA Suite
|
This is the complete list of members for WX_GRID, including all inherited members.
CancelPendingChanges() | WX_GRID | |
CellEditorSetMargins(wxTextEntryBase *aEntry) | WX_GRID | static |
CellEditorTransformSizeRect(wxRect &aRect) | WX_GRID | static |
ClearRows() | WX_GRID | inline |
CommitPendingChanges(bool aQuietMode=false) | WX_GRID | |
DestroyTable(wxGridTableBase *aTable) | WX_GRID | |
DrawColLabel(wxDC &dc, int col) override | WX_GRID | protected |
DrawCornerLabel(wxDC &dc) override | WX_GRID | protected |
DrawRowLabel(wxDC &dc, int row) override | WX_GRID | protected |
EnableAlternateRowColors(bool aEnable=true) | WX_GRID | |
EnsureColLabelsVisible() | WX_GRID | |
GetOptionalUnitValue(int aRow, int aCol) | WX_GRID | |
GetShownColumns() | WX_GRID | |
GetShownColumnsAsString() | WX_GRID | |
GetUnitValue(int aRow, int aCol) | WX_GRID | |
GetVisibleWidth(int aCol, bool aHeader=true, bool aContents=true, bool aKeep=false) | WX_GRID | |
m_autoEvalCols | WX_GRID | protected |
m_eval | WX_GRID | protected |
m_evalBeforeAfter | WX_GRID | protected |
m_unitsProviders | WX_GRID | protected |
m_weOwnTable | WX_GRID | protected |
onCellEditorHidden(wxGridEvent &aEvent) | WX_GRID | protected |
onCellEditorShown(wxGridEvent &aEvent) | WX_GRID | protected |
onDPIChanged(wxDPIChangedEvent &event) | WX_GRID | protected |
onGridCellSelect(wxGridEvent &aEvent) | WX_GRID | protected |
onGridColMove(wxGridEvent &aEvent) | WX_GRID | protected |
SetAutoEvalCols(const std::vector< int > &aCols) | WX_GRID | inline |
SetColLabelSize(int aHeight) | WX_GRID | |
SetLabelFont(const wxFont &aFont) | WX_GRID | |
SetOptionalUnitValue(int aRow, int aCol, std::optional< int > aValue) | WX_GRID | |
SetTable(wxGridTableBase *table, bool aTakeOwnership=false) | WX_GRID | |
SetUnitsProvider(UNITS_PROVIDER *aProvider, int aCol=0) | WX_GRID | |
SetUnitValue(int aRow, int aCol, int aValue) | WX_GRID | |
ShowEditorOnMouseUp() | WX_GRID | inline |
ShowHideColumns(const wxString &shownColumns) | WX_GRID | |
ShowHideColumns(const std::bitset< 64 > &aShownColumns) | WX_GRID | |
WX_GRID(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxWANTS_CHARS, const wxString &name=wxGridNameStr) | WX_GRID | |
~WX_GRID() override | WX_GRID |