|
pianod2
multisource multiuser scriptable networked music player
|
Pandora message: Retrieve station seeds. More...
#include <pandoramessages.h>


Public Member Functions | |
| RequestStationDetails (Station *sta) | |
| virtual void | extractResponse (const Parsnip::Data &message) override |
| Decode a response message, already converted to Parsnip Data, into some internal representation. More... | |
| RetainedList< SongSeed * > | getSongSeeds () |
| RetainedList< ArtistSeed * > | getArtistSeeds () |
| RetainedList< GenreSeed * > | getGenreSeeds () |
| RetainedList< SongRating * > | negativeFeedback () |
| RetainedList< SongRating * > | positiveFeedback () |
Public Member Functions inherited from Pandora::Request | |
| const std::string & | url () const |
| bool | debug () const |
| bool | tlsEncrypt () const |
| bool | blowfishEncrypt () const |
| Parsnip::Data & | retrieveRequestMessage () |
| Retrieve the Parsnip Data object with the request message. More... | |
Protected Member Functions | |
| RetainedList< SongRating * > | extractFeedback (const Parsnip::Data &list) |
Protected Member Functions inherited from Pandora::Request | |
| Request (Source *const src, const char *ep, Option options=Option::NONE) | |
| RPC method name or REST API endpoint. More... | |
Protected Attributes | |
| Retainer< Station * > | station |
| RetainedList< SongSeed * > | song_seeds |
| RetainedList< ArtistSeed * > | artist_seeds |
| RetainedList< GenreSeed * > | genre_seeds |
| RetainedList< SongRating * > | positive_feedback |
| RetainedList< SongRating * > | negative_feedback |
Protected Attributes inherited from Pandora::Request | |
| Source *const | source |
| Parsnip::Data | request_message |
Additional Inherited Members | |
Public Types inherited from Pandora::Request | |
| using | Option = RequestOption |
Pandora message: Retrieve station seeds.
| Pandora::RequestStationDetails::RequestStationDetails | ( | Station * | sta | ) |

|
protected |


|
overridevirtual |
Decode a response message, already converted to Parsnip Data, into some internal representation.
| message | The message to be decoded. |
Implements Pandora::Request.

|
inline |

|
inline |

|
inline |

|
inline |

|
inline |

|
protected |
|
protected |
|
protected |
|
protected |
|
protected |