#include <playlists.h>
Classes | |
struct | Configuration |
Public Member Functions | |
Skeleton (const Configuration &configuration) | |
std::map< std::string, core::dbus::types::Variant > | get_all_properties () |
Public Attributes | |
Configuration | configuration |
struct { | |
std::shared_ptr < core::dbus::Property < Properties::PlaylistCount > > playlist_count | |
std::shared_ptr < core::dbus::Property < Properties::Orderings > > orderings | |
} | properties |
struct { | |
core::dbus::Signal < Signals::PlaylistsChanged, Signals::PlaylistsChanged::ArgumentType > ::Ptr playlist_changed | |
} | signals |
Definition at line 149 of file playlists.h.
|
inline |
Definition at line 176 of file playlists.h.
References mpris::Playlists::Skeleton::Configuration::object.
|
inline |
Definition at line 192 of file playlists.h.
References properties.
Configuration mpris::Playlists::Skeleton::configuration |
Definition at line 201 of file playlists.h.
std::shared_ptr<core::dbus::Property<Properties::Orderings> > mpris::Playlists::Skeleton::orderings |
Definition at line 206 of file playlists.h.
core::dbus::Signal<Signals::PlaylistsChanged, Signals::PlaylistsChanged::ArgumentType>::Ptr mpris::Playlists::Skeleton::playlist_changed |
Definition at line 211 of file playlists.h.
std::shared_ptr<core::dbus::Property<Properties::PlaylistCount> > mpris::Playlists::Skeleton::playlist_count |
Definition at line 205 of file playlists.h.
struct { ... } mpris::Playlists::Skeleton::properties |
Referenced by get_all_properties().
struct { ... } mpris::Playlists::Skeleton::signals |