openshot-audio  0.1.6
Macros | Enumerations
juce_NotificationType.h File Reference

Go to the source code of this file.

Macros

#define JUCE_NOTIFICATIONTYPE_H_INCLUDED
 

Enumerations

enum  NotificationType { dontSendNotification = 0, sendNotification = 1, sendNotificationSync, sendNotificationAsync }
 

Macro Definition Documentation

#define JUCE_NOTIFICATIONTYPE_H_INCLUDED

Enumeration Type Documentation

These enums are used in various classes to indicate whether a notification event should be sent out.

Enumerator
dontSendNotification 

No notification message should be sent.

sendNotification 

Requests a notification message, either synchronous or not.

sendNotificationSync 

Requests a synchronous notification.

sendNotificationAsync 

Requests an asynchronous notification.