Home
last modified time | relevance | path

Searched refs:embeddedFrames (Results 1 – 14 of 14) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mpeg/id3v2/frames/
H A Dchapterframe.cpp74 const FrameList &embeddedFrames) : in ChapterFrame() argument
88 for(FrameList::ConstIterator it = embeddedFrames.begin(); in ChapterFrame()
89 it != embeddedFrames.end(); ++it) in ChapterFrame()
H A Dtableofcontentsframe.cpp94 const FrameList &embeddedFrames) : in TableOfContentsFrame() argument
102 for(FrameList::ConstIterator it = embeddedFrames.begin(); it != embeddedFrames.end(); ++it) in TableOfContentsFrame()
H A Dchapterframe.h67 const FrameList &embeddedFrames = FrameList());
H A Dtableofcontentsframe.h63 const FrameList &embeddedFrames = FrameList());
/dports/audio/taglib/taglib-1.12/taglib/mpeg/id3v2/frames/
H A Dchapterframe.cpp74 const FrameList &embeddedFrames) : in ChapterFrame() argument
88 for(FrameList::ConstIterator it = embeddedFrames.begin(); in ChapterFrame()
89 it != embeddedFrames.end(); ++it) in ChapterFrame()
H A Dtableofcontentsframe.cpp94 const FrameList &embeddedFrames) : in TableOfContentsFrame() argument
102 for(FrameList::ConstIterator it = embeddedFrames.begin(); it != embeddedFrames.end(); ++it) in TableOfContentsFrame()
H A Dchapterframe.h67 const FrameList &embeddedFrames = FrameList());
H A Dtableofcontentsframe.h63 const FrameList &embeddedFrames = FrameList());
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mpeg/id3v2/frames/
H A Dchapterframe.cpp74 const FrameList &embeddedFrames) : in ChapterFrame() argument
88 for(FrameList::ConstIterator it = embeddedFrames.begin(); in ChapterFrame()
89 it != embeddedFrames.end(); ++it) in ChapterFrame()
H A Dtableofcontentsframe.cpp94 const FrameList &embeddedFrames) : in TableOfContentsFrame() argument
102 for(FrameList::ConstIterator it = embeddedFrames.begin(); it != embeddedFrames.end(); ++it) in TableOfContentsFrame()
H A Dchapterframe.h67 const FrameList &embeddedFrames = FrameList());
H A Dtableofcontentsframe.h63 const FrameList &embeddedFrames = FrameList());
/dports/audio/taglib/taglib-1.12/tests/
H A Dtest_id3v2.cpp1575 const ID3v2::FrameList &embeddedFrames = chapFrame->embeddedFrameList(); in testParseTOCFrameWithManyChildren() local
1576 CPPUNIT_ASSERT_EQUAL(1U, embeddedFrames.size()); in testParseTOCFrameWithManyChildren()
1579 embeddedFrames.front()); in testParseTOCFrameWithManyChildren()
1592 const ID3v2::FrameList &embeddedFrames = ctocFrame->embeddedFrameList(); in testParseTOCFrameWithManyChildren() local
1593 CPPUNIT_ASSERT_EQUAL(1U, embeddedFrames.size()); in testParseTOCFrameWithManyChildren()
1596 embeddedFrames.front()); in testParseTOCFrameWithManyChildren()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/fileloader/scribus150format/
H A Dscribus150format_save.cpp165 QList<PageItem*> embeddedFrames; in saveStory() local
190 if (pi && !embeddedFrames.contains(pi)) in saveStory()
191 embeddedFrames.append(pi); in saveStory()
240 if (!embeddedFrames.isEmpty()) in saveStory()
241 WriteObjects(m_Doc, writer, fileDir, nullptr, 0, ItemSelectionFrame, &embeddedFrames); in saveStory()