Home
last modified time | relevance | path

Searched refs:currentModelIndex (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtreeviewcombobox.h50 QModelIndex currentModelIndex() const;
72 inline QModelIndex TreeViewComboBox::currentModelIndex() const in currentModelIndex() function
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DTrajectory.java81 int currentModelIndex = vwr.am.cmi; in setModel() local
82 if (currentModelIndex >= 0 && currentModelIndex != modelIndex in setModel()
83 && am[currentModelIndex].fileIndex == am[modelIndex].fileIndex) in setModel()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsfeaturelistcombobox.cpp210 QModelIndex QgsFeatureListComboBox::currentModelIndex() const in currentModelIndex() function in QgsFeatureListComboBox
219 …mLineEdit->setText( mModel->data( currentModelIndex(), QgsFeatureFilterModel::ValueRole ).toString… in focusOutEvent()
226 …mLineEdit->setText( mModel->data( currentModelIndex(), QgsFeatureFilterModel::ValueRole ).toString… in keyPressEvent()
H A Dqgsfeaturepickerwidget.cpp215 QModelIndex QgsFeaturePickerWidget::currentModelIndex() const in currentModelIndex() function in QgsFeaturePickerWidget
224 …mLineEdit->setText( mModel->data( currentModelIndex(), QgsFeaturePickerModel::ValueRole ).toString… in focusOutEvent()
231 …mLineEdit->setText( mModel->data( currentModelIndex(), QgsFeaturePickerModel::ValueRole ).toString… in keyPressEvent()
H A Dqgsfeaturepickerwidget.h159 QModelIndex currentModelIndex() const;
H A Dqgsfeaturelistcombobox.h188 QModelIndex currentModelIndex() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsfeaturepickerwidget.cpp215 QModelIndex QgsFeaturePickerWidget::currentModelIndex() const in currentModelIndex() function in QgsFeaturePickerWidget
224 …mLineEdit->setText( mModel->data( currentModelIndex(), QgsFeaturePickerModel::ValueRole ).toString… in focusOutEvent()
231 …mLineEdit->setText( mModel->data( currentModelIndex(), QgsFeaturePickerModel::ValueRole ).toString… in keyPressEvent()
H A Dqgsfeaturelistcombobox.cpp210 QModelIndex QgsFeatureListComboBox::currentModelIndex() const in currentModelIndex() function in QgsFeatureListComboBox
219 …mLineEdit->setText( mModel->data( currentModelIndex(), QgsFeatureFilterModel::ValueRole ).toString… in focusOutEvent()
226 …mLineEdit->setText( mModel->data( currentModelIndex(), QgsFeatureFilterModel::ValueRole ).toString… in keyPressEvent()
H A Dqgsfeaturepickerwidget.h159 QModelIndex currentModelIndex() const;
H A Dqgsfeaturelistcombobox.h188 QModelIndex currentModelIndex() const;
/dports/graphics/krita/krita-4.4.8/plugins/tools/karbonplugins/tools/filterEffectTool/
H A DKoResourceSelector.cpp49 QModelIndex currentModelIndex = me->view()->currentIndex(); in updateIndex() local
51 if (currentIndex < 0 || !currentModelIndex.isValid()) { in updateIndex()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoResourceSelector.cpp49 QModelIndex currentModelIndex = me->view()->currentIndex(); in updateIndex() local
51 if (currentIndex < 0 || !currentModelIndex.isValid()) { in updateIndex()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/widgets/
H A Dlcombo.h78 QModelIndex currentModelIndex() const;
H A Dlcombo.cpp148 QModelIndex LabelCombo::currentModelIndex() const in currentModelIndex() function in MusEGui::LabelCombo
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/
H A DPDBFormat.cpp182 currentModelIndex = 0; in PDBParser()
254 ++currentModelIndex; in parseBioStruct3D()
389 if (currentModelIndex == 0 && atomIsInChain) { in parseAtom()
430 biostruct.modelMap[currentModelIndex + 1].insert(id, a); in parseAtom()
434 Molecule3DModel &model3D = mol->models[currentModelIndex]; in parseAtom()
H A DPDBFormat.h71 int currentModelIndex; variable
/dports/misc/bibletime/bibletime-2.11.2/src/mobile/ui/
H A Dbtwindowinterface.h43 … Q_PROPERTY(int currentModelIndex READ getCurrentModelIndex NOTIFY currentModelIndexChanged)
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/ipodcollection/support/
H A DIpodDeviceHelper.cpp415 int currentModelIndex = configureDialogUi->modelComboBox->currentIndex(); in initializeIpod() local
416 …QByteArray modelNumber = configureDialogUi->modelComboBox->itemData( currentModelIndex ).toString(… in initializeIpod()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dtb1.cpp131 const QModelIndex mdl_idx = raster->currentModelIndex(); in currentRaster()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelkit/
H A DModelKitPopup.java128 private int currentModelIndex = -1; field in ModelKitPopup
209 currentModelIndex = -999; in initializeForModel()
238 currentModelIndex = Math.max(vwr.am.cmi, 0); in jpiUpdateComputedMenus()
239 iatom0 = vwr.ms.am[currentModelIndex].firstAtomIndex; in jpiUpdateComputedMenus()
/dports/misc/bibletime/bibletime-2.11.2/src/mobile/qml/
H A DSearchResults.qml209 currentIndex: btWindowInterface.currentModelIndex
H A DWindow.qml233 currentIndex: btWindowInterface.currentModelIndex
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dfilebrowser.cpp330 QModelIndex currentModelIndex = m_folderTreeView->currentIndex(); in storeFolderHistory() local
332 if (!currentModelIndex.isValid()) return; in storeFolderHistory()
334 if (m_indexHistoryList[m_currentPosition] == currentModelIndex) return; in storeFolderHistory()
338 m_indexHistoryList << currentModelIndex; in storeFolderHistory()
342 else if (m_indexHistoryList[m_currentPosition + 1] == currentModelIndex) { in storeFolderHistory()
352 m_indexHistoryList << currentModelIndex; in storeFolderHistory()
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/
H A Dqgsfeaturepickerwidget.sip.in131 QModelIndex currentModelIndex() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/
H A Dqgsfeaturepickerwidget.sip.in131 QModelIndex currentModelIndex() const;

12