37 elementMovedOrResized,
45 static String getApplicationOrPluginName()
47 #if defined (JucePlugin_Name)
48 return 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);