Home
last modified time | relevance | path

Searched refs:onRowDoubleClicked (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/GUISupport/Qt/
H A DvtkQtDebugLeaksView.cxx99 this, SLOT(onRowDoubleClicked(const QModelIndex&))); in vtkQtDebugLeaksView()
103 this, SLOT(onRowDoubleClicked(const QModelIndex&))); in vtkQtDebugLeaksView()
212 void vtkQtDebugLeaksView::onRowDoubleClicked(const QModelIndex& index) in onRowDoubleClicked() function in vtkQtDebugLeaksView
H A DvtkQtDebugLeaksView.h75 void onRowDoubleClicked(const QModelIndex&);
/dports/math/vtk6/VTK-6.2.0/GUISupport/Qt/
H A DvtkQtDebugLeaksView.cxx99 this, SLOT(onRowDoubleClicked(const QModelIndex&))); in vtkQtDebugLeaksView()
103 this, SLOT(onRowDoubleClicked(const QModelIndex&))); in vtkQtDebugLeaksView()
212 void vtkQtDebugLeaksView::onRowDoubleClicked(const QModelIndex& index) in onRowDoubleClicked() function in vtkQtDebugLeaksView
H A DvtkQtDebugLeaksView.h69 void onRowDoubleClicked(const QModelIndex&);
/dports/math/vtk9/VTK-9.1.0/GUISupport/Qt/
H A DvtkQtDebugLeaksView.cxx97 this, SLOT(onRowDoubleClicked(const QModelIndex&))); in vtkQtDebugLeaksView()
100 SIGNAL(doubleClicked(const QModelIndex&)), this, SLOT(onRowDoubleClicked(const QModelIndex&))); in vtkQtDebugLeaksView()
217 void vtkQtDebugLeaksView::onRowDoubleClicked(const QModelIndex& index) in onRowDoubleClicked() function in vtkQtDebugLeaksView
H A DvtkQtDebugLeaksView.h73 void onRowDoubleClicked(const QModelIndex&);
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dstatus.py217 tv.doubleClicked.connect(self.onRowDoubleClicked)
529 def onRowDoubleClicked(self, index): member in StatusWidget