37 elementMovedOrResized,
45 static String getApplicationOrPluginName()
47 #if defined (JucePlugin_Name)
51 return app->getApplicationName();
53 return "JUCE Application";
57 template <
typename MemberFn>
60 if (handler ==
nullptr)
63 if ((handler->*fn)() !=
nullptr)
66 return getEnclosingHandlerWithInterface (handler->
getParent(), fn);
Base class for accessible Components.
AccessibilityHandler * getParent() const
Returns the first unignored parent of this UI element in the accessibility hierarchy,...
static JUCEApplicationBase * getInstance() noexcept
Returns the global instance of the application object that's running.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...