Search Toolkit Book for CwxGridTableAdapter
CGridTableQuery. More...
#include <gui/widgets/grid_widget/wxgrid_table_adapter.hpp>
CGridTableQuery.
Definition at line 52 of file wxgrid_table_adapter.hpp.
◆ CwxGridTableAdapter() ◆ ~CwxGridTableAdapter() CwxGridTableAdapter::~CwxGridTableAdapter ( ) ◆ CanGetValueAs() bool CwxGridTableAdapter::CanGetValueAs ( int row, int col, const wxString & typeName ) virtual ◆ CanSetValueAs() bool CwxGridTableAdapter::CanSetValueAs ( int row, int col, const wxString & typeName ) virtual ◆ CreateMenu() static wxMenu * CwxGridTableAdapter::CreateMenu ( ) ◆ GetColLabelValue() wxString CwxGridTableAdapter::GetColLabelValue ( int col ) virtual ◆ GetCurrentRow() size_t CwxGridTableAdapter::GetCurrentRow ( size_t queryRow ) const virtual ◆ GetHtmlValue() wxString CwxGridTableAdapter::GetHtmlValue ( int row, int col ) ◆ GetNumberCols() int CwxGridTableAdapter::GetNumberCols ( ) virtual ◆ GetNumberRows() int CwxGridTableAdapter::GetNumberRows ( ) virtual ◆ GetOriginalRow() size_t CwxGridTableAdapter::GetOriginalRow ( size_t queryRow ) const virtual ◆ GetRegPath() string CwxGridTableAdapter::GetRegPath ( ) const ◆ GetRowLabelValue() wxString CwxGridTableAdapter::GetRowLabelValue ( int row ) virtual ◆ GetSortColumn() virtual TSortColumn CwxGridTableAdapter::GetSortColumn ( ) const inlinevirtual ◆ GetValue() wxString CwxGridTableAdapter::GetValue ( int row, int col ) virtual ◆ GetValueAsDouble() double CwxGridTableAdapter::GetValueAsDouble ( int row, int col ) virtual ◆ GetValueAsLong() long CwxGridTableAdapter::GetValueAsLong ( int row, int col ) virtual ◆ IsColumnShown() bool CwxGridTableAdapter::IsColumnShown ( size_t col ) const virtual ◆ IsEmptyCell() ◆ IterateSelection() void CwxGridTableAdapter::IterateSelection ( int dir ) virtual ◆ LoadSettings() void CwxGridTableAdapter::LoadSettings ( ) virtualImplements IRegSettings.
Definition at line 804 of file wxgrid_table_adapter.cpp.
References CGuiRegistry::GetInstance(), CRegistryReadView::GetIntVec(), CGuiRegistry::GetReadView(), i, kVisibleColumns, m_RegPath, IGridTableAdapter::m_TableData, IGridTableAdapter::m_VisibleColumns, x_UpdateRenderers(), and x_ValidateColumns().
Referenced by CGridWidget::SetRegistryPath(), and CGridWidget::x_InitGrid().
◆ SaveSettings() void CwxGridTableAdapter::SaveSettings ( ) const virtual ◆ SetRegistryPath() virtual void CwxGridTableAdapter::SetRegistryPath ( const string & reg_path ) inlinevirtual ◆ SetSelection() void CwxGridTableAdapter::SetSelection ( const vector< size_t > & query_sel ) virtual ◆ SetValue() void CwxGridTableAdapter::SetValue ( int row, int col, const wxString & value ) virtual ◆ SetValueAsDouble() void CwxGridTableAdapter::SetValueAsDouble ( int row, int col, double value ) virtual ◆ SetValueAsLong() void CwxGridTableAdapter::SetValueAsLong ( int row, int col, long value ) virtual ◆ SetView() void CwxGridTableAdapter::SetView ( wxGrid * grid ) virtual ◆ ShowColumn() void CwxGridTableAdapter::ShowColumn ( size_t col, bool show ) virtual ◆ SortByColumn() void CwxGridTableAdapter::SortByColumn ( TSortColumn sortColumn ) virtual ◆ x_ColToTableData() bool CwxGridTableAdapter::x_ColToTableData ( int & col ) protected ◆ x_CoordsToTableData() bool CwxGridTableAdapter::x_CoordsToTableData ( int & row, int & col ) protectedDefinition at line 313 of file wxgrid_table_adapter.cpp.
References int, IGridTableAdapter::m_HideUnselected, m_RowToTable, IGridTableAdapter::m_Selected, m_SelectedRowToTable, IGridTableAdapter::m_VisibleColumns, and row.
Referenced by CanGetValueAs(), CanSetValueAs(), GetHtmlValue(), GetValue(), GetValueAsDouble(), GetValueAsLong(), SetValue(), SetValueAsDouble(), and SetValueAsLong().
◆ x_GetDefaultRendererAttr() wxGridCellAttr * CwxGridTableAdapter::x_GetDefaultRendererAttr ( bool allowEdit ) protected ◆ x_GetFloatRendererAttr() wxGridCellAttr * CwxGridTableAdapter::x_GetFloatRendererAttr ( bool allowEdit ) protected ◆ x_GetHtmlCellAttrL() wxGridCellAttr * CwxGridTableAdapter::x_GetHtmlCellAttrL ( ) protected ◆ x_GetHtmlCellAttrR() wxGridCellAttr * CwxGridTableAdapter::x_GetHtmlCellAttrR ( ) protected ◆ x_GetIntRendererAttr() wxGridCellAttr * CwxGridTableAdapter::x_GetIntRendererAttr ( bool allowEdit ) protected ◆ x_LoadColumnWidth() ◆ x_ResetRows() void CwxGridTableAdapter::x_ResetRows ( ) protected ◆ x_RowToTableData() bool CwxGridTableAdapter::x_RowToTableData ( int & row ) protected ◆ x_SaveColumnWidth() void CwxGridTableAdapter::x_SaveColumnWidth ( const string & label, int width ) protected ◆ x_UpdateRenderers() void CwxGridTableAdapter::x_UpdateRenderers ( ) protectedDefinition at line 94 of file wxgrid_table_adapter.cpp.
References i, ITERATE, ITableData::kCommonString, ITableData::kInt, ITableData::kReal, ITableData::kString, IGridTableAdapter::m_TableData, IGridTableAdapter::m_VisibleColumns, strings, x_GetDefaultRendererAttr(), x_GetFloatRendererAttr(), x_GetHtmlCellAttrL(), x_GetHtmlCellAttrR(), and x_GetIntRendererAttr().
Referenced by CwxGridTableAdapter(), LoadSettings(), and ShowColumn().
◆ x_UpdateSelectedIndices() void CwxGridTableAdapter::x_UpdateSelectedIndices ( ) protected ◆ x_ValidateColumns() bool CwxGridTableAdapter::x_ValidateColumns ( const vector< size_t > & colums ) const protected ◆ m_CmdProccessor ◆ m_DefaultCellAttr wxGridCellAttr* CwxGridTableAdapter::m_DefaultCellAttr protected ◆ m_EventHandler ◆ m_FloatCellAttr wxGridCellAttr* CwxGridTableAdapter::m_FloatCellAttr protected ◆ m_FloatCellAttrEdit wxGridCellAttr* CwxGridTableAdapter::m_FloatCellAttrEdit protected ◆ m_HtmlCellAttrL wxGridCellAttr* CwxGridTableAdapter::m_HtmlCellAttrL protected ◆ m_HtmlCellAttrR wxGridCellAttr* CwxGridTableAdapter::m_HtmlCellAttrR protected ◆ m_IntCellAttr wxGridCellAttr* CwxGridTableAdapter::m_IntCellAttr protected ◆ m_IntCellAttrEdit wxGridCellAttr* CwxGridTableAdapter::m_IntCellAttrEdit protected ◆ m_RegPath string CwxGridTableAdapter::m_RegPath protected ◆ m_RowToTable vector<size_t> CwxGridTableAdapter::m_RowToTable protected ◆ m_SelectedRowToTable vector<size_t> CwxGridTableAdapter::m_SelectedRowToTable protected ◆ m_SelectedTableToRow vector<size_t> CwxGridTableAdapter::m_SelectedTableToRow protected ◆ m_SortColumn ◆ m_TableToRow vector<size_t> CwxGridTableAdapter::m_TableToRow protected ◆ m_TextCellAttrEdit wxGridCellAttr* CwxGridTableAdapter::m_TextCellAttrEdit protectedThe documentation for this class was generated from the following files:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4