Home
last modified time | relevance | path

Searched refs:GetRow (Results 1 – 25 of 1378) sorted by relevance

12345678910>>...56

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/grid/
H A Devents.py43 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
48 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
53 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
58 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
63 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
68 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
73 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
113 value = self.GetCellValue(evt.GetRow(), evt.GetCol())
116 self.moveTo = evt.GetRow(), evt.GetCol()
152 if evt.GetRow() == 6 and evt.GetCol() == 3 and \
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DGridSimple.py108 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
113 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
118 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
123 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
128 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
133 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
138 (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
178 value = self.GetCellValue(evt.GetRow(), evt.GetCol())
181 self.moveTo = evt.GetRow(), evt.GetCol()
217 if evt.GetRow() == 6 and evt.GetCol() == 3 and \
[all …]
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DActualValuesStorageWiz.cpp75 if(event.GetRow() >= m_grid->GetNumberRows() - 1) in OnValueChange()
77 if((m_grid->GetCellValue(event.GetRow(),0) != wxEmptyString) || in OnValueChange()
78 (m_grid->GetCellValue(event.GetRow(),1) != wxEmptyString)) in OnValueChange()
82 if((event.GetRow()>0) && in OnValueChange()
83 (m_grid->GetCellValue(event.GetRow()-1,0) == wxEmptyString) && in OnValueChange()
84 (m_grid->GetCellValue(event.GetRow()-1,1) == wxEmptyString)) in OnValueChange()
85 m_grid->DeleteRows(event.GetRow()-1); in OnValueChange()
90 if((m_grid->GetCellValue(event.GetRow(),0) == wxEmptyString) && in OnValueChange()
91 (m_grid->GetCellValue(event.GetRow(),1) == wxEmptyString)) in OnValueChange()
92 m_grid->DeleteRows(event.GetRow()); in OnValueChange()
H A DVariablesPane.cpp151 m_rightClickRow = event.GetRow(); in OnRightClick()
219 if((event.GetRow()>GetNumberRows()) || (event.GetRow()<0)) in OnTextChange()
222 if(IsValidVariable(GetCellValue(event.GetRow(),0))) in OnTextChange()
224 SetCellValue(event.GetRow(),1,wxT("")); in OnTextChange()
225 SetCellTextColour(event.GetRow(),0,*wxBLACK); in OnTextChange()
229 if(GetCellValue(event.GetRow(),0) != wxEmptyString) in OnTextChange()
231 SetCellTextColour(event.GetRow(),0,*wxRED); in OnTextChange()
232 SetCellTextColour(event.GetRow(),1,*wxLIGHT_GREY); in OnTextChange()
234 RefreshAttr(event.GetRow(), 1); in OnTextChange()
237 RefreshAttr(event.GetRow(), 0); in OnTextChange()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Ddlg_table_control.cpp288 m_pData->On_Changed(event.GetRow(), event.GetCol()); in On_Changed()
299 SetGridCursor(event.GetRow(), event.GetCol()); in On_LClick()
304 Open_Application(GetCellValue(event.GetRow(), event.GetCol())); in On_LClick()
310 g_pData->Open (GetCellValue(event.GetRow(), event.GetCol())); in On_LClick()
319 CSG_Table_Record *pRecord = m_pData->Get_Record(event.GetRow()); in On_LDClick()
347 if( event.GetRow() != -1 ) // select records in On_LClick_Label()
361 SelectRow(event.GetRow(), false); in On_LClick_Label()
364 SetGridCursor(event.GetRow(), GetGridCursorCol()); in On_LClick_Label()
389 SetGridCursor(event.GetRow(), event.GetCol()); in On_RClick()
406 wxString Value = GetCellValue(event.GetRow(), event.GetCol()); in On_RClick()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/demos/dbbrowse/
H A Ddbgrid.cpp208 if ( ev.GetRow() != -1 ) in OnLabelLeftClick()
210 logBuf << _T("row label ") << ev.GetRow(); in OnLabelLeftClick()
239 if ( ev.GetRow() != -1 ) in OnLabelRightClick()
241 logBuf << _T("row label ") << ev.GetRow(); in OnLabelRightClick()
264 if ( ev.GetRow() != -1 ) in OnLabelLeftDClick()
289 if ( ev.GetRow() != -1 ) in OnLabelRightDClick()
313 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellLeftClick()
329 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellRightClick()
345 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellLeftDClick()
361 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellRightDClick()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/demos/dbbrowse/
H A Ddbgrid.cpp208 if ( ev.GetRow() != -1 ) in OnLabelLeftClick()
210 logBuf << _T("row label ") << ev.GetRow(); in OnLabelLeftClick()
239 if ( ev.GetRow() != -1 ) in OnLabelRightClick()
241 logBuf << _T("row label ") << ev.GetRow(); in OnLabelRightClick()
264 if ( ev.GetRow() != -1 ) in OnLabelLeftDClick()
289 if ( ev.GetRow() != -1 ) in OnLabelRightDClick()
313 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellLeftClick()
329 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellRightClick()
345 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellLeftDClick()
361 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellRightDClick()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/demos/dbbrowse/
H A Ddbgrid.cpp208 if ( ev.GetRow() != -1 ) in OnLabelLeftClick()
210 logBuf << _T("row label ") << ev.GetRow(); in OnLabelLeftClick()
239 if ( ev.GetRow() != -1 ) in OnLabelRightClick()
241 logBuf << _T("row label ") << ev.GetRow(); in OnLabelRightClick()
264 if ( ev.GetRow() != -1 ) in OnLabelLeftDClick()
289 if ( ev.GetRow() != -1 ) in OnLabelRightDClick()
313 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellLeftClick()
329 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellRightClick()
345 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellLeftDClick()
361 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellRightDClick()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/demos/dbbrowse/
H A Ddbgrid.cpp208 if ( ev.GetRow() != -1 ) in OnLabelLeftClick()
210 logBuf << _T("row label ") << ev.GetRow(); in OnLabelLeftClick()
239 if ( ev.GetRow() != -1 ) in OnLabelRightClick()
241 logBuf << _T("row label ") << ev.GetRow(); in OnLabelRightClick()
264 if ( ev.GetRow() != -1 ) in OnLabelLeftDClick()
289 if ( ev.GetRow() != -1 ) in OnLabelRightDClick()
313 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellLeftClick()
329 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellRightClick()
345 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellLeftDClick()
361 logBuf << _T("Cell at row ") << ev.GetRow() in OnCellRightDClick()
[all …]
/dports/science/py-abipy/abipy-0.9.0/abipy/gui/awx/
H A Dgrids.py232 … self.log.write("OnCellLeftClick: (%d,%d) %s\n" % (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
236 … self.log.write("OnCellRightClick: (%d,%d) %s\n" % (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
240 … self.log.write("OnCellLeftDClick: (%d,%d) %s\n" % (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
282 … self.log.write("OnCellChange: (%d,%d) %s\n" % (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
288 value = self.GetCellValue(evt.GetRow(), evt.GetCol())
291 self.moveTo = evt.GetRow(), evt.GetCol()
323 if evt.GetRow() == 6 and evt.GetCol() == 3 and \
329 … self.log.write("OnEditorShown: (%d,%d) %s\n" % (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
333 if evt.GetRow() == 6 and evt.GetCol() == 3 and \
339 … self.log.write("OnEditorHidden: (%d,%d) %s\n" % (evt.GetRow(), evt.GetCol(), evt.GetPosition()))
[all …]
/dports/devel/vcglib/vcglib-2020.09/apps/test/quaternion/
H A Dquat_test.cpp55 cout << "Row norms: " << m.GetRow(0).Norm() << " " in verify()
56 << m.GetRow(1).Norm() << " " in verify()
57 << m.GetRow(2).Norm() << endl; in verify()
71 cout << "Row norms: " << m.GetRow(0).Norm() << " " in verify()
72 << m.GetRow(1).Norm() << " " in verify()
73 << m.GetRow(2).Norm() << endl; in verify()
134 …cout << "norms: " << m.GetRow(0).Norm() << " " << m.GetRow(1).Norm() << " " << m.GetRow(2).Norm() … in main()
/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Dimagesource_devicen_remap.cpp33 ISDataType *ImageSource_DeviceN_Remap::GetRow(int row) in GetRow() function in ImageSource_DeviceN_Remap
42 ISDataType *srcdata=source->GetRow(row); in GetRow()
111 ISDataType *ImageSource_ToDeviceN::GetRow(int row) in GetRow() function in ImageSource_ToDeviceN
113 ISDataType *src=source->GetRow(row); in GetRow()
176 ISDataType *ImageSource_DeviceNToRGB::GetRow(int row) in GetRow() function in ImageSource_DeviceNToRGB
181 ISDataType *src=source->GetRow(row); in GetRow()
235 ISDataType *ImageSource_DeviceNToCMYK::GetRow(int row) in GetRow() function in ImageSource_DeviceNToCMYK
237 return(source->GetRow(row)); in GetRow()
H A Dimagesource_bilinear.cpp31 ISDataType *ImageSource_Bilinear::GetRow(int row) in GetRow() function in ImageSource_Bilinear
33 return(source->GetRow(row)); in GetRow()
61 ISDataType *ImageSource_HBilinear::GetRow(int row) in GetRow() function in ImageSource_HBilinear
68 ISDataType *src=source->GetRow(row); in GetRow()
123 ISDataType *ImageSource_VBilinear::GetRow(int row) in GetRow() function in ImageSource_VBilinear
143 src1=source->GetRow(srow1); in GetRow()
150 src2=source->GetRow(srow2); in GetRow()
H A Dimagesource_scale.cpp32 ISDataType *ImageSource_Scale::GetRow(int row) in GetRow() function in ImageSource_Scale
34 return(source->GetRow(row)); in GetRow()
61 ISDataType *ImageSource_VScale::GetRow(int row) in GetRow() function in ImageSource_VScale
69 ISDataType *srcdata=source->GetRow(srcrow); in GetRow()
102 ISDataType *ImageSource_HScale::GetRow(int row) in GetRow() function in ImageSource_HScale
109 ISDataType *srcdata=source->GetRow(row); in GetRow()
H A Dimagesource_downsample.cpp26 ISDataType *ImageSource_Downsample::GetRow(int row) in GetRow() function in ImageSource_Downsample
28 return(source->GetRow(row)); in GetRow()
55 ISDataType *ImageSource_HDownsample::GetRow(int row) in GetRow() function in ImageSource_HDownsample
68 ISDataType *srcdata=source->GetRow(row); in GetRow()
154 ISDataType *ImageSource_VDownsample::GetRow(int row) in GetRow() function in ImageSource_VDownsample
170 srcdata=source->GetRow(srcrow++); in GetRow()
186 srcdata=source->GetRow(srcrow); in GetRow()
/dports/audio/chromaprint/chromaprint-v1.5.0/src/utils/
H A Drolling_integral_image.h58 auto row = GetRow(r2 - 1); in Area()
65 auto row1 = GetRow(r1 - 1); in Area()
66 auto row2 = GetRow(r2 - 1); in Area()
85 auto current_row_begin = GetRow(m_num_rows); in AddRow()
89 auto last_row_begin = GetRow(m_num_rows - 1); in AddRow()
104 std::vector<double>::iterator GetRow(size_t i) { in GetRow() function
109 std::vector<double>::const_iterator GetRow(size_t i) const { in GetRow() function
/dports/misc/kcd/kcd-7.15.0/
H A Dkhwin.cc432 vscroll.SetVisualSize(GetRow()); in Init()
451 if (GetRow() && GetCol()) in Init()
732 (GetRow()-1)/2; in PrepareDisplay()
1494 if (curRow >= GetRow()) { in ProcessKeyDown()
1495 curRow = GetRow()-1; in ProcessKeyDown()
1561 if (curRow >= GetRow()) { in ProcessKeyLastLine()
1562 curRow = GetRow()-1; in ProcessKeyLastLine()
1606 (GetRow()-1); in ProcessKeyScrollUpLines()
1676 (GetRow()-1); in ProcessKeyScrollDownLines()
1769 padRow = GetDocRow()-GetRow(); in ProcessKeyLastPage()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dgridsel.cpp138 int row = coords.GetRow(); in SetSelectionMode()
151 int topRow = coords.GetRow(); in SetSelectionMode()
154 int bottomRow = coords.GetRow(); in SetSelectionMode()
221 if ( coords1.GetRow() == row && row == coords2.GetRow() ) in SelectRow()
232 if ( coords1.GetRow() <= row && row <= coords2.GetRow() ) in SelectRow()
325 else if ( coords1.GetRow() == 0 && in SelectCol()
672 int topRow = coords1.GetRow(); in ToggleCellSelection()
674 int bottomRow = coords2.GetRow(); in ToggleCellSelection()
946 wxCoord row = coords.GetRow(); in UpdateRows()
978 wxCoord row1 = coords1.GetRow(); in UpdateRows()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dgridsel.cpp138 int row = coords.GetRow(); in SetSelectionMode()
151 int topRow = coords.GetRow(); in SetSelectionMode()
154 int bottomRow = coords.GetRow(); in SetSelectionMode()
221 if ( coords1.GetRow() == row && row == coords2.GetRow() ) in SelectRow()
232 if ( coords1.GetRow() <= row && row <= coords2.GetRow() ) in SelectRow()
325 else if ( coords1.GetRow() == 0 && in SelectCol()
672 int topRow = coords1.GetRow(); in ToggleCellSelection()
674 int bottomRow = coords2.GetRow(); in ToggleCellSelection()
946 wxCoord row = coords.GetRow(); in UpdateRows()
978 wxCoord row1 = coords1.GetRow(); in UpdateRows()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dgridsel.cpp138 int row = coords.GetRow(); in SetSelectionMode()
151 int topRow = coords.GetRow(); in SetSelectionMode()
154 int bottomRow = coords.GetRow(); in SetSelectionMode()
221 if ( coords1.GetRow() == row && row == coords2.GetRow() ) in SelectRow()
232 if ( coords1.GetRow() <= row && row <= coords2.GetRow() ) in SelectRow()
325 else if ( coords1.GetRow() == 0 && in SelectCol()
672 int topRow = coords1.GetRow(); in ToggleCellSelection()
674 int bottomRow = coords2.GetRow(); in ToggleCellSelection()
946 wxCoord row = coords.GetRow(); in UpdateRows()
978 wxCoord row1 = coords1.GetRow(); in UpdateRows()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dgridsel.cpp138 int row = coords.GetRow(); in SetSelectionMode()
151 int topRow = coords.GetRow(); in SetSelectionMode()
154 int bottomRow = coords.GetRow(); in SetSelectionMode()
221 if ( coords1.GetRow() == row && row == coords2.GetRow() ) in SelectRow()
232 if ( coords1.GetRow() <= row && row <= coords2.GetRow() ) in SelectRow()
325 else if ( coords1.GetRow() == 0 && in SelectCol()
672 int topRow = coords1.GetRow(); in ToggleCellSelection()
674 int bottomRow = coords2.GetRow(); in ToggleCellSelection()
946 wxCoord row = coords.GetRow(); in UpdateRows()
978 wxCoord row1 = coords1.GetRow(); in UpdateRows()
[all …]
/dports/cad/veroroute/VeroRoute/Src/
H A DCompManager.h224 if ( pPrev == nullptr || p->GetRow() != pPrev->GetRow() ) // Reset all if new row in CalculateWireInfo()
241 if ( wiresH[J]->GetRow() != wiresH[J+1]->GetRow() || in CalculateWireInfo()
264 else if ( p->GetRow() == pLast->GetLastRow() ) // If touches pLast ... in CalculateWireInfo()
266 else if ( p->GetRow() > pLast->GetLastRow() ) // If beyond pLast ... in CalculateWireInfo()
268 else if ( p->GetRow() < pPrev->GetLastRow() ) // If overlap pPrev ... in CalculateWireInfo()
276 wiresV[J]->GetLastRow() != wiresV[J+1]->GetRow() ) break; in CalculateWireInfo()
291 if ( pH->GetRow() > pV->GetRow() && in CalculateWireInfo()
292 pH->GetRow() < pV->GetLastRow() && in CalculateWireInfo()
431 if ( pA->GetRow() != pB->GetRow() ) return pA->GetRow() < pB->GetRow(); in operator()
437 return pA->GetRow() < pB->GetRow(); in operator()
/dports/japanese/ne/ne/src/
H A Dcursor.c19 int GetRow() {return csrse.cy;} in GetRow() function
122 if (n<GetRow()) in csr_setly()
131 LineOffsetSet(GetLineOffset()+dy-GetRow()); in csr_setdy()
144 term_locate(GetRow(), GetCol()+NumWidth); in CursorMove()
151 term_locate(GetRow(), GetCol()+NumWidth); in CursorMove()
166 csr_setdy(GetRow()-1); in op_cursor_up()
172 csr_setdy(GetRow()+1); in op_cursor_down()
248 csr_setdy(min(GetMaxRow()-1,GetRow()+GetLastNumber()-GetLineOffset())); in op_cursor_sdown()
/dports/print/photoprint/photoprint-0.4.2-pre2/imageutils/
H A Dcachedimage.cpp71 ISDataType *srcdata=source->GetRow(row); in ReadRow()
72 ISDataType *dstdata=GetRow(row); in ReadRow()
79 ISDataType *CachedImage_Deferred::GetRow(int row) in GetRow() function in CachedImage_Deferred
92 ISDataType *row=GetRow(y); in GetPixel()
136 ISDataType *ImageSource_CachedImage::GetRow(int row) in GetRow() function in ImageSource_CachedImage
138 return(image->GetRow(row)); in GetRow()
/dports/math/gambit/gambit-16.0.1/src/gui/
H A Defgprofile.cc57 m_doc->SetCurrentProfile(p_event.GetRow() + 1); in OnLabelClick()
69 m_doc->SetCurrentProfile(p_event.GetRow() + 1); in OnCellClick()
75 return wxString::Format(wxT("%d"), p_coords.GetRow() + 1); in GetCellValue()
89 p_coords.GetRow()+1).c_str(), in GetCellValue()
106 if (p_coords.GetRow()+1 == currentProfile) { in GetAttr()
123 if (p_coords.GetRow() > 0) { in GetAttr()
133 if (p_coords.GetRow()+1 == currentProfile) { in GetAttr()

12345678910>>...56