18#include "AUI/Audio/IAudioPlayer.h"
19#include <AUI/ASS/ASS.h>
20#include <AUI/Audio/IAudioPlayer.h>
43 Property(
const Sound& info) : mInfo(info) {
47 void applyFor(
AView* view)
override {
52 const auto& value()
const noexcept {
Base class of all UI objects.
Definition AView.h:78
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:179
Produces sound effect when the style applied.
Definition Sound.h:28
_< IAudioPlayer > sound
Player of the sound effect.
Definition Sound.h:32
Base class for all properties.
Definition IPropertyBase.h:50