Home
last modified time | relevance | path

Searched refs:allAlbums (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/spectacle/spectacle-21.12.3/src/KipiInterface/
H A DKSGKipiImageCollectionSelector.cpp20 const auto allAlbums = interface->allAlbums(); in KSGKipiImageCollectionSelector() local
21 for (const auto &collection : allAlbums) { in KSGKipiImageCollectionSelector()
47 const auto allAlbums = mInterface->allAlbums(); in selectedImageCollections() local
48 for (const auto &collection : allAlbums) { in selectedImageCollections()
H A DKSGKipiInterface.h41 QList<KIPI::ImageCollection> allAlbums() override;
H A DKSGKipiInterface.cpp50 QList<KIPI::ImageCollection> KSGKipiInterface::allAlbums() in allAlbums() function in KSGKipiInterface
/dports/graphics/libkipi/libkipi-21.12.3/tests/kxmlkipicmd/
H A Dkipitestmainwindow.cpp85 const QList<QUrl>& allAlbums) in KipiTestMainWindow() argument
110 if (!allAlbums.empty()) in KipiTestMainWindow()
112 d->kipiInterface->addAlbums(allAlbums); in KipiTestMainWindow()
H A Dkipitestmainwindow.h49 const QList<QUrl>& allAlbums);
/dports/audio/elisa/elisa-21.12.3/autotests/
H A Ddatabaseinterfacetest.cpp1349 auto allAlbums = musicDb.allAlbumsData(); in simpleAccessor() local
1440 auto allAlbums = musicDb.allAlbumsData(); in simpleAccessorAndVariousArtistAlbum() local
2115 auto allAlbums = musicDb.allAlbumsData(); in removeOneTrack() local
2231 auto allAlbums = musicDb.allAlbumsData(); in removeOneTrackAndModifyIt() local
2890 QCOMPARE(allAlbums.size(), 1); in addTwoTracksSameFileWithAlbumSameName()
3081 QCOMPARE(allAlbums.size(), 1); in addTwoTracksWithAlbumSameName()
4078 auto firstAlbum = allAlbums[0]; in addTowAlbumsWithDifferentPathsAndSameName()
4081 auto secondAlbum = allAlbums[1]; in addTowAlbumsWithDifferentPathsAndSameName()
4185 auto firstAlbum = allAlbums[0]; in addTwoAlbumsWithDifferentPathsAndSameTracks()
4188 auto secondAlbum = allAlbums[1]; in addTwoAlbumsWithDifferentPathsAndSameTracks()
[all …]
/dports/audio/mpdcon/MPDCon-1.5.1/
H A DCollectionController.m83 [allAlbums release];
235 return [allAlbums count]+1;
259 … [cell setStringValue: [NSString stringWithFormat: @"All (%"PRIuPTR" Albums)", [allAlbums count]]];
262 [cell setStringValue: [allAlbums objectAtIndex: row-1]];
366 [allAlbums release];
387allAlbums = [[[[tmpAlbums autorelease] allObjects] sortedArrayUsingFunction: _aSort context: NULL]…
409 …if ([[[filteredTracks objectAtIndex: i] getAlbum] compare: [allAlbums objectAtIndex: (albumRow -1)…
445 …([[[filteredTracks objectAtIndex: i] getAlbum] compare: [allAlbums objectAtIndex: (albumRow -1)]] …
H A DMPDController.m749 NSMutableArray *allAlbums;
758 allAlbums = [[NSMutableArray alloc] init];
761 [allAlbums addObject: [NSString stringWithUTF8String: pair->value]];
766 return [[allAlbums autorelease] sortedArrayUsingFunction: _stringSort
832 NSMutableArray *allAlbums;
848 allAlbums = [[NSMutableArray alloc] init];
852 [allAlbums addObject: [NSString stringWithUTF8String: albumName]];
858 return [[allAlbums autorelease] sortedArrayUsingFunction: _stringSort
H A DCollectionController.h46 NSArray *allAlbums; variable
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dkipiimagecollectionselector.cpp47 const QList<KIPI::ImageCollection> list = interface->allAlbums(); in KIPIImageCollectionSelector()
76 const QList<KIPI::ImageCollection> list = d->mInterface->allAlbums(); in selectedImageCollections()
H A Dkipiinterface.h59 QList<KIPI::ImageCollection> allAlbums() override;
H A Dkipiinterface.cpp433 QList<KIPI::ImageCollection> KIPIInterface::allAlbums() in allAlbums() function in Gwenview::KIPIInterface
/dports/audio/elisa/elisa-21.12.3/data/src/org/kde/elisa/
H A DElisaActivity.java48 HashMap<Integer, AlbumDataType> allAlbums = new HashMap<Integer, AlbumDataType>(); in listAudioFiles() local
68allAlbums.put(albumsCursor.getInt(0), new AlbumDataType(albumsCursor.getString(1), albumsCursor.ge… in listAudioFiles()
85 AlbumDataType currentAlbum = allAlbums.get(tracksCursor.getInt(5)); in listAudioFiles()
/dports/graphics/libkipi/libkipi-21.12.3/tests/common/
H A Dkipiuploadwidget.cpp62 m_allAlbums = m_interface->allAlbums(); in KipiUploadWidget()
H A Dkipiimagecollectionselector.cpp64 m_allAlbums = m_interface->allAlbums(); in KipiImageCollectionSelector()
H A Dkipiinterface.h56 QList<ImageCollection> allAlbums() override;
H A Dkipiinterface.cpp91 QList<ImageCollection> KipiInterface::allAlbums() in allAlbums() function in KXMLKipiCmd::KipiInterface
/dports/graphics/libkipi/libkipi-21.12.3/src/
H A Dinterface.cpp167 QList<ImageCollection> Interface::allAlbums() in allAlbums() function in KIPI::Interface
H A Dinterface.h292 virtual QList<ImageCollection> allAlbums() = 0;
H A DMainpage.dox69 KIPI::Interface::allAlbums(). These methods uses KIPI::ImageCollection
/dports/net/rclone/rclone-1.57.0/backend/googlephotos/
H A Dgooglephotos.go762 allAlbums, err := f.listAlbums(ctx, false)
766 album, ok := allAlbums.get(albumTitle)