// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #pragma once #include "BaseSettingsWindow.hpp" namespace gui { /// @brief Message sound selection window class MessageSoundWindow : public BaseSettingsWindow { public: /// Constructor /// @param app pointer to application MessageSoundWindow(app::Application *app); /// Build the list of options to be drawn /// @return list of options std::list