Gin
Public Member Functions | Public Attributes | List of all members
LambdaAsyncUpdater Class Reference

Like juce::AsyncUpdater, but it calls a std::function<> More...

Inherits juce::AsyncUpdater.

Public Member Functions

 LambdaAsyncUpdater (std::function< void()> func)
 

Public Attributes

std::function< void()> onAsyncUpdate
 

Detailed Description

Like juce::AsyncUpdater, but it calls a std::function<>

Constructor & Destructor Documentation

◆ LambdaAsyncUpdater()

LambdaAsyncUpdater::LambdaAsyncUpdater ( std::function< void()>  func)

Member Data Documentation

◆ onAsyncUpdate

std::function<void()> LambdaAsyncUpdater::onAsyncUpdate

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