| Method | Description | 
|---|---|
| AboutRequested() | Hook called in response to a B_ABOUT_REQUESTED message | 
| AppActivated() | Hook called when application's active state changes | 
| BApplication() | Constructor | 
| ~BApplication() | Destructor | 
| Archive() | Archives a BApplication into a BMessage | 
| ArgvReceived() | Hook called in response to a B_ARGV_RECEIVED message | 
| CountWindows() | Returns number of windows belonging to the application | 
| DispatchMessage() | Provided for implementation | 
| GetAppInfo() | Returns application-specific information | 
| HideCursor() | Removes cursor from the screen | 
| Instantiate() | Creates a BApplication from a BMessage | 
| IsCursorHidden() | Returns cursor visibility state | 
| IsLaunching() | Returns true if the application is in the process of launching | 
| MessageReceived() | Provided for implementation | 
| ObscureCursor() | Hides the cursor until the mouse is moved | 
| Pulse() | Hook called at regular intervals | 
| Quit() | Provided for implementation | 
| QuitRequested() | Hook called in response to a B_QUIT_REQUESTED message | 
| ReadyToRun() | Hook called in response to a B_READY_TO_RUN message | 
| RefsReceived() | Hook called in response to a B_REFS_RECEIVED message | 
| ResolveSpecifier() | Provided for implementation | 
| Run() | Runs the main message loop | 
| SetCursor() | Sets the cursor for the application | 
| SetPulseRate() | Determines the interval between B_PULSE messages | 
| ShowCursor() | Restores the cursor after a HideCursor() | 
| WindowAt() | Returns the application window at the given index | 
The Be Book, in lovely HTML, for BeOS Release 4.
Copyright © 1998 Be, Inc. All rights reserved.
Last modified December 11, 1998.