Home
last modified time | relevance | path

Searched refs:clickedIndex (Results 1 – 25 of 46) sorted by relevance

12

/dports/deskutils/syncthingtray/syncthingtray/tray/gui/
H A Ddownloadview.cpp36 const QModelIndex clickedIndex(indexAt(event->pos())); in mouseReleaseEvent() local
37 if (!clickedIndex.isValid() || clickedIndex.column() != 0) { in mouseReleaseEvent()
40 const QRect itemRect(visualRect(clickedIndex)); in mouseReleaseEvent()
44 if (clickedIndex.parent().isValid()) { in mouseReleaseEvent()
46 … if (const SyncthingItemDownloadProgress *const progress = dlModel->progressInfo(clickedIndex)) { in mouseReleaseEvent()
50 } else if (const SyncthingDir *const dir = dlModel->dirInfo(clickedIndex)) { in mouseReleaseEvent()
/dports/misc/orion/orion-1.6.7-12-gec8400c/src/qml/components/
H A DCommonGrid.qml155 var clickedIndex = indexAt(contentX + mouseX, contentY + mouseY);
156 root.currentIndex = clickedIndex;
157 if (clickedIndex !== -1){
160 foo = function(){ itemClicked(clickedIndex, clickedItem) }
162 … foo = function(){ itemRightClicked(clickedIndex, clickedItem, mouse.x, mouse.y) }
173 var clickedIndex = indexAt(mouse.x + root.contentX, mouse.y + root.contentY);
174 if (clickedIndex !== -1){
177 itemDoubleClicked(clickedIndex, clickedItem)
189 var clickedIndex = indexAt(mouse.x + root.contentX, mouse.y + root.contentY);
190 if (clickedIndex !== -1){
[all …]
H A DVodGrid.qml142 var clickedIndex = indexAt(mouse.x, mouse.y);
143 if (clickedIndex !== -1){
146 itemClicked(clickedIndex, clickedItem);
148 itemRightClicked(clickedIndex, clickedItem);
H A DChannelGrid.qml22 property int clickedIndex: -1
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/
H A DTreeView.qml131 property var clickedIndex: undefined
183 var itemSelection = !selectRowRange || clickedIndex === modelIndex ? modelIndex
184 … : modelAdaptor.selectionForRowRange(clickedIndex, modelIndex)
195 clickedIndex = modelIndex // Needed only when drag is true
205 clickedIndex = currentIndex
265 if (!clickedIndex)
266 clickedIndex = pressedIndex
269 clickedIndex = pressedIndex
340 if (!clickedIndex)
341 clickedIndex = pressedIndex
[all …]
/dports/editors/kate/kate-21.12.3/addons/snippets/
H A Dsnippetview.cpp373 QModelIndex clickedIndex = snippetTree->indexAt(mouseEvent->pos()); in eventFilter() local
374 if (clickedIndex.isValid() && clickedIndex.parent().isValid()) { in eventFilter()
375 slotSnippetClicked(clickedIndex); in eventFilter()
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/
H A Dfilebrowse.py134 self.clickedIndex = None # type: QModelIndex
187 self.clickedIndex = index
191 index = self.clickedIndex
H A Ddevicedisplay.py1047 self.clickedIndex = None # type: QModelIndex
1051 index = self.clickedIndex
1055 self.clickedIndex = None # type: QModelIndex
1059 index = self.clickedIndex
1063 self.clickedIndex = None # type: QModelIndex
1067 index = self.clickedIndex
1071 self.clickedIndex = None # type: QModelIndex
1224 self.clickedIndex = index
/dports/deskutils/treeline/TreeLine/source/
H A Dtreeview.py367 clickedIndex = self.indexAt(event.pos())
368 clickedSpot = clickedIndex.internalPointer()
379 event.pos().x() > self.visualRect(clickedIndex).left() and
392 clickedIndex = self.indexAt(event.pos())
393 clickedSpot = clickedIndex.internalPointer()
396 self.edit(clickedIndex)
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/uikit/
H A DSDL_uikitmessagebox.m123 @property (nonatomic, assign) int *clickedIndex; property
158 delegate.clickedIndex = &clickedindex;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/uikit/
H A DSDL_uikitmessagebox.m123 @property (nonatomic, assign) int *clickedIndex; property
158 delegate.clickedIndex = &clickedindex;
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/uikit/
H A DSDL_uikitmessagebox.m123 @property (nonatomic, assign) int *clickedIndex; property
158 delegate.clickedIndex = &clickedindex;
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/uikit/
H A DSDL_uikitmessagebox.m135 @property (nonatomic, assign) int *clickedIndex; property
170 delegate.clickedIndex = &clickedindex;
/dports/x11/controllermap/SDL2-2.0.18/src/video/uikit/
H A DSDL_uikitmessagebox.m131 @property (nonatomic, assign) int *clickedIndex; property
171 delegate.clickedIndex = &clickedindex;
/dports/devel/sdl20/SDL2-2.0.18/src/video/uikit/
H A DSDL_uikitmessagebox.m131 @property (nonatomic, assign) int *clickedIndex; property
171 delegate.clickedIndex = &clickedindex;
/dports/games/warzone2100/warzone2100/lib/framework/
H A Ddebug.cpp559 int clickedIndex = \ in _debug() local
563 if (clickedIndex == 0) in _debug()
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/
H A Dscatter3drenderer_p.h114 inline int clickedIndex() const { return m_clickedIndex; } in clickedIndex() function
H A Dscatter3dcontroller.cpp296 int index = m_renderer->clickedIndex(); in handlePendingClick()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dabout_dialog.cpp577 QModelIndex clickedIndex = tree->indexAt(menuPosOnTable); in copyActionTriggered() local
578 if (clickedIndex.isValid()) in copyActionTriggered()
579 copyColumn = clickedIndex.column(); in copyActionTriggered()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dabout_dialog.cpp577 QModelIndex clickedIndex = tree->indexAt(menuPosOnTable); in copyActionTriggered() local
578 if (clickedIndex.isValid()) in copyActionTriggered()
579 copyColumn = clickedIndex.column(); in copyActionTriggered()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dabout_dialog.cpp577 QModelIndex clickedIndex = tree->indexAt(menuPosOnTable); in copyActionTriggered() local
578 if (clickedIndex.isValid()) in copyActionTriggered()
579 copyColumn = clickedIndex.column(); in copyActionTriggered()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dabout_dialog.cpp577 QModelIndex clickedIndex = tree->indexAt(menuPosOnTable); in copyActionTriggered() local
578 if (clickedIndex.isValid()) in copyActionTriggered()
579 copyColumn = clickedIndex.column(); in copyActionTriggered()
/dports/audio/mixxx/mixxx-2.3.0/src/library/
H A Dsidebarmodel.cpp272 QModelIndex clickedIndex = m_pressedIndex; in slotPressedUntilClickedTimeout() local
274 clicked(clickedIndex); in slotPressedUntilClickedTimeout()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSCollectionView.m83 clickedIndex: (NSUInteger)index;
695 if ([self _startDragOperationWithEvent: theEvent clickedIndex: index])
936 clickedIndex: (NSUInteger)index
/dports/databases/kexi/kexi-3.2.0/src/main/
H A DKexiMainWindow_p.h378 void setTabIndexFromContextMenu(int clickedIndex);

12