Home
last modified time | relevance | path

Searched refs:slotChangeSelection (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/project/dialogs/
H A Dprofilewidget.cpp65 …electionModel, &QItemSelectionModel::currentRowChanged, this, &ProfileWidget::slotChangeSelection); in ProfileWidget()
74 slotChangeSelection(current, old); in ProfileWidget()
205 void ProfileWidget::slotChangeSelection(const QModelIndex &current, const QModelIndex &previous) in slotChangeSelection() function in ProfileWidget
H A Dprofilewidget.h56 void slotChangeSelection(const QModelIndex &current, const QModelIndex &previous);
/dports/science/code_saturne/code_saturne-7.1.0/gui/studymanager_gui/
H A DManageCasesView.py450 self.treeViewCases.clicked.connect(self.slotChangeSelection)
563 self.slotChangeSelection()
580 self.slotChangeSelection()
601 self.slotChangeSelection()
618 self.slotChangeSelection()
635 self.slotChangeSelection()
638 def slotChangeSelection(self): member in ManageCasesView
/dports/science/code_saturne/code_saturne-7.1.0/gui/Pages/
H A DLocalizationView.py402 self.tableView.clicked.connect(self.slotChangeSelection)
415 def slotChangeSelection(self): member in LocalizationView
426 self.slotChangeSelection()
451 self.slotChangeSelection()
H A DBoundaryNatureView.py254 self.tableView.clicked.connect(self.slotChangeSelection)
262 def slotChangeSelection(self): member in BoundaryNatureView
H A DSpeciesView.py353 self.tableViewPassifScalar.clicked.connect(self.slotChangeSelection)
367 def slotChangeSelection(self, text=None): member in SpeciesView
H A DTurboMachineryView.py274 self.tableViewTurboMachinery.clicked[QModelIndex].connect(self.slotChangeSelection)
364 def slotChangeSelection(self, text=None): member in TurboMachineryView
H A DTurbulenceNeptuneView.py514 self.tableViewTurbulence.clicked.connect(self.slotChangeSelection)
531 def slotChangeSelection(self, text=None): member in TurbulenceView
H A DThermodynamicsFieldView.py570 self.tableViewProperties.clicked.connect(self.slotChangeSelection)
678 def slotChangeSelection(self, text=None): member in ThermodynamicsFieldView
/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DView.h332 void slotChangeSelection(const Region&);
H A DView.cpp708 connect(d->selection, SIGNAL(changed(Region)), this, SLOT(slotChangeSelection(Region))); in initView()
1801 void View::slotChangeSelection(const Calligra::Sheets::Region& changedRegion) in slotChangeSelection() function in View