|
wxGridCellAttr * | enhanceAttr (wxGridCellAttr *aInputAttr, int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) |
|
◆ SCH_PIN_TABLE_DATA_MODEL()
SCH_PIN_TABLE_DATA_MODEL::SCH_PIN_TABLE_DATA_MODEL |
( |
| ) |
|
|
inline |
◆ ~SCH_PIN_TABLE_DATA_MODEL()
SCH_PIN_TABLE_DATA_MODEL::~SCH_PIN_TABLE_DATA_MODEL |
( |
| ) |
|
|
inline |
◆ BuildAttrs()
void SCH_PIN_TABLE_DATA_MODEL::BuildAttrs |
( |
| ) |
|
|
inline |
Definition at line 88 of file dialog_symbol_properties.cpp.
References SCH_PIN::GetAlternates(), KIPLATFORM::UI::GetDialogBGColour(), SCH_PIN::GetName(), m_nameAttrs, m_readOnlyAttr, m_shapeAttr, m_typeAttr, pin, PinShapeIcons(), PinShapeNames(), PinTypeIcons(), and PinTypeNames().
Referenced by DIALOG_SYMBOL_PROPERTIES::DIALOG_SYMBOL_PROPERTIES(), DIALOG_SYMBOL_PROPERTIES::OnPinTableColSort(), and DIALOG_SYMBOL_PROPERTIES::OnUnitChoice().
◆ CanSetValueAs()
bool SCH_PIN_TABLE_DATA_MODEL::CanSetValueAs |
( |
int |
aRow, |
|
|
int |
aCol, |
|
|
const wxString & |
aTypeName |
|
) |
| |
|
inlineoverride |
◆ compare()
static bool SCH_PIN_TABLE_DATA_MODEL::compare |
( |
const SCH_PIN & |
lhs, |
|
|
const SCH_PIN & |
rhs, |
|
|
int |
sortCol, |
|
|
bool |
ascending |
|
) |
| |
|
inlinestatic |
◆ enhanceAttr()
wxGridCellAttr * WX_GRID_TABLE_BASE::enhanceAttr |
( |
wxGridCellAttr * |
aInputAttr, |
|
|
int |
aRow, |
|
|
int |
aCol, |
|
|
wxGridCellAttr::wxAttrKind |
aKind |
|
) |
| |
|
protectedinherited |
◆ GetAttr()
wxGridCellAttr * SCH_PIN_TABLE_DATA_MODEL::GetAttr |
( |
int |
aRow, |
|
|
int |
aCol, |
|
|
wxGridCellAttr::wxAttrKind |
aKind |
|
) |
| |
|
inlineoverride |
◆ GetColLabelValue()
wxString SCH_PIN_TABLE_DATA_MODEL::GetColLabelValue |
( |
int |
aCol | ) |
|
|
inlineoverride |
◆ GetNumberCols()
int SCH_PIN_TABLE_DATA_MODEL::GetNumberCols |
( |
| ) |
|
|
inlineoverride |
◆ GetNumberRows()
int SCH_PIN_TABLE_DATA_MODEL::GetNumberRows |
( |
| ) |
|
|
inlineoverride |
◆ GetValue() [1/2]
static wxString SCH_PIN_TABLE_DATA_MODEL::GetValue |
( |
const SCH_PIN & |
aPin, |
|
|
int |
aCol |
|
) |
| |
|
inlinestatic |
Definition at line 176 of file dialog_symbol_properties.cpp.
References COL_ALT_NAME, COL_BASE_NAME, COL_NUMBER, COL_SHAPE, COL_TYPE, SCH_PIN::GetAlt(), SCH_PIN::GetAlternates(), SCH_PIN::GetLibPin(), SCH_PIN::GetName(), SCH_PIN::GetNumber(), SCH_PIN::GetShape(), SCH_PIN::GetType(), PinShapeNames(), and PinTypeNames().
◆ GetValue() [2/2]
wxString SCH_PIN_TABLE_DATA_MODEL::GetValue |
( |
int |
aRow, |
|
|
int |
aCol |
|
) |
| |
|
inlineoverride |
◆ IsEmptyCell()
bool SCH_PIN_TABLE_DATA_MODEL::IsEmptyCell |
( |
int |
row, |
|
|
int |
col |
|
) |
| |
|
inlineoverride |
◆ SetValue()
void SCH_PIN_TABLE_DATA_MODEL::SetValue |
( |
int |
aRow, |
|
|
int |
aCol, |
|
|
const wxString & |
aValue |
|
) |
| |
|
inlineoverride |
◆ SortRows()
void SCH_PIN_TABLE_DATA_MODEL::SortRows |
( |
int |
aSortCol, |
|
|
bool |
ascending |
|
) |
| |
|
inline |
◆ elements
T std::vector< T >::elements |
|
inherited |
◆ m_nameAttrs
std::vector<wxGridCellAttr*> SCH_PIN_TABLE_DATA_MODEL::m_nameAttrs |
|
protected |
◆ m_readOnlyAttr
wxGridCellAttr* SCH_PIN_TABLE_DATA_MODEL::m_readOnlyAttr |
|
protected |
◆ m_shapeAttr
wxGridCellAttr* SCH_PIN_TABLE_DATA_MODEL::m_shapeAttr |
|
protected |
◆ m_typeAttr
wxGridCellAttr* SCH_PIN_TABLE_DATA_MODEL::m_typeAttr |
|
protected |
The documentation for this class was generated from the following file: