#include <keyed_player_store.h>
Definition at line 36 of file keyed_player_store.h.
core::ubuntu::media::KeyedPlayerStore::KeyedPlayerStore |
( |
| ) |
|
|
protecteddefault |
core::ubuntu::media::KeyedPlayerStore::KeyedPlayerStore |
( |
const KeyedPlayerStore & |
| ) |
|
|
protecteddelete |
virtual core::ubuntu::media::KeyedPlayerStore::~KeyedPlayerStore |
( |
| ) |
|
|
protectedvirtualdefault |
virtual void core::ubuntu::media::KeyedPlayerStore::add_player_for_key |
( |
const Player::PlayerKey & |
key, |
|
|
const std::shared_ptr< Player > & |
player |
|
) |
| |
|
pure virtual |
virtual const core::Property<std::shared_ptr<Player> >& core::ubuntu::media::KeyedPlayerStore::current_player |
( |
| ) |
const |
|
pure virtual |
virtual void core::ubuntu::media::KeyedPlayerStore::enumerate_players |
( |
const PlayerEnumerator & |
enumerator | ) |
const |
|
pure virtual |
virtual bool core::ubuntu::media::KeyedPlayerStore::has_player_for_key |
( |
const Player::PlayerKey & |
key | ) |
const |
|
pure virtual |
virtual std::shared_ptr<Player> core::ubuntu::media::KeyedPlayerStore::player_for_key |
( |
const Player::PlayerKey & |
key | ) |
const |
|
pure virtual |
virtual void core::ubuntu::media::KeyedPlayerStore::remove_player_for_key |
( |
const Player::PlayerKey & |
key | ) |
|
|
pure virtual |
virtual void core::ubuntu::media::KeyedPlayerStore::set_current_player_for_key |
( |
const Player::PlayerKey & |
key | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: