#include <juce_PerScreenDisplayLinks_mac.h>
◆ FunctionNotificationCenterObserver()
| juce::FunctionNotificationCenterObserver::FunctionNotificationCenterObserver |
( |
NSNotificationName |
notificationName, |
|
|
id |
objectToObserve, |
|
|
std::function< void()> |
callback |
|
) |
| |
|
inline |
◆ getSelector()
| static SEL juce::FunctionNotificationCenterObserver::getSelector |
( |
| ) |
|
|
inlinestaticprivate |
◆ observer
| ScopedNotificationCenterObserver juce::FunctionNotificationCenterObserver::observer |
|
private |
◆ observerObject
| NSUniquePtr<NSObject> juce::FunctionNotificationCenterObserver::observerObject |
|
private |
Initial value:{
[this]
{
static ObserverClass observerClass;
auto* result = observerClass.createInstance();
object_setInstanceVariable (result, "owner", this);
return result;
}()
}
◆ onNotification
| std::function<void()> juce::FunctionNotificationCenterObserver::onNotification |
|
private |
The documentation for this class was generated from the following file: