9 if (self = [super init])
10 [[NSApplication sharedApplication] setDelegate : self];
18 [NSApp setDelegate : nil];
26- (
void) applicationWillResignActive : (NSNotification *) aNotification
36#pragma unused(aNotification)
40- (
void) applicationDidBecomeActive : (NSNotification *) aNotification
50#pragma unused(aNotification)
60- (NSApplicationTerminateReply) applicationShouldTerminate : (NSApplication *) sender
63 [
self performSelector : @selector(quitROOT) withObject : nil afterDelay : 0.1];
64 return NSTerminateCancel;
R__EXTERN TApplication * gApplication
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize id
virtual void Terminate(Int_t status=0)
Terminate the application by call TSystem::Exit() unless application has been told to return from Run...
void(off) SmallVectorTemplateBase< T