Home
last modified time | relevance | path

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

/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dnn-widget.cpp20 …{&modelIndexes.allOperatorBoxes, &modelIndexes.allTensorLabelBoxes, &modelIndexes.allInputBoxes, & in open()
55 …for (auto index : {&modelIndexes.allOperatorBoxes,&modelIndexes.allTensorLabelBoxes,&modelIndexes.… in clearIndices()
65 …for (PluginInterface::OperatorId oid = 0, oide = modelIndexes.allOperatorBoxes.size(); oid < oide;… in findObjectAtThePoint()
66 if (modelIndexes.allOperatorBoxes[oid].contains(pts)) in findObjectAtThePoint()
70 …for (PluginInterface::TensorId tid = 0, tide = modelIndexes.allTensorLabelBoxes.size(); tid < tide… in findObjectAtThePoint()
71 if (modelIndexes.allTensorLabelBoxes[tid].contains(pts)) in findObjectAtThePoint()
75 for (unsigned idx = 0, idxe = modelIndexes.allInputBoxes.size(); idx < idxe; idx++) in findObjectAtThePoint()
76 if (modelIndexes.allInputBoxes[idx].contains(pts)) in findObjectAtThePoint()
80 for (unsigned idx = 0, idxe = modelIndexes.allOutputBoxes.size(); idx < idxe; idx++) in findObjectAtThePoint()
81 if (modelIndexes.allOutputBoxes[idx].contains(pts)) in findObjectAtThePoint()
H A Dnn-widget.h22 } modelIndexes; variable
/dports/net/pear-Net_UserAgent_Mobile/Net_UserAgent_Mobile-1.0.0RC1/Mobile/DoCoMo/
H A DScreenInfo.php1778 foreach ($indexes as $modelName => $modelIndexes) {
1780 foreach ($values[ $modelIndexes[0] ]['attributes']
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/widgets/
H A DQcListWidget.cpp66 QModelIndexList modelIndexes = QListView::selectedIndexes(); in selection() local
68 Q_FOREACH (const QModelIndex& index, modelIndexes) in selection()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkCheckableComboBox.cpp137 const QModelIndexList& modelIndexes)const;
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dsketchwidget.h294 …st<ItemBase *> & bases, bool saveBoundingRects, QByteArray & itemData, QList<long> & modelIndexes);
432 QByteArray removeOutsideConnections(const QByteArray & itemData, QList<long> & modelIndexes);
H A Dsketchwidget.cpp1675 QList<long> modelIndexes; in copyAux() local
1676 copyHeart(bases, saveBoundingRects, itemData, modelIndexes); in copyAux()
1679 QByteArray newItemData = removeOutsideConnections(itemData, modelIndexes); in copyAux()
1706 …t<ItemBase *> & bases, bool saveBoundingRects, QByteArray & itemData, QList<long> & modelIndexes) { in copyHeart() argument
1744 modelIndexes.append(base->modelPart()->modelIndex()); in copyHeart()
1750 …y SketchWidget::removeOutsideConnections(const QByteArray & itemData, QList<long> & modelIndexes) { in removeOutsideConnections() argument
1784 if (!modelIndexes.contains(modelIndex)) { in removeOutsideConnections()