EDApplication


Inherits From:
NSApplication
Declared In:
EDApplication.h


Class Description

This class provides no callable methods (they are in the NSApplication category in this framework) but setting the main application class is to EDApplication makes factory defaults automatic and will also ensure that some feedback is provided to the user if an exception comes through uncaught. (Not that the user can't do anything about it but they can be warned to save their work and quit the application.) It also sets the uncaught exception handler so that it can be retrieved and used it if necessary.

Setting of the factory defaults uses the registerFactoryDefaults method and happens just before applicationWillFinishLaunching is called.


Symbolic Constants

Synopsis:

ED_BEEPRETURN  do { NSBeep(); return; } while (0)

Description:

Calls NSBeep and returns from the current method; which should have a void return type.


Version 2.0 Copyright ©2002. All Rights Reserved.