Preference-access methods are found in this class, as are AppleScript property accessors for the application.
Definition in file CrescatAppDelegate.h.
#import <Cocoa/Cocoa.h>
Include dependency graph for CrescatAppDelegate.h:

Go to the source code of this file.
Data Structures | |
| class | CrescatAppDelegate |
| Crescat application delegate. More... | |
Functions | |
| NSColor * | EnsureColor (id aColor) |
| Interpret an NSColor, NSData, or NSArray as NSColor. | |
|
|
Interpret an NSColor, NSData, or NSArray as NSColor. NSColors can be found as themselves, or archived in NSDatas, or in triplets of unsigned shorts. This function takes any of these and returns the corresponding NSColor.
Definition at line 11 of file CrescatAppDelegate.m. Referenced by CrescatApplication::ColorAsArray, MyDocument::setBackColor:, MyDocument::setCursorColor:, and MyDocument::setForeColor:. |
1.4.4