Holds the components used for rendering the UI. More...
#include <state.hpp>
Public Attributes | |
Component | artists_list |
Component | songs_list |
Component | songs_queue_comp |
Component | lyrics_scroller |
Component | MainRenderer |
Component | ThumbnailRenderer |
Component | audioDeviceMenu |
Holds the components used for rendering the UI.
This structure stores the various components that make up the user interface, including components for artists list, songs list, songs queue, lyrics scroller, and more.
Component ComponentState::artists_list |
Component for the list of artists
Component ComponentState::audioDeviceMenu |
Component for the audio device menu
Component ComponentState::lyrics_scroller |
Component for displaying lyrics
Component ComponentState::MainRenderer |
Component for the main renderer
Component ComponentState::songs_list |
Component for the list of songs
Component ComponentState::songs_queue_comp |
Component for the song queue
Component ComponentState::ThumbnailRenderer |
Component for the thumbnail renderer