Home
last modified time | relevance | path

Searched refs:indexActivated (Results 1 – 17 of 17) sorted by relevance

/dports/www/falkon/falkon-3.2.0/src/lib/navigation/completer/
H A Dlocationcompleter.cpp169 …disconnect(s_view, &LocationCompleterView::indexActivated, this, &LocationCompleter::indexActivate… in slotPopupClosed()
235 void LocationCompleter::indexActivated(const QModelIndex &index) in indexActivated() function in LocationCompleter
408 … connect(s_view, &LocationCompleterView::indexActivated, this, &LocationCompleter::indexActivated); in showPopup()
H A Dlocationcompleterview.h54 void indexActivated(const QModelIndex &index);
H A Dlocationcompleter.h65 void indexActivated(const QModelIndex &index);
H A Dlocationcompleterview.cpp173 emit indexActivated(idx); in eventFilter() local
209 emit indexActivated(idx); in eventFilter() local
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dstartmainpage.cpp176 …connect(d->mRecentFoldersView, &Gwenview::ThumbnailView::indexActivated, this, &StartMainPage::slo… in StartMainPage()
180 …connect(d->mRecentFilesView, &Gwenview::ThumbnailView::indexActivated, this, &StartMainPage::slotL… in StartMainPage()
H A Dfullscreencontent.cpp185 …connect(mThumbnailBar, &ThumbnailBarView::indexActivated, this, &FullScreenContent::updateDocument… in init()
H A Dmainwindow.cpp321 …connect(mThumbnailView, &ThumbnailView::indexActivated, q, &MainWindow::slotThumbnailViewIndexActi… in setupThumbnailView()
/dports/graphics/digikam/digikam-7.4.0/core/showfoto/thumbbar/
H A Dshowfotocategorizedview.h177 …void indexActivated(const QModelIndex& index, Qt::KeyboardModifiers modifiers) …
H A Dshowfotocategorizedview.cpp530 void ShowfotoCategorizedView::indexActivated(const QModelIndex& index, Qt::KeyboardModifiers modifi… in indexActivated() function in ShowFoto::ShowfotoCategorizedView
/dports/graphics/gwenview/gwenview-21.12.3/lib/thumbnailview/
H A Dthumbnailview.h124 void indexActivated(const QModelIndex &);
H A Dthumbnailview.cpp578 Q_EMIT indexActivated(index); in emitIndexActivatedIfNoModifiers() local
808 Q_EMIT indexActivated(index); in keyPressEvent() local
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/views/
H A Dimportcategorizedview.h190 …void indexActivated(const QModelIndex& index, Qt::KeyboardModifiers modifiers) …
H A Dimportcategorizedview.cpp577 void ImportCategorizedView::indexActivated(const QModelIndex& index, Qt::KeyboardModifiers modifier… in indexActivated() function in Digikam::ImportCategorizedView
/dports/graphics/digikam/digikam-7.4.0/core/app/items/views/
H A Ditemcategorizedview.h197 void indexActivated(const QModelIndex& index, Qt::KeyboardModifiers modifiers) override;
H A Ditemcategorizedview.cpp666 void ItemCategorizedView::indexActivated(const QModelIndex& index, Qt::KeyboardModifiers modifiers) in indexActivated() function in Digikam::ItemCategorizedView
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/itemview/
H A Ditemviewcategorized.h190 virtual void indexActivated(const QModelIndex& index, Qt::KeyboardModifiers modifiers);
H A Ditemviewcategorized.cpp423 indexActivated(index, modifiers); in slotActivated()
770 void ItemViewCategorized::indexActivated(const QModelIndex&, Qt::KeyboardModifiers) in indexActivated() function in Digikam::ItemViewCategorized