Home
last modified time | relevance | path

Searched refs:SongInformationPrivate (Results 1 – 2 of 2) sorted by relevance

/dports/audio/libechonest/libechonest-2.3.1/src/
H A DTypeInformation.cpp34 class SongInformationPrivate class
38 SongInformationPrivate() : flags( SongInformation::NoInformation ) in SongInformationPrivate() function in Echonest::SongInformationPrivate
123 : d_ptr( new Echonest::SongInformationPrivate ) in SongInformation()
131 : d_ptr( new Echonest::SongInformationPrivate ) in SongInformation()
139 : d_ptr( new Echonest::SongInformationPrivate ) in SongInformation()
148 : d_ptr( new Echonest::SongInformationPrivate( *other.d_ptr ) ) in SongInformation()
160 d_ptr = new Echonest::SongInformationPrivate( *info.d_ptr ); in operator =()
H A DTypeInformation.h29 class SongInformationPrivate; variable
127 SongInformationPrivate* d_ptr; in Q_DECLARE_OPERATORS_FOR_FLAGS()