39 bool IsURLHandlingSupported() const noexcept;
52 bool RegisterScheme(
std::string_view scheme);
58 void HandleURL(
std::string_view url);
An object that sends messages to an open-ended list of subscribed callbacks.
URLSchemesRegistry(const URLSchemesRegistry &)=delete
URLSchemesRegistry & operator=(const URLSchemesRegistry &)=delete
URLSchemesRegistry()=default
Services * Get()
Fetch the global instance, or nullptr if none is yet installed.
A message that is invoked when a custom-scheme URL is passed to Audacity.