|
| wxGridCellAttr * | enhanceAttr (wxGridCellAttr *aInputAttr, int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) |
| |
Definition at line 41 of file dialog_pin_properties.cpp.
◆ ALT_PIN_DATA_MODEL()
| ALT_PIN_DATA_MODEL::ALT_PIN_DATA_MODEL |
( |
EDA_UNITS | aUserUnits | ) |
|
|
inline |
◆ AppendRow()
| void ALT_PIN_DATA_MODEL::AppendRow |
( |
const SCH_PIN::ALT & | aAlt | ) |
|
|
inline |
◆ Clear()
| void WX_GRID_TABLE_BASE::Clear |
( |
| ) |
|
|
inlineoverrideinherited |
◆ enhanceAttr()
| wxGridCellAttr * WX_GRID_TABLE_BASE::enhanceAttr |
( |
wxGridCellAttr * | aInputAttr, |
|
|
int | aRow, |
|
|
int | aCol, |
|
|
wxGridCellAttr::wxAttrKind | aKind ) |
|
protectedinherited |
◆ GetAttr()
| wxGridCellAttr * WX_GRID_TABLE_BASE::GetAttr |
( |
int | aRow, |
|
|
int | aCol, |
|
|
wxGridCellAttr::wxAttrKind | aKind ) |
|
inlineoverrideinherited |
◆ GetColLabelValue()
| wxString ALT_PIN_DATA_MODEL::GetColLabelValue |
( |
int | aCol | ) |
|
|
inlineoverride |
◆ GetGroupType()
| virtual GROUP_TYPE WX_GRID_TABLE_BASE::GetGroupType |
( |
int | aRow | ) |
const |
|
inlinevirtualinherited |
◆ GetNumberCols()
| int ALT_PIN_DATA_MODEL::GetNumberCols |
( |
| ) |
|
|
inlineoverride |
◆ GetNumberRows()
| int ALT_PIN_DATA_MODEL::GetNumberRows |
( |
| ) |
|
|
inlineoverride |
◆ GetValue()
| wxString ALT_PIN_DATA_MODEL::GetValue |
( |
int | aRow, |
|
|
int | aCol ) |
|
inlineoverride |
◆ HasUndoStateSerialization()
| virtual bool WX_GRID_TABLE_BASE::HasUndoStateSerialization |
( |
| ) |
const |
|
inlinevirtualinherited |
Optional identity-based serialization for the host dialog's Ctrl+Z/Ctrl+Y.
The dialog's generic grid undo snapshots cells by (row, col) position, which is wrong for tables whose rows can regroup/sort/reorder. A table that returns true here is asked to serialize and restore its own state by stable identity instead.
Reimplemented in FIELDS_EDITOR_GRID_DATA_MODEL.
Definition at line 89 of file wx_grid.h.
◆ IsEmptyCell()
| bool ALT_PIN_DATA_MODEL::IsEmptyCell |
( |
int | row, |
|
|
int | col ) |
|
inlineoverride |
◆ IsExpanderColumn()
| virtual bool WX_GRID_TABLE_BASE::IsExpanderColumn |
( |
int | aCol | ) |
const |
|
inlinevirtualinherited |
◆ RemoveRow()
| void ALT_PIN_DATA_MODEL::RemoveRow |
( |
int | aRow | ) |
|
|
inline |
◆ RestoreUndoState()
| virtual void WX_GRID_TABLE_BASE::RestoreUndoState |
( |
const wxString & | aState | ) |
|
|
inlinevirtualinherited |
◆ SerializeUndoState()
| virtual wxString WX_GRID_TABLE_BASE::SerializeUndoState |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ SetColAttr()
| void WX_GRID_TABLE_BASE::SetColAttr |
( |
wxGridCellAttr * | aAttr, |
|
|
int | aCol ) |
|
inlineoverrideinherited |
◆ SetValue()
| void ALT_PIN_DATA_MODEL::SetValue |
( |
int | aRow, |
|
|
int | aCol, |
|
|
const wxString & | aValue ) |
|
inlineoverride |
◆ elements
| T std::vector< T >::elements |
|
inherited |
◆ m_colAttrs
| std::map<int, wxGridCellAttr*> WX_GRID_TABLE_BASE::m_colAttrs |
|
protectedinherited |
The documentation for this class was generated from the following file: