|
| | LAYERS_GRID_TABLE (PCB_BASE_FRAME *aFrame, const LSET &aForbiddenLayers) |
| |
| | ~LAYERS_GRID_TABLE () |
| |
| int | GetNumberRows () override |
| |
| int | GetNumberCols () override |
| |
| bool | CanGetValueAs (int aRow, int aCol, const wxString &aTypeName) override |
| |
| bool | CanSetValueAs (int aRow, int aCol, const wxString &aTypeName) override |
| |
| wxGridCellAttr * | GetAttr (int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) override |
| |
| wxString | GetValue (int aRow, int aCol) override |
| |
| long | GetValueAsLong (int aRow, int aCol) override |
| |
| void | SetValue (int aRow, int aCol, const wxString &aValue) override |
| |
| void | SetValueAsLong (int aRow, int aCol, long aValue) override |
| |
| void | SetColAttr (wxGridCellAttr *aAttr, int aCol) override |
| |
| virtual bool | IsExpanderColumn (int aCol) const |
| |
| virtual GROUP_TYPE | GetGroupType (int aRow) const |
| |
|
| wxGridCellAttr * | enhanceAttr (wxGridCellAttr *aInputAttr, int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) |
| |
◆ LAYERS_GRID_TABLE()
| LAYERS_GRID_TABLE::LAYERS_GRID_TABLE |
( |
PCB_BASE_FRAME * | aFrame, |
|
|
const LSET & | aForbiddenLayers ) |
◆ ~LAYERS_GRID_TABLE()
| LAYERS_GRID_TABLE::~LAYERS_GRID_TABLE |
( |
| ) |
|
◆ CanGetValueAs()
| bool LAYERS_GRID_TABLE::CanGetValueAs |
( |
int | aRow, |
|
|
int | aCol, |
|
|
const wxString & | aTypeName ) |
|
override |
◆ CanSetValueAs()
| bool LAYERS_GRID_TABLE::CanSetValueAs |
( |
int | aRow, |
|
|
int | aCol, |
|
|
const wxString & | aTypeName ) |
|
override |
◆ enhanceAttr()
| wxGridCellAttr * WX_GRID_TABLE_BASE::enhanceAttr |
( |
wxGridCellAttr * | aInputAttr, |
|
|
int | aRow, |
|
|
int | aCol, |
|
|
wxGridCellAttr::wxAttrKind | aKind ) |
|
protectedinherited |
◆ GetAttr()
| wxGridCellAttr * LAYERS_GRID_TABLE::GetAttr |
( |
int | aRow, |
|
|
int | aCol, |
|
|
wxGridCellAttr::wxAttrKind | aKind ) |
|
override |
◆ GetGroupType()
| virtual GROUP_TYPE WX_GRID_TABLE_BASE::GetGroupType |
( |
int | aRow | ) |
const |
|
inlinevirtualinherited |
◆ GetNumberCols()
| int LAYERS_GRID_TABLE::GetNumberCols |
( |
| ) |
|
|
inlineoverride |
◆ GetNumberRows()
| int LAYERS_GRID_TABLE::GetNumberRows |
( |
| ) |
|
|
inlineoverride |
◆ GetValue()
| wxString LAYERS_GRID_TABLE::GetValue |
( |
int | aRow, |
|
|
int | aCol ) |
|
override |
◆ GetValueAsLong()
| long LAYERS_GRID_TABLE::GetValueAsLong |
( |
int | aRow, |
|
|
int | aCol ) |
|
override |
◆ IsExpanderColumn()
| virtual bool WX_GRID_TABLE_BASE::IsExpanderColumn |
( |
int | aCol | ) |
const |
|
inlinevirtualinherited |
◆ SetColAttr()
| void WX_GRID_TABLE_BASE::SetColAttr |
( |
wxGridCellAttr * | aAttr, |
|
|
int | aCol ) |
|
inlineoverrideinherited |
◆ SetValue()
| void LAYERS_GRID_TABLE::SetValue |
( |
int | aRow, |
|
|
int | aCol, |
|
|
const wxString & | aValue ) |
|
override |
◆ SetValueAsLong()
| void LAYERS_GRID_TABLE::SetValueAsLong |
( |
int | aRow, |
|
|
int | aCol, |
|
|
long | aValue ) |
|
override |
◆ elements
| T std::vector< T >::elements |
|
inherited |
◆ m_colAttrs
| std::map<int, wxGridCellAttr*> WX_GRID_TABLE_BASE::m_colAttrs |
|
protectedinherited |
◆ m_frame
◆ m_layerColAttr
| wxGridCellAttr* LAYERS_GRID_TABLE::m_layerColAttr |
|
private |
The documentation for this class was generated from the following file: