Vital
Loading...
Searching...
No Matches
download_section.h File Reference

Declares the DownloadSection class, providing a UI for downloading and installing preset packs. More...

#include "JuceHeader.h"
#include "overlay.h"

Go to the source code of this file.

Classes

class  DownloadSection
 An overlay component handling the download and installation of factory content and packs. More...
 
struct  DownloadSection::DownloadPack
 Represents a downloadable pack with name, author, ID, URL, and local destination file. More...
 
class  DownloadSection::Listener
 Interface for objects that need to respond to data directory changes or no-download scenarios. More...
 
class  DownloadSection::DownloadThread
 A background thread to handle downloading content without blocking the GUI. More...
 
class  DownloadSection::InstallThread
 A background thread for installing downloaded packs. More...
 

Detailed Description

Declares the DownloadSection class, providing a UI for downloading and installing preset packs.