Searched refs:GetNumberRows (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgridsel.cpp170 if (topRow != 0 || bottomRow != m_grid->GetNumberRows() - 1 )
175 m_grid->GetNumberRows() - 1, rightCol,
299 if ( BlockContainsCell( 0, col, m_grid->GetNumberRows() - 1, col,
326 coords2.GetRow() == m_grid->GetNumberRows() - 1 )
364 wxGridCellCoords( m_grid->GetNumberRows() - 1, col ) );
373 wxGridCellCoords( m_grid->GetNumberRows() - 1, col ),
396 bottomRow = m_grid->GetNumberRows() - 1;
503 m_grid->GetNumberRows() - 1, m_colSelection[n],
561 SelectBlock(0, col, m_grid->GetNumberRows() - 1, col,
751 if ( row < m_grid->GetNumberRows()
[all...]
H A Dgrid.cpp3491 int wxGridStringTable::GetNumberRows() function in class:wxGridStringTable
3506 wxCHECK_MSG( (row < GetNumberRows()) && (col < GetNumberCols()),
3515 wxCHECK_RET( (row < GetNumberRows()) && (col < GetNumberCols()),
3523 wxCHECK_MSG( (row < GetNumberRows()) && (col < GetNumberCols()),
4550 m_numRows = table->GetNumberRows();
5031 if ( !GetNumberRows() )
5226 attrProvider->UpdateAttrRows( 0, -GetNumberRows() );
5811 GetNumberRows() - 1, col,
7161 if ( GetGridCursorRow() < GetNumberRows()-1 )
7408 bottomRow = GetNumberRows()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h189 int GetNumberRows() { return m_sizeGrid; } function in class:BigGridTable
239 virtual int GetNumberRows();
H A Dgriddemo.cpp261 int ir = grid->GetNumberRows();
671 for ( int n = 0; n < grid->GetNumberRows(); )
1261 int BugsGridTable::GetNumberRows() function in class:BugsGridTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbgrid.h120 virtual int GetNumberRows() function in class:wxDbGridTableBase
122 wxLogDebug(wxT(" GetNumberRows() = %i"),m_rowtotal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridtbl.tex23 \membersection{wxGridTableBase::GetNumberRows}\label{wxgridtablebasegetnumberrows}
25 \func{int}{GetNumberRows}{\void}
H A Dgrid.tex939 \membersection{wxGrid::GetNumberRows}\label{wxgridgetnumberrows}
941 \func{int}{GetNumberRows}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h835 virtual int GetNumberRows() = 0;
980 int GetNumberRows();
1116 int GetNumberRows() { return m_numRows; } function in class:wxGrid
1640 int GetRows() { return GetNumberRows(); }

Completed in 125 milliseconds