Go to the source code of this file.
Functions | |
| NSColor * | EnsureColor (id aColor) |
| Interpret an NSColor, NSData, or NSArray as NSColor. | |
| void | initialize () |
| int | defaultRows () |
| int | defaultColumns () |
| NSArray * | hosts () |
| NSString * | lastHost () |
| void | setLastHost: (NSString *hostName) |
| NSArray * | userIDsForHost: (NSString *hostName) |
| NSString * | lastUserForHost: (NSString *hostName) |
| void | setLastUser:forHost: (NSString *userName,[forHost] NSString *hostName) |
| NSDictionary * | settingsForHost:userID: (NSString *hostName,[userID] NSString *userID) |
| void | setSettings:forHost:userID: (NSDictionary *settings,[forHost] NSString *hostName,[userID] NSString *userID) |
| void | deleteHostName:userID: (NSString *hostName,[userID] NSString *nilForAll) |
| NSMutableDictionary * | defaultHostSettings () |
| NSFont * | defaultFont () |
| NSFont * | printingFont () |
| NSColor * | cursorColor () |
| NSColor * | foreColor () |
| NSColor * | backColor () |
| BOOL | closeWhenSessionCloses () |
| float | proportionFromCursorDescription: (NSString *description) |
| NSString * | protocolParamFromIndex: (int index) |
| NSString * | cipherParamFromIndex: (int index) |
| float | cursorProportion () |
| PreferenceController * | preferenceController () |
| PreferenceController * | sharedPreferenceController () |
| BOOL | searchCaseSensitive () |
| BOOL | searchWraps () |
| NSString * | searchString () |
| int | registerSessionWithBanner: (NSString *banner) |
| id | init () |
| IBAction | showPreferences: (id sender) |
| IBAction | showSessionManager: (id sender) |
| void | prefControllerUpdate: (NSNotification *notice) |
| FindPanelController * | findController () |
| IBAction | showFindPanel: (id sender) |
| IBAction | performFindPanelAction: (id sender) |
| BOOL | validateUserInterfaceItem: (id< NSValidatedUserInterfaceItem > anItem) |
| BOOL | application:delegateHandlesKey: (NSApplication *application,[delegateHandlesKey] NSString *aKey) |
| id | valueInKnownHostsWithName: (NSString *hostName) |
| id | valueInKnownHostsAtIndex: (unsigned index) |
| NSArray * | knownHosts () |
| NSDictionary * | defaultTerminalProperties () |
| void | setDefaultTerminalProperties: (NSDictionary *newProperties) |
| BOOL | useLastSelection () |
| void | setUseLastSelection: (BOOL newValue) |
Variables | |
| implementation CrescatAppDelegate static CrescatAppDelegate * | sSharedDelegate = nil |
|
||||||||||||
|
Definition at line 525 of file CrescatAppDelegate.m. |
|
|
Definition at line 340 of file CrescatAppDelegate.m. Referenced by startInverse(). |
|
|
Definition at line 381 of file CrescatAppDelegate.m. |
|
|
Definition at line 347 of file CrescatAppDelegate.m. Referenced by MyDocument::ptyTaskCompleted:. |
|
|
Definition at line 326 of file CrescatAppDelegate.m. |
|
|
Definition at line 393 of file CrescatAppDelegate.m. |
|
|
Definition at line 120 of file CrescatAppDelegate.m. Referenced by IntegratedTSView::awakeFromNib. |
|
|
Definition at line 312 of file CrescatAppDelegate.m. Referenced by NSTextStorage(terminalExtensions)::defaultFont. |
|
|
Definition at line 288 of file CrescatAppDelegate.m. References CrescatAppDelegate::cursorColor, CrescatAppDelegate::defaultColumns, and CrescatAppDelegate::defaultRows. Here is the call graph for this function: ![]() |
|
|
Definition at line 113 of file CrescatAppDelegate.m. Referenced by IntegratedTSView::awakeFromNib. |
|
|
Definition at line 556 of file CrescatAppDelegate.m. |
|
||||||||||||
|
Definition at line 254 of file CrescatAppDelegate.m. |
|
|
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:. |
|
|
Definition at line 486 of file CrescatAppDelegate.m. References CrescatAppDelegate::findPanel. |
|
|
Definition at line 333 of file CrescatAppDelegate.m. |
|
|
Definition at line 127 of file CrescatAppDelegate.m. Referenced by PreferenceController::loadUI, and HostManager::makeDataCache. |
|
|
Definition at line 447 of file CrescatAppDelegate.m. References CrescatAppDelegate::sessionCounters. |
|
|
Definition at line 33 of file CrescatAppDelegate.m. References CrescatAppDelegate::hosts. Here is the call graph for this function: ![]() |
|
|
Definition at line 549 of file CrescatAppDelegate.m. References CrescatAppDelegate::hosts. Here is the call graph for this function: ![]() |
|
|
Definition at line 134 of file CrescatAppDelegate.m. |
|
|
Definition at line 163 of file CrescatAppDelegate.m. |
|
|
Definition at line 498 of file CrescatAppDelegate.m. Referenced by validateUserInterfaceItem:(). |
|
|
Definition at line 466 of file CrescatAppDelegate.m. |
|
|
Definition at line 401 of file CrescatAppDelegate.m. References CrescatAppDelegate::prefController. |
|
|
Definition at line 319 of file CrescatAppDelegate.m. |
|
|
Definition at line 354 of file CrescatAppDelegate.m. |
|
|
Definition at line 364 of file CrescatAppDelegate.m. |
|
|
Definition at line 436 of file CrescatAppDelegate.m. |
|
|
Definition at line 422 of file CrescatAppDelegate.m. |
|
|
Definition at line 427 of file CrescatAppDelegate.m. |
|
|
Definition at line 423 of file CrescatAppDelegate.m. |
|
|
Definition at line 562 of file CrescatAppDelegate.m. |
|
|
Definition at line 140 of file CrescatAppDelegate.m. |
|
||||||||||||
|
Definition at line 175 of file CrescatAppDelegate.m. |
|
||||||||||||||||
|
Definition at line 222 of file CrescatAppDelegate.m. |
|
||||||||||||
|
Definition at line 209 of file CrescatAppDelegate.m. |
|
|
Definition at line 600 of file CrescatAppDelegate.m. |
|
|
Definition at line 416 of file CrescatAppDelegate.m. |
|
|
Definition at line 493 of file CrescatAppDelegate.m. |
|
|
Definition at line 454 of file CrescatAppDelegate.m. |
|
|
Definition at line 459 of file CrescatAppDelegate.m. References CrescatAppDelegate::hostManager. |
|
|
Definition at line 592 of file CrescatAppDelegate.m. Referenced by PreferenceController::harvestUI. |
|
|
Definition at line 148 of file CrescatAppDelegate.m. |
|
|
Definition at line 505 of file CrescatAppDelegate.m. References performFindPanelAction:(), CrescatAppDelegate::showFindPanel:, CrescatAppDelegate::showPreferences:, and CrescatAppDelegate::showSessionManager:. Here is the call graph for this function: ![]() |
|
|
Definition at line 538 of file CrescatAppDelegate.m. References CrescatAppDelegate::hosts. Here is the call graph for this function: ![]() |
|
|
Definition at line 531 of file CrescatAppDelegate.m. |
|
|
Definition at line 31 of file CrescatAppDelegate.m. |
1.4.4