openshot-audio  0.1.5
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

◆ AppFocusChangeCallback

typedef void(* AppFocusChangeCallback) ()

◆ CheckEventBlockedByModalComps

typedef bool(* CheckEventBlockedByModalComps) (NSEvent *)

◆ MenuTrackingChangedCallback

typedef void(* MenuTrackingChangedCallback) (bool)

Function Documentation

◆ initialiseNSApplication()

void initialiseNSApplication ( )

◆ repostCurrentNSEvent()

void repostCurrentNSEvent ( )

Variable Documentation

◆ appFocusChangeCallback

AppFocusChangeCallback appFocusChangeCallback = nullptr

◆ isEventBlockedByModalComps

CheckEventBlockedByModalComps isEventBlockedByModalComps = nullptr

◆ menuTrackingChangedCallback

MenuTrackingChangedCallback menuTrackingChangedCallback = nullptr