Home
last modified time | relevance | path

Searched refs:m_coll (Results 76 – 95 of 95) sorted by relevance

1234

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/ipodcollection/jobs/
H A DIpodParseTracksJob.h76 IpodCollection *m_coll; variable
H A DIpodCopyTracksJob.h109 QPointer<IpodCollection> m_coll; variable
/dports/misc/tellico/tellico-3.4.2/src/
H A Dexportdialog.h67 Data::CollPtr m_coll; variable
H A Dfilterview.h84 Data::CollPtr m_coll; variable
H A Dimportdialog.cpp160 if(m_importer && !m_coll) { in collection()
168 m_coll = m_importer->collection(); in collection()
170 return m_coll; in collection()
H A Dimportdialog.h74 Data::CollPtr m_coll; variable
H A Dgroupview.h160 Data::CollPtr m_coll; variable
H A Dcollectionfieldsdialog.h100 Data::CollPtr m_coll; variable
H A Dentry.h192 CollPtr m_coll; variable
H A Ddocument.h224 CollPtr m_coll; variable
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/statsyncing/collection/
H A DCollectionProvider.h73 QPointer<Collections::Collection> m_coll;
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Dtellicoimporter.h93 Data::CollPtr m_coll; variable
H A Dfreedbimporter.h87 Data::CollPtr m_coll; variable
H A Dbibteximporter.h102 Data::CollPtr m_coll; variable
H A Dexporter.h97 Data::CollPtr m_coll; variable
H A Dcsvimporter.h95 Data::CollPtr m_coll; variable
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/ipodcollection/
H A DIpodPlaylist.h112 QPointer<IpodCollection> m_coll; variable
H A DIpodPlaylistProvider.h107 IpodCollection *m_coll; variable
H A DIpodMeta.h191 QPointer<IpodCollection> m_coll; variable
/dports/misc/tellico/tellico-3.4.2/src/tests/
H A Dcollectiontest.cpp76 m_coll = Tellico::Data::CollPtr(new Tellico::Data::BookCollection(true)); in initTestCase()
77 m_entry = Tellico::Data::EntryPtr(new Tellico::Data::Entry(m_coll)); in initTestCase()
83 m_coll->addField(f); in initTestCase()
85 m_coll->addEntries(m_entry); in initTestCase()
712 QVERIFY(m_coll); in testMatchScore()
713 Tellico::Data::EntryPtr e(new Tellico::Data::Entry(m_coll)); in testMatchScore()
715 QCOMPARE(Tellico::EntryComparison::score(m_entry, e, field, m_coll.data()), int(score)); in testMatchScore()

1234