mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 15:10:55 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
669 lines
16 KiB
HTML
669 lines
16 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSApplication</title>
|
|
</head>
|
|
<body>
|
|
<h1>NSApplication</h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Scott Christley(<a href="mailto:scottc@net-community.com"><code>
|
|
scottc@net-community.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Felipe A. Rodriguez(<a href="mailto:far@ix.netcom.com"><code>
|
|
far@ix.netcom.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Richard Frith-Macdonald(<a href="mailto:richard@brainstorm.co.uk"><code>
|
|
richard@brainstorm.co.uk
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
The one and only application class </blockquote>
|
|
<p>Copyright: (C) 1996,1999 Free Software Foundation, Inc.</p>
|
|
<h1>
|
|
Software documentation for the NSApplication class
|
|
</h1>
|
|
<h2><a name="class$NSApplication">NSApplication</a> : NSResponder</h2>
|
|
Declared: AppKit/NSApplication.h<br />
|
|
Conform: NSCoding<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>detachDrawingThread:toTarget:withObject:</a></h3>
|
|
+ (void) <b>detachDrawingThread:</b> (SEL)selector<b> toTarget:</b> (id)target<b> withObject:</b> (id)argument;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>sharedApplication</a></h3>
|
|
+ (<a href="#class$NSApplication">NSApplication</a>*) <b>sharedApplication</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>abortModal</a></h3>
|
|
- (void) <b>abortModal</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>activateIgnoringOtherApps:</a></h3>
|
|
- (void) <b>activateIgnoringOtherApps:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>addWindowsItem:title:filename:</a></h3>
|
|
- (void) <b>addWindowsItem:</b> (NSWindow*)aWindow<b> title:</b> (NSString*)aString<b> filename:</b> (BOOL)isFilename;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationIconImage</a></h3>
|
|
- (NSImage*) <b>applicationIconImage</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>arrangeInFront:</a></h3>
|
|
- (void) <b>arrangeInFront:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>beginModalSessionForWindow:</a></h3>
|
|
- (NSModalSession) <b>beginModalSessionForWindow:</b> (NSWindow*)theWindow;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:</a></h3>
|
|
- (void) <b>beginSheet:</b> (NSWindow*)sheet<b> modalForWindow:</b> (NSWindow*)docWindow<b> modalDelegate:</b> (id)modalDelegate<b> didEndSelector:</b> (SEL)didEndSelector<b> contextInfo:</b> (void*)contextInfo;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>changeWindowsItem:title:filename:</a></h3>
|
|
- (void) <b>changeWindowsItem:</b> (NSWindow*)aWindow<b> title:</b> (NSString*)aString<b> filename:</b> (BOOL)isFilename;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>context</a></h3>
|
|
- (NSGraphicsContext*) <b>context</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>currentEvent</a></h3>
|
|
- (NSEvent*) <b>currentEvent</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>deactivate</a></h3>
|
|
- (void) <b>deactivate</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>delegate</a></h3>
|
|
- (id) <b>delegate</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>discardEventsMatchingMask:beforeEvent:</a></h3>
|
|
- (void) <b>discardEventsMatchingMask:</b> (unsigned int)mask<b> beforeEvent:</b> (NSEvent*)lastEvent;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>encodeWithCoder:</a></h3>
|
|
- (void) <b>encodeWithCoder:</b> (NSCoder*)aCoder;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>endModalSession:</a></h3>
|
|
- (void) <b>endModalSession:</b> (NSModalSession)theSession;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>endSheet:</a></h3>
|
|
- (void) <b>endSheet:</b> (NSWindow*)sheet;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>endSheet:returnCode:</a></h3>
|
|
- (void) <b>endSheet:</b> (NSWindow*)sheet<b> returnCode:</b> (int)returnCode;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>finishLaunching</a></h3>
|
|
- (void) <b>finishLaunching</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>hide:</a></h3>
|
|
- (void) <b>hide:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>hideOtherApplications:</a></h3>
|
|
- (void) <b>hideOtherApplications:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>initWithCoder:</a></h3>
|
|
- (id) <b>initWithCoder:</b> (NSCoder*)aDecoder;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isActive</a></h3>
|
|
- (BOOL) <b>isActive</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isHidden</a></h3>
|
|
- (BOOL) <b>isHidden</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isRunning</a></h3>
|
|
- (BOOL) <b>isRunning</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>keyWindow</a></h3>
|
|
- (NSWindow*) <b>keyWindow</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>mainMenu</a></h3>
|
|
- (NSMenu*) <b>mainMenu</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>mainWindow</a></h3>
|
|
- (NSWindow*) <b>mainWindow</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>makeWindowsPerform:inOrder:</a></h3>
|
|
- (NSWindow*) <b>makeWindowsPerform:</b> (SEL)aSelector<b> inOrder:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>miniaturizeAll:</a></h3>
|
|
- (void) <b>miniaturizeAll:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>modalWindow</a></h3>
|
|
- (NSWindow*) <b>modalWindow</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>nextEventMatchingMask:untilDate:inMode:dequeue:</a></h3>
|
|
- (NSEvent*) <b>nextEventMatchingMask:</b> (unsigned int)mask<b> untilDate:</b> (NSDate*)expiration<b> inMode:</b> (NSString*)mode<b> dequeue:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>orderFrontColorPanel:</a></h3>
|
|
- (void) <b>orderFrontColorPanel:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>orderFrontDataLinkPanel:</a></h3>
|
|
- (void) <b>orderFrontDataLinkPanel:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>orderFrontHelpPanel:</a></h3>
|
|
- (void) <b>orderFrontHelpPanel:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>orderFrontStandardAboutPanel:</a></h3>
|
|
- (void) <b>orderFrontStandardAboutPanel:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>orderFrontStandardAboutPanelWithOptions:</a></h3>
|
|
- (void) <b>orderFrontStandardAboutPanelWithOptions:</b> (NSDictionary*)options;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>orderFrontStandardInfoPanel:</a></h3>
|
|
- (void) <b>orderFrontStandardInfoPanel:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>orderFrontStandardInfoPanelWithOptions:</a></h3>
|
|
- (void) <b>orderFrontStandardInfoPanelWithOptions:</b> (NSDictionary*)options;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>postEvent:atStart:</a></h3>
|
|
- (void) <b>postEvent:</b> (NSEvent*)event<b> atStart:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>preventWindowOrdering</a></h3>
|
|
- (void) <b>preventWindowOrdering</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>registerServicesMenuSendTypes:returnTypes:</a></h3>
|
|
- (void) <b>registerServicesMenuSendTypes:</b> (NSArray*)sendTypes<b> returnTypes:</b> (NSArray*)returnTypes;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>removeWindowsItem:</a></h3>
|
|
- (void) <b>removeWindowsItem:</b> (NSWindow*)aWindow;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>reportException:</a></h3>
|
|
- (void) <b>reportException:</b> (NSException*)anException;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>run</a></h3>
|
|
- (void) <b>run</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>runModalForWindow:</a></h3>
|
|
- (int) <b>runModalForWindow:</b> (NSWindow*)theWindow;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>runModalForWindow:relativeToWindow:</a></h3>
|
|
- (int) <b>runModalForWindow:</b> (NSWindow*)theWindow<b> relativeToWindow:</b> (NSWindow*)docWindow;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>runModalSession:</a></h3>
|
|
- (int) <b>runModalSession:</b> (NSModalSession)theSession;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>runPageLayout:</a></h3>
|
|
- (void) <b>runPageLayout:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>sendAction:to:from:</a></h3>
|
|
- (BOOL) <b>sendAction:</b> (SEL)aSelector<b> to:</b> (id)aTarget<b> from:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>sendEvent:</a></h3>
|
|
- (void) <b>sendEvent:</b> (NSEvent*)theEvent;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>servicesMenu</a></h3>
|
|
- (NSMenu*) <b>servicesMenu</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>servicesProvider</a></h3>
|
|
- (id) <b>servicesProvider</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAppleMenu:</a></h3>
|
|
- (void) <b>setAppleMenu:</b> (NSMenu*)aMenu;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setApplicationIconImage:</a></h3>
|
|
- (void) <b>setApplicationIconImage:</b> (NSImage*)anImage;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDelegate:</a></h3>
|
|
- (void) <b>setDelegate:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setMainMenu:</a></h3>
|
|
- (void) <b>setMainMenu:</b> (NSMenu*)aMenu;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setServicesMenu:</a></h3>
|
|
- (void) <b>setServicesMenu:</b> (NSMenu*)aMenu;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setServicesProvider:</a></h3>
|
|
- (void) <b>setServicesProvider:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setWindowsMenu:</a></h3>
|
|
- (void) <b>setWindowsMenu:</b> (NSMenu*)aMenu;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setWindowsNeedUpdate:</a></h3>
|
|
- (void) <b>setWindowsNeedUpdate:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>stop:</a></h3>
|
|
- (void) <b>stop:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>stopModal</a></h3>
|
|
- (void) <b>stopModal</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>stopModalWithCode:</a></h3>
|
|
- (void) <b>stopModalWithCode:</b> (int)returnCode;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>targetForAction:</a></h3>
|
|
- (id) <b>targetForAction:</b> (SEL)aSelector;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>targetForAction:to:from:</a></h3>
|
|
- (id) <b>targetForAction:</b> (SEL)theAction<b> to:</b> (id)theTarget<b> from:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>terminate:</a></h3>
|
|
- (void) <b>terminate:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tryToPerform:with:</a></h3>
|
|
- (BOOL) <b>tryToPerform:</b> (SEL)aSelector<b> with:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>unhide:</a></h3>
|
|
- (void) <b>unhide:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>unhideAllApplications:</a></h3>
|
|
- (void) <b>unhideAllApplications:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>unhideWithoutActivation</a></h3>
|
|
- (void) <b>unhideWithoutActivation</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>updateWindows</a></h3>
|
|
- (void) <b>updateWindows</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>updateWindowsItem:</a></h3>
|
|
- (void) <b>updateWindowsItem:</b> (NSWindow*)aWindow;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>validRequestorForSendType:returnType:</a></h3>
|
|
- (id) <b>validRequestorForSendType:</b> (NSString*)sendType<b> returnType:</b> (NSString*)returnType;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>windowWithWindowNumber:</a></h3>
|
|
- (NSWindow*) <b>windowWithWindowNumber:</b> (int)windowNum;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>windows</a></h3>
|
|
- (NSArray*) <b>windows</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>windowsMenu</a></h3>
|
|
- (NSMenu*) <b>windowsMenu</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h1>
|
|
Software documentation for the
|
|
NSObject(NSServicesRequests)
|
|
category
|
|
</h1>
|
|
<h2>NSObject(<a name="category$NSObject(NSServicesRequests)">NSServicesRequests</a>)</h2>
|
|
Declared: AppKit/NSApplication.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>iconWindow</a></h3>
|
|
- (NSWindow*) <b>iconWindow</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>readSelectionFromPasteboard:</a></h3>
|
|
- (BOOL) <b>readSelectionFromPasteboard:</b> (NSPasteboard*)pboard;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>writeSelectionToPasteboard:types:</a></h3>
|
|
- (BOOL) <b>writeSelectionToPasteboard:</b> (NSPasteboard*)pboard<b> types:</b> (NSArray*)types;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h1>
|
|
Software documentation for the GSAppDelegateProtocol
|
|
protocol
|
|
</h1>
|
|
<h2><a name="protocol$(GSAppDelegateProtocol)">GSAppDelegateProtocol</a></h2>
|
|
Declared: AppKit/NSApplication.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>application:openFile:</a></h3>
|
|
- (BOOL) <b>application:</b> (<a href="#class$NSApplication">NSApplication</a>*)app<b> openFile:</b> (NSString*)filename;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>application:openFileWithoutUI:</a></h3>
|
|
- (BOOL) <b>application:</b> (<a href="#class$NSApplication">NSApplication</a>*)app<b> openFileWithoutUI:</b> (NSString*)filename;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>application:openTempFile:</a></h3>
|
|
- (BOOL) <b>application:</b> (<a href="#class$NSApplication">NSApplication</a>*)app<b> openTempFile:</b> (NSString*)filename;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>application:printFile:</a></h3>
|
|
- (BOOL) <b>application:</b> (<a href="#class$NSApplication">NSApplication</a>*)theApplication<b> printFile:</b> (NSString*)filename;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationDidBecomeActive:</a></h3>
|
|
- (void) <b>applicationDidBecomeActive:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationDidFinishLaunching:</a></h3>
|
|
- (void) <b>applicationDidFinishLaunching:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationDidHide:</a></h3>
|
|
- (void) <b>applicationDidHide:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationDidResignActive:</a></h3>
|
|
- (void) <b>applicationDidResignActive:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationDidUnhide:</a></h3>
|
|
- (void) <b>applicationDidUnhide:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationDidUpdate:</a></h3>
|
|
- (void) <b>applicationDidUpdate:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationOpenUntitledFile:</a></h3>
|
|
- (BOOL) <b>applicationOpenUntitledFile:</b> (<a href="#class$NSApplication">NSApplication</a>*)app;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationShouldOpenUntitledFile:</a></h3>
|
|
- (BOOL) <b>applicationShouldOpenUntitledFile:</b> (<a href="#class$NSApplication">NSApplication</a>*)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationShouldTerminate:</a></h3>
|
|
- (BOOL) <b>applicationShouldTerminate:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationShouldTerminateAfterLastWindowClosed:</a></h3>
|
|
- (BOOL) <b>applicationShouldTerminateAfterLastWindowClosed:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationWillBecomeActive:</a></h3>
|
|
- (void) <b>applicationWillBecomeActive:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationWillFinishLaunching:</a></h3>
|
|
- (void) <b>applicationWillFinishLaunching:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationWillHide:</a></h3>
|
|
- (void) <b>applicationWillHide:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationWillResignActive:</a></h3>
|
|
- (void) <b>applicationWillResignActive:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationWillTerminate:</a></h3>
|
|
- (void) <b>applicationWillTerminate:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationWillUnhide:</a></h3>
|
|
- (void) <b>applicationWillUnhide:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>applicationWillUpdate:</a></h3>
|
|
- (void) <b>applicationWillUpdate:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
</body>
|
|
</html>
|