Searched refs:GetCol (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbgrid.cpp191 << _T(" col ") << ev.GetCol();
212 else if ( ev.GetCol() != -1 )
214 logBuf << _T("col label ") << ev.GetCol();
243 else if ( ev.GetCol() != -1 )
245 logBuf << _T("col label ") << ev.GetCol();
268 else if ( ev.GetCol() != -1 )
270 logBuf << _T("col label ") << ev.GetCol();
293 else if ( ev.GetCol() != -1 )
295 logBuf << _T("col label ") << ev.GetCol();
314 << _T(" col ") << ev.GetCol();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgridsel.cpp66 if ( row == coords.GetRow() && col == coords.GetCol() )
78 if ( BlockContainsCell(coords1.GetRow(), coords1.GetCol(),
79 coords2.GetRow(), coords2.GetCol(),
139 int col = coords.GetCol();
152 int leftCol = coords.GetCol();
155 int rightCol = coords.GetCol();
202 coords.GetRow(), coords.GetCol() ) )
228 else if ( coords1.GetCol() == 0 &&
229 coords2.GetCol() == m_grid->GetNumberCols() - 1 )
300 coords.GetRow(), coords.GetCol() ) )
[all...]
H A Dgrid.cpp2753 wxCoord col = coords.GetCol();
2787 if ( (coords.GetRow() == row) && (coords.GetCol() == col) )
4565 wxMin(m_numCols, m_currentCellCoords.GetCol()));
4567 m_selectingTopLeft.GetCol() >= m_numCols)
4577 m_selectingBottomRight.GetCol()));
4770 int c = m_currentCellCoords.GetCol();
5207 if ( m_currentCellCoords.GetCol() >= m_numCols )
5810 m_currentCellCoords.GetCol(),
6073 GetCellSize( coords.GetRow(), coords.GetCol(), &cell_rows, &cell_cols );
6077 coords.SetCol(coords.GetCol()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgbposition.tex26 \membersection{wxGBPosition::GetCol}\label{wxgbpositiongetcol}
28 \constfunc{int}{GetCol}{\void}
H A Dgridevt.tex36 \membersection{wxGridEditorCreatedEvent::GetCol}\label{wxgrideditorcreatedeventgetcol}
38 \func{int}{GetCol}{\void}
118 \membersection{wxGridEvent::GetCol}\label{wxgrideventgetcol}
120 \func{int}{GetCol}{\void}
H A Ddb.tex4114 overriding GetCol() and SetCol() to provide calculated fields. This does work but care should
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h1033 int GetCol() const { return m_col; } function in class:wxGridCellCoords
1249 { return CellToRect( coords.GetRow(), coords.GetCol() ); }
1252 int GetGridCursorCol() { return m_currentCellCoords.GetCol(); }
1259 { return IsVisible( coords.GetRow(), coords.GetCol(), wholeCellVisible ); }
1262 { MakeCellVisible( coords.GetRow(), coords.GetCol() ); }
1498 { return GetCellValue( coords.GetRow(), coords.GetCol() ); }
1502 { SetCellValue( coords.GetRow(), coords.GetCol(), s ); }
1521 { SelectBlock( topLeft.GetRow(), topLeft.GetCol(),
1522 bottomRight.GetRow(), bottomRight.GetCol(),
1540 { return IsInSelection( coords.GetRow(), coords.GetCol() ); }
2040 virtual int GetCol() { return m_col; } function in class:wxGridEvent
2186 int GetCol() { return m_col; } function in class:wxGridEditorCreatedEvent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.cpp796 else if ( ev.GetCol() != -1 )
798 logBuf << _T("Left click on col label ") << ev.GetCol();
819 wxLogMessage(_T("Left click at row %d, col %d"), ev.GetRow(), ev.GetCol());
870 (unsigned long)n, c.GetCol(), c.GetRow());
929 << _T(" col ") << ev.GetCol()
936 if ( ((wxGrid *)ev.GetEventObject())->GetColPos( ev.GetCol() ) != ev.GetCol() )
937 logBuf << _T(" *** Column moved, current position: ") << ((wxGrid *)ev.GetEventObject())->GetColPos( ev.GetCol() );
969 col = ev.GetCol();
980 ev.GetRow(), ev.GetCol());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgbsizer.cpp90 col = m_pos.GetCol();
143 othercol = pos.GetCol();
164 col = m_pos.GetCol() + m_span.GetColspan() - 1;
642 for (int c=item->GetPos().GetCol(); c<col; c++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgbsizer.h40 int GetCol() const { return m_col; } function in class:wxGBPosition
H A Ddbtable.h327 virtual wxVariant GetCol(const int colNumber) const { return GetColumn(colNumber); }; function in class:wxDbTable

Completed in 716 milliseconds