openshot-audio  0.1.7
Classes | Typedefs | Functions | Variables
juce_mac_MessageManager.mm File Reference

Classes

struct  AppDelegate
 

Typedefs

typedef void(* AppFocusChangeCallback )()
 
typedef bool(* CheckEventBlockedByModalComps )(NSEvent *)
 
typedef void(* MenuTrackingChangedCallback )(bool)
 

Functions

void initialiseNSApplication ()
 
void repostCurrentNSEvent ()
 

Variables

AppFocusChangeCallback appFocusChangeCallback = nullptr
 
CheckEventBlockedByModalComps isEventBlockedByModalComps = nullptr
 
MenuTrackingChangedCallback menuTrackingChangedCallback = nullptr
 

Typedef Documentation

typedef void(* AppFocusChangeCallback)()
typedef bool(* CheckEventBlockedByModalComps)(NSEvent *)
typedef void(* MenuTrackingChangedCallback)(bool)

Function Documentation

void initialiseNSApplication ( )
void repostCurrentNSEvent ( )

Variable Documentation

AppFocusChangeCallback appFocusChangeCallback = nullptr
CheckEventBlockedByModalComps isEventBlockedByModalComps = nullptr
MenuTrackingChangedCallback menuTrackingChangedCallback = nullptr