Audacity 3.2.0
Classes | Namespaces | Functions
AppEvents.h File Reference
#include <functional>
#include "Observer.h"
Include dependency graph for AppEvents.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AppEvents::ProviderBase
 

Namespaces

namespace  AppEvents
 

Functions

void AppEvents::OnAppInitialized (std::function< void()> callback)
 
void AppEvents::OnAppClosing (std::function< void()> callback)
 
Observer::Subscription AppEvents::OnAppIdle (std::function< void()> callback)