inLimbo
TUI Music Player that keeps you in Limbo.
 
Loading...
Searching...
No Matches
ComponentState Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ artists_list

Component ComponentState::artists_list

Component for the list of artists

◆ audioDeviceMenu

Component ComponentState::audioDeviceMenu

Component for the audio device menu

◆ lyrics_scroller

Component ComponentState::lyrics_scroller

Component for displaying lyrics

◆ MainRenderer

Component ComponentState::MainRenderer

Component for the main renderer

◆ songs_list

Component ComponentState::songs_list

Component for the list of songs

◆ songs_queue_comp

Component ComponentState::songs_queue_comp

Component for the song queue

◆ ThumbnailRenderer

Component ComponentState::ThumbnailRenderer

Component for the thumbnail renderer


The documentation for this struct was generated from the following file: