Krotos Modules 3
Loading...
Searching...
No Matches
krotos::AssetManagerUI Class Referencefinal

UI Helper class for handling audio files. More...

#include <AssetManagerUI.h>

Public Member Functions

 AssetManagerUI ()
 

Static Public Member Functions

static void alertMissingSamples (const File &presetFile)
 
static void alertNonSubscriber ()
 

Static Public Attributes

static URL landingPageURL
 
static std::atomic< bool > suppressPopups {true}
 This is a heavy handed approach to suppressing the subscriber popup which can be a problem when recalling state. A more elegant solution is needed.
 

Static Private Attributes

static bool m_alertShowing = false
 

Detailed Description

UI Helper class for handling audio files.

This class contains functions for user facing UI related to file handling.

Constructor & Destructor Documentation

◆ AssetManagerUI()

krotos::AssetManagerUI::AssetManagerUI ( )

Constructor.

Member Function Documentation

◆ alertMissingSamples()

void krotos::AssetManagerUI::alertMissingSamples ( const File & presetFile)
static

◆ alertNonSubscriber()

void krotos::AssetManagerUI::alertNonSubscriber ( )
static

Member Data Documentation

◆ landingPageURL

URL krotos::AssetManagerUI::landingPageURL
static

◆ m_alertShowing

bool krotos::AssetManagerUI::m_alertShowing = false
staticprivate

◆ suppressPopups

std::atomic< bool > krotos::AssetManagerUI::suppressPopups {true}
static

This is a heavy handed approach to suppressing the subscriber popup which can be a problem when recalling state. A more elegant solution is needed.


The documentation for this class was generated from the following files: