Home
last modified time | relevance | path

Searched refs:CollectionView (Results 1 – 25 of 81) sorted by relevance

1234

/dports/audio/strawberry/strawberry-1.0.0/src/collection/
H A Dcollectionview.cpp74 CollectionView::CollectionView(QWidget *parent) in CollectionView() function in CollectionView
114 CollectionView::~CollectionView() = default;
116 void CollectionView::SaveFocus() { in SaveFocus()
167 void CollectionView::RestoreFocus() { in RestoreFocus()
223 void CollectionView::ReloadSettings() { in ReloadSettings()
501 void CollectionView::Load() { in Load()
573 void CollectionView::Organize() { in Organize()
591 void CollectionView::EditTracks() { in EditTracks()
607 void CollectionView::RescanSongs() { in RescanSongs()
613 void CollectionView::CopyToDevice() { in CopyToDevice()
[all …]
H A Dcollectionviewcontainer.cpp37 …QObject::connect(filter_widget(), &CollectionFilterWidget::UpPressed, view(), &CollectionView::UpA… in CollectionViewContainer()
38 …QObject::connect(filter_widget(), &CollectionFilterWidget::DownPressed, view(), &CollectionView::D… in CollectionViewContainer()
39 …QObject::connect(filter_widget(), &CollectionFilterWidget::ReturnPressed, view(), &CollectionView:… in CollectionViewContainer()
40 …QObject::connect(view(), &CollectionView::FocusOnFilterSignal, filter_widget(), &CollectionFilterW… in CollectionViewContainer()
47 CollectionView *CollectionViewContainer::view() const { return ui_->view; } in view()
H A Dcollectionviewcontainer.h31 class CollectionView;
42 CollectionView *view() const;
H A Dcollectionview.h51 class CollectionView : public AutoExpandingTreeView {
55 explicit CollectionView(QWidget *parent = nullptr);
56 ~CollectionView() override;
/dports/games/palapeli/palapeli-21.12.3/src/file-io/
H A Dcollection-view.cpp21 Palapeli::CollectionView::CollectionView(QWidget* parent) in CollectionView() function in Palapeli::CollectionView
28 connect(m_view, &QListView::activated, this, &CollectionView::handleActivated); in CollectionView()
46 …connect(m_view->selectionModel(), &QItemSelectionModel::selectionChanged, this, &CollectionView::h… in CollectionView()
56 connect(searchLine, &QLineEdit::textChanged, this, &Palapeli::CollectionView::slotTextChanged); in CollectionView()
67 connect(sortMenu, &QMenu::triggered, this, &CollectionView::sortMenuTriggered); in CollectionView()
79 void Palapeli::CollectionView::slotTextChanged(const QString &str) in slotTextChanged()
84 void Palapeli::CollectionView::setModel(QAbstractItemModel* model) in setModel()
89 QModelIndexList Palapeli::CollectionView::selectedIndexes() const in selectedIndexes()
95 void Palapeli::CollectionView::handleActivated(const QModelIndex& index) in handleActivated()
105 void Palapeli::CollectionView::handleSelectionChanged() in handleSelectionChanged()
[all …]
H A Dcollection-view.h19 class CollectionView : public QWidget
23 explicit CollectionView(QWidget* parent = nullptr);
/dports/games/palapeli/palapeli-21.12.3/src/engine/
H A Dgameplay.h22 class CollectionView; variable
47 CollectionView* collectionView() in collectionView()
110 CollectionView* m_collectionView;
/dports/lang/gravity/gravity-0.8.5/test/unittest/
H A Dregister_protect.gravity10 class CollectionView {
27 var CollectionView1 = CollectionView();
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/
H A DFastHashMap.java463 private abstract class CollectionView implements Collection { class in FastHashMap
465 public CollectionView() { in CollectionView() method in FastHashMap.CollectionView
674 private class KeySet extends CollectionView implements Set {
689 private class Values extends CollectionView {
703 private class EntrySet extends CollectionView implements Set {
H A DFastTreeMap.java571 private abstract class CollectionView implements Collection { class in FastTreeMap
573 public CollectionView() { in CollectionView() method in FastTreeMap.CollectionView
782 private class KeySet extends CollectionView implements Set {
797 private class Values extends CollectionView {
811 private class EntrySet extends CollectionView implements Set {
/dports/audio/strawberry/strawberry-1.0.0/src/context/
H A Dcontextview.h49 class CollectionView; variable
60 …void Init(Application *app, CollectionView *collectionview, AlbumCoverChoiceController *album_cove…
108 CollectionView *collectionview_;
H A Dcontextview.cpp301 void ContextView::Init(Application *app, CollectionView *collectionview, AlbumCoverChoiceController… in Init()
311 …QObject::connect(collectionview_, &CollectionView::TotalSongCountUpdated_, this, &ContextView::Upd… in Init()
312 …QObject::connect(collectionview_, &CollectionView::TotalArtistCountUpdated_, this, &ContextView::U… in Init()
313 …QObject::connect(collectionview_, &CollectionView::TotalAlbumCountUpdated_, this, &ContextView::Up… in Init()
/dports/java/apache-commons-beanutils/commons-beanutils-1.9.4-src/src/main/java/org/apache/commons/beanutils/
H A DWeakFastHashMap.java498 private abstract class CollectionView<E> implements Collection<E> { class in WeakFastHashMap
500 public CollectionView() { in CollectionView() method in WeakFastHashMap.CollectionView
713 private class KeySet extends CollectionView<K> implements Set<K> {
730 private class Values extends CollectionView<V> {
746 private class EntrySet extends CollectionView<Map.Entry<K, V>> implements Set<Map.Entry<K, V>> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/content_suggestions/
H A Dntp_home_test_utils.h18 UICollectionView* CollectionView();
H A Dntp_home_test_utils.mm61 UICollectionView* CollectionView() {
H A Dcontent_suggestions_app_interface.mm189 return ntp_home::CollectionView();
/dports/games/palapeli/palapeli-21.12.3/src/window/
H A Dmainwindow.cpp74 …connect(m_game->collectionView(), &CollectionView::canDeleteChanged, deleteAct, &QAction::setEnabl… in setupActions()
88 …connect(m_game->collectionView(), &CollectionView::canExportChanged, exportAct, &QAction::setEnabl… in setupActions()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.halfords.com23 Disallow: /webapp/wcs/stores/servlet/CollectionView
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/browsers/collection/
H A Dmain.py36 class CollectionView(AllTreeView): class
38 super(CollectionView, self).__init__()
150 self.view = view = CollectionView()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/
H A DTODO.libraryView9 DONE obsolete CollectionView
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/MWPhotoBrowser/Libraries/PSTCollectionView/
H A DPSTCollectionViewData.m125 …// All checks via assertions are done on CollectionView animation methods, specially 'endAnimation…
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dmainwindow.cpp612 …QObject::connect(collection_view_->view(), &CollectionView::AddToPlaylistSignal, this, &MainWindow…
613 …QObject::connect(collection_view_->view(), &CollectionView::ShowConfigDialog, this, &MainWindow::S…
614 …QObject::connect(collection_view_->view(), &CollectionView::Error, this, &MainWindow::ShowErrorDia…
615 … &CollectionModel::TotalSongCountUpdated, collection_view_->view(), &CollectionView::TotalSongCoun…
616 …CollectionModel::TotalArtistCountUpdated, collection_view_->view(), &CollectionView::TotalArtistCo…
617 …&CollectionModel::TotalAlbumCountUpdated, collection_view_->view(), &CollectionView::TotalAlbumCou…
618 …el(), &CollectionModel::modelAboutToBeReset, collection_view_->view(), &CollectionView::SaveFocus);
619 …on_model(), &CollectionModel::modelReset, collection_view_->view(), &CollectionView::RestoreFocus);
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A DOrderedMap.hx245 public function values() :CollectionView<V>
256 public function entries() :CollectionView<Entry<K,V>>
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A DOrderedMap.hx245 public function values() :CollectionView<V>
256 public function entries() :CollectionView<Entry<K,V>>
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/
H A DLibrary_dbu.mk117 dbaccess/source/ui/dlg/CollectionView \

1234