|
| | LAYER_NAMES_GRID_TABLE () |
| |
| int | GetNumberRows () override |
| |
| int | GetNumberCols () override |
| |
| wxString | GetColLabelValue (int aCol) override |
| |
| bool | CanGetValueAs (int aRow, int aCol, const wxString &aTypeName) override |
| |
| bool | CanSetValueAs (int aRow, int aCol, const wxString &aTypeName) override |
| |
| wxString | GetValue (int row, int col) override |
| |
| void | SetValue (int row, int col, const wxString &value) override |
| |
| long | GetValueAsLong (int row, int col) override |
| |
| void | SetValueAsLong (int row, int col, long value) override |
| |
| bool | AppendRows (size_t aNumRows=1) override |
| |
| bool | DeleteRows (size_t aPos, size_t aNumRows) override |
| |
| void | SetColAttr (wxGridCellAttr *aAttr, int aCol) override |
| |
| wxGridCellAttr * | GetAttr (int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) 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) |
| |
Definition at line 45 of file panel_display_options.cpp.
◆ LAYER_NAMES_GRID_TABLE()
| LAYER_NAMES_GRID_TABLE::LAYER_NAMES_GRID_TABLE |
( |
| ) |
|
|
inline |
◆ AppendRows()
| bool LAYER_NAMES_GRID_TABLE::AppendRows |
( |
size_t | aNumRows = 1 | ) |
|
|
inlineoverride |
◆ CanGetValueAs()
| bool LAYER_NAMES_GRID_TABLE::CanGetValueAs |
( |
int | aRow, |
|
|
int | aCol, |
|
|
const wxString & | aTypeName ) |
|
inlineoverride |
◆ CanSetValueAs()
| bool LAYER_NAMES_GRID_TABLE::CanSetValueAs |
( |
int | aRow, |
|
|
int | aCol, |
|
|
const wxString & | aTypeName ) |
|
inlineoverride |
◆ DeleteRows()
| bool LAYER_NAMES_GRID_TABLE::DeleteRows |
( |
size_t | aPos, |
|
|
size_t | aNumRows ) |
|
inlineoverride |
◆ 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 LAYER_NAMES_GRID_TABLE::GetColLabelValue |
( |
int | aCol | ) |
|
|
inlineoverride |
◆ GetGroupType()
| virtual GROUP_TYPE WX_GRID_TABLE_BASE::GetGroupType |
( |
int | aRow | ) |
const |
|
inlinevirtualinherited |
◆ GetNumberCols()
| int LAYER_NAMES_GRID_TABLE::GetNumberCols |
( |
| ) |
|
|
inlineoverride |
◆ GetNumberRows()
| int LAYER_NAMES_GRID_TABLE::GetNumberRows |
( |
| ) |
|
|
inlineoverride |
◆ GetValue()
| wxString LAYER_NAMES_GRID_TABLE::GetValue |
( |
int | row, |
|
|
int | col ) |
|
inlineoverride |
◆ GetValueAsLong()
| long LAYER_NAMES_GRID_TABLE::GetValueAsLong |
( |
int | row, |
|
|
int | col ) |
|
inlineoverride |
◆ 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 LAYER_NAMES_GRID_TABLE::SetValue |
( |
int | row, |
|
|
int | col, |
|
|
const wxString & | value ) |
|
inlineoverride |
◆ SetValueAsLong()
| void LAYER_NAMES_GRID_TABLE::SetValueAsLong |
( |
int | row, |
|
|
int | col, |
|
|
long | value ) |
|
inlineoverride |
◆ m_colAttrs
| std::map<int, wxGridCellAttr*> WX_GRID_TABLE_BASE::m_colAttrs |
|
protectedinherited |
◆ m_items
The documentation for this class was generated from the following file: