LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
irestorableradiostationprovider.h File Reference
#include <variant>
#include <QtPlugin>
#include "iradiostation.h"
+ Include dependency graph for irestorableradiostationprovider.h:

Go to the source code of this file.

Classes

struct  Media::RadioRestoreResult
 Describes the result of restoring a single radio station. More...
 
class  Media::IRestorableRadioStationProvider
 Interface for radio station providers able to restore the radio stations between LeechCraft runs. More...
 

Namespaces

namespace  Media
 

Typedefs

using Media::RadioRestoreVariant_t = std::variant<QList<AudioInfo>>
 Describes the data associated with a radio station restore.
 
using Media::RadiosRestoreResult_t = QList<RadioRestoreResult>
 A list of RadioRestoreResult structs.