added Snow Leopard Terminal dump

This commit is contained in:
Antonin Hildebrand
2009-09-05 00:44:49 +02:00
parent 25a287e2ac
commit 8104348dc4
127 changed files with 4091 additions and 0 deletions

View File

@@ -0,0 +1,93 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
@class TTMultiLineBuffer;
#pragma mark Named Structures
struct CGPoint {
double x;
double y;
};
struct CGRect {
struct CGPoint origin;
struct CGSize size;
};
struct CGSize {
double width;
double height;
};
struct _NSRange {
unsigned long long location;
unsigned long long length;
};
struct fd_set {
int fds_bits[32];
};
struct storage_list {
TTMultiLineBuffer *_field1;
struct storage_list *_field2;
};
#pragma mark Typedef'd Structures
typedef struct {
unsigned long long _field1;
unsigned long long _field2;
unsigned long long _field3;
char *_field4;
unsigned long long _field5;
unsigned long long _field6;
} CDStruct_bff1fa32;
typedef struct {
unsigned int bold:1;
unsigned int dim:1;
unsigned int underline:1;
unsigned int inverted:1;
unsigned int blink:1;
unsigned int invisible:1;
unsigned int tab:1;
unsigned int marked:1;
unsigned int custom:1;
unsigned long long ansiForegroundColor;
unsigned long long ansiBackgroundColor;
} CDStruct_45ade667;
typedef struct CDStruct_183601bc;
typedef struct {
unsigned long long _field1;
CDStruct_45ade667 _field2;
} CDStruct_0ef95e2a;
typedef struct {
unsigned short _field1;
CDStruct_183601bc *_field2;
unsigned int _field3;
} CDStruct_4c79594d;
// Ambiguous groups
typedef struct {
unsigned long long _field1;
unsigned long long _field2;
} CDStruct_4bcfbbae;
typedef struct {
unsigned long long line;
unsigned long long column;
} CDStruct_9b71c0a5;
typedef struct {
unsigned long long y;
unsigned long long x;
} CDStruct_c3ca3989;

View File

@@ -0,0 +1,33 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSDictionary, NSString;
@interface ConnectToService : NSObject
{
NSString *_userVisibleName;
NSString *_bonjourName;
NSDictionary *_commandOptions;
BOOL _acceptsUsername;
BOOL _builtIn;
NSString *_portLocation;
}
+ (id)newWithDictionary:(id)arg1;
- (id)options;
- (id)bonjourName;
- (id)userVisibleName;
- (id)portLocation;
- (BOOL)acceptsUsername;
- (BOOL)builtIn;
- (id)initWithName:(id)arg1 commandOptions:(id)arg2 bonjourName:(id)arg3 usesUser:(BOOL)arg4 portLocation:(id)arg5 builtIn:(BOOL)arg6;
- (void)dealloc;
- (id)dictionaryDescription;
@end

View File

@@ -0,0 +1,18 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSAnimationDelegate <NSObject>
@optional
- (BOOL)animationShouldStart:(id)arg1;
- (void)animationDidStop:(id)arg1;
- (void)animationDidEnd:(id)arg1;
- (float)animation:(id)arg1 valueForProgress:(float)arg2;
- (void)animation:(id)arg1 didReachProgressMark:(float)arg2;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSAppleEventDescriptor.h"
@interface NSAppleEventDescriptor (Terminal)
- (BOOL)isNullDescriptor;
@end

View File

@@ -0,0 +1,40 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSApplicationDelegate <NSObject>
@optional
- (unsigned long long)applicationShouldTerminate:(id)arg1;
- (BOOL)application:(id)arg1 openFile:(id)arg2;
- (void)application:(id)arg1 openFiles:(id)arg2;
- (BOOL)application:(id)arg1 openTempFile:(id)arg2;
- (BOOL)applicationShouldOpenUntitledFile:(id)arg1;
- (BOOL)applicationOpenUntitledFile:(id)arg1;
- (BOOL)application:(id)arg1 openFileWithoutUI:(id)arg2;
- (BOOL)application:(id)arg1 printFile:(id)arg2;
- (unsigned long long)application:(id)arg1 printFiles:(id)arg2 withSettings:(id)arg3 showPrintPanels:(BOOL)arg4;
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(id)arg1;
- (BOOL)applicationShouldHandleReopen:(id)arg1 hasVisibleWindows:(BOOL)arg2;
- (id)applicationDockMenu:(id)arg1;
- (id)application:(id)arg1 willPresentError:(id)arg2;
- (void)applicationWillFinishLaunching:(id)arg1;
- (void)applicationDidFinishLaunching:(id)arg1;
- (void)applicationWillHide:(id)arg1;
- (void)applicationDidHide:(id)arg1;
- (void)applicationWillUnhide:(id)arg1;
- (void)applicationDidUnhide:(id)arg1;
- (void)applicationWillBecomeActive:(id)arg1;
- (void)applicationDidBecomeActive:(id)arg1;
- (void)applicationWillResignActive:(id)arg1;
- (void)applicationDidResignActive:(id)arg1;
- (void)applicationWillUpdate:(id)arg1;
- (void)applicationDidUpdate:(id)arg1;
- (void)applicationWillTerminate:(id)arg1;
- (void)applicationDidChangeScreenParameters:(id)arg1;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSArray.h"
@interface NSArray (Terminal)
- (id)sortedArrayUsingEncodingSort;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSAttributedString.h"
@interface NSAttributedString (Terminal)
- (id)pathAtIndex:(unsigned long long)arg1 effectiveRange:(struct _NSRange *)arg2;
@end

View File

@@ -0,0 +1,11 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
@protocol NSCoding
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
@end

View File

@@ -0,0 +1,27 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSColor.h"
@interface NSColor (Terminal)
+ (id)vtBlackColor;
+ (id)vtRedColor;
+ (id)vtGreenColor;
+ (id)vtYellowColor;
+ (id)vtBlueColor;
+ (id)vtMagentaColor;
+ (id)vtCyanColor;
+ (id)vtWhiteColor;
+ (id)vtBrightBlackColor;
+ (id)vtBrightRedColor;
+ (id)vtBrightGreenColor;
+ (id)vtBrightYellowColor;
+ (id)vtBrightBlueColor;
+ (id)vtBrightMagentaColor;
+ (id)vtBrightCyanColor;
+ (id)vtBrightWhiteColor;
@end

View File

@@ -0,0 +1,20 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSControlTextEditingDelegate <NSObject>
@optional
- (BOOL)control:(id)arg1 textShouldBeginEditing:(id)arg2;
- (BOOL)control:(id)arg1 textShouldEndEditing:(id)arg2;
- (BOOL)control:(id)arg1 didFailToFormatString:(id)arg2 errorDescription:(id)arg3;
- (void)control:(id)arg1 didFailToValidatePartialString:(id)arg2 errorDescription:(id)arg3;
- (BOOL)control:(id)arg1 isValidObject:(id)arg2;
- (BOOL)control:(id)arg1 textView:(id)arg2 doCommandBySelector:(SEL)arg3;
- (id)control:(id)arg1 textView:(id)arg2 completions:(id)arg3 forPartialWordRange:(struct _NSRange)arg4 indexOfSelectedItem:(long long *)arg5;
@end

View File

@@ -0,0 +1,10 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
@protocol NSCopying
- (id)copyWithZone:(struct _NSZone *)arg1;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSCursor.h"
@interface NSCursor (Terminal)
+ (id)shadowedIBeamCursor;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSData.h"
@interface NSData (Terminal)
- (id)dataByEscapingEightBitCharacters;
@end

View File

@@ -0,0 +1,19 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSEvent.h"
@interface NSEvent (TTMenuEvent)
+ (id)eventByChangingKeyEvent:(id)arg1 toCharacters:(id)arg2;
+ (id)eventByChangingKeyEvent:(id)arg1 toCharacters:(id)arg2 withModifierFlags:(unsigned long long)arg3;
- (unsigned short)characterCodeWithModifierFlags:(unsigned long long)arg1;
- (unsigned short)characterCodeWithCarbonModifiers:(unsigned int)arg1;
- (BOOL)isCommandEqualBelowPlusKeyDown;
- (BOOL)isCommandUnderscoreAboveMinusKeyDown;
- (BOOL)isCommandShiftLeftArrowDown;
- (BOOL)isCommandShiftRightArrowDown;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSIndexSet.h"
@interface NSIndexSet (Terminal)
- (id)subsetWithIndexesInRange:(struct _NSRange)arg1;
@end

View File

@@ -0,0 +1,21 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSMenuDelegate <NSObject>
@optional
- (void)menuNeedsUpdate:(id)arg1;
- (long long)numberOfItemsInMenu:(id)arg1;
- (BOOL)menu:(id)arg1 updateItem:(id)arg2 atIndex:(long long)arg3 shouldCancel:(BOOL)arg4;
- (BOOL)menuHasKeyEquivalent:(id)arg1 forEvent:(id)arg2 target:(id *)arg3 action:(SEL *)arg4;
- (void)menuWillOpen:(id)arg1;
- (void)menuDidClose:(id)arg1;
- (void)menu:(id)arg1 willHighlightItem:(id)arg2;
- (struct CGRect)confinementRectForMenu:(id)arg1 onScreen:(id)arg2;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSNetService.h"
@interface NSNetService (TerminalAdditions)
- (long long)compare:(id)arg1;
@end

View File

@@ -0,0 +1,20 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSNetServiceBrowserDelegate <NSObject>
@optional
- (void)netServiceBrowserWillSearch:(id)arg1;
- (void)netServiceBrowserDidStopSearch:(id)arg1;
- (void)netServiceBrowser:(id)arg1 didNotSearch:(id)arg2;
- (void)netServiceBrowser:(id)arg1 didFindDomain:(id)arg2 moreComing:(BOOL)arg3;
- (void)netServiceBrowser:(id)arg1 didFindService:(id)arg2 moreComing:(BOOL)arg3;
- (void)netServiceBrowser:(id)arg1 didRemoveDomain:(id)arg2 moreComing:(BOOL)arg3;
- (void)netServiceBrowser:(id)arg1 didRemoveService:(id)arg2 moreComing:(BOOL)arg3;
@end

View File

@@ -0,0 +1,21 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSNetServiceDelegate <NSObject>
@optional
- (void)netServiceWillPublish:(id)arg1;
- (void)netServiceDidPublish:(id)arg1;
- (void)netService:(id)arg1 didNotPublish:(id)arg2;
- (void)netServiceWillResolve:(id)arg1;
- (void)netServiceDidResolveAddress:(id)arg1;
- (void)netService:(id)arg1 didNotResolve:(id)arg2;
- (void)netServiceDidStop:(id)arg1;
- (void)netService:(id)arg1 didUpdateTXTRecordData:(id)arg2;
@end

View File

@@ -0,0 +1,15 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSNumber.h"
@interface NSNumber (Terminal)
- (long long)compareAsNSStringEncoding:(id)arg1;
- (long long)compareAsNSStringEncodingByUnicode:(id)arg1;
- (long long)compareAsNSStringEncodingByMacStringEncoding:(id)arg1;
- (long long)compareAsNSStringEncodingByCFStringEncoding:(id)arg1;
@end

View File

@@ -0,0 +1,28 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
@protocol NSObject
- (BOOL)isEqual:(id)arg1;
- (unsigned long long)hash;
- (Class)superclass;
- (Class)class;
- (id)self;
- (struct _NSZone *)zone;
- (id)performSelector:(SEL)arg1;
- (id)performSelector:(SEL)arg1 withObject:(id)arg2;
- (id)performSelector:(SEL)arg1 withObject:(id)arg2 withObject:(id)arg3;
- (BOOL)isProxy;
- (BOOL)isKindOfClass:(Class)arg1;
- (BOOL)isMemberOfClass:(Class)arg1;
- (BOOL)conformsToProtocol:(id)arg1;
- (BOOL)respondsToSelector:(SEL)arg1;
- (id)retain;
- (oneway void)release;
- (id)autorelease;
- (unsigned long long)retainCount;
- (id)description;
@end

View File

@@ -0,0 +1,19 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSOpenSavePanelDelegate <NSObject>
@optional
- (BOOL)panel:(id)arg1 shouldEnableURL:(id)arg2;
- (BOOL)panel:(id)arg1 validateURL:(id)arg2 error:(id *)arg3;
- (void)panel:(id)arg1 didChangeToDirectoryURL:(id)arg2;
- (id)panel:(id)arg1 userEnteredFilename:(id)arg2 confirmed:(BOOL)arg3;
- (void)panel:(id)arg1 willExpand:(BOOL)arg2;
- (void)panelSelectionDidChange:(id)arg1;
@end

View File

@@ -0,0 +1,25 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSSplitViewDelegate <NSObject>
@optional
- (BOOL)splitView:(id)arg1 canCollapseSubview:(id)arg2;
- (BOOL)splitView:(id)arg1 shouldCollapseSubview:(id)arg2 forDoubleClickOnDividerAtIndex:(long long)arg3;
- (double)splitView:(id)arg1 constrainMinCoordinate:(double)arg2 ofSubviewAt:(long long)arg3;
- (double)splitView:(id)arg1 constrainMaxCoordinate:(double)arg2 ofSubviewAt:(long long)arg3;
- (double)splitView:(id)arg1 constrainSplitPosition:(double)arg2 ofSubviewAt:(long long)arg3;
- (void)splitView:(id)arg1 resizeSubviewsWithOldSize:(struct CGSize)arg2;
- (BOOL)splitView:(id)arg1 shouldAdjustSizeOfSubview:(id)arg2;
- (BOOL)splitView:(id)arg1 shouldHideDividerAtIndex:(long long)arg2;
- (struct CGRect)splitView:(id)arg1 effectiveRect:(struct CGRect)arg2 forDrawnRect:(struct CGRect)arg3 ofDividerAtIndex:(long long)arg4;
- (struct CGRect)splitView:(id)arg1 additionalEffectiveRectOfDividerAtIndex:(long long)arg2;
- (void)splitViewWillResizeSubviews:(id)arg1;
- (void)splitViewDidResizeSubviews:(id)arg1;
@end

View File

@@ -0,0 +1,18 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSString.h"
@interface NSString (Terminal)
+ (id)stringWithCharacter:(unsigned short)arg1 times:(unsigned int)arg2;
+ (id)equivalentStringForMenuItem:(id)arg1;
- (id)escapedFilename;
- (id)escapedForSecurity;
- (id)arguments;
- (id)string;
- (id)stringByNormalizingNewlines;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSTabView.h"
@interface NSTabView (TTTabExtension)
- (struct CGRect)expandRect:(struct CGRect)arg1;
@end

View File

@@ -0,0 +1,17 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSTabViewDelegate <NSObject>
@optional
- (BOOL)tabView:(id)arg1 shouldSelectTabViewItem:(id)arg2;
- (void)tabView:(id)arg1 willSelectTabViewItem:(id)arg2;
- (void)tabView:(id)arg1 didSelectTabViewItem:(id)arg2;
- (void)tabViewDidChangeNumberOfTabViewItems:(id)arg1;
@end

View File

@@ -0,0 +1,11 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSControlTextEditingDelegate-Protocol.h"
@protocol NSTextFieldDelegate <NSControlTextEditingDelegate>
@end

View File

@@ -0,0 +1,21 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
@protocol NSTextInput
- (void)insertText:(id)arg1;
- (void)doCommandBySelector:(SEL)arg1;
- (void)setMarkedText:(id)arg1 selectedRange:(struct _NSRange)arg2;
- (void)unmarkText;
- (BOOL)hasMarkedText;
- (long long)conversationIdentifier;
- (id)attributedSubstringFromRange:(struct _NSRange)arg1;
- (struct _NSRange)markedRange;
- (struct _NSRange)selectedRange;
- (struct CGRect)firstRectForCharacterRange:(struct _NSRange)arg1;
- (unsigned long long)characterIndexForPoint:(struct CGPoint)arg1;
- (id)validAttributesForMarkedText;
@end

View File

@@ -0,0 +1,17 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSUserInterfaceItemSearching <NSObject>
- (void)searchForItemsWithSearchString:(id)arg1 resultLimit:(long long)arg2 matchedItemHandler:(id)arg3;
- (id)localizedTitlesForItem:(id)arg1;
@optional
- (void)performActionForItem:(id)arg1;
- (void)showAllHelpTopicsForSearchString:(id)arg1;
@end

View File

@@ -0,0 +1,41 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject-Protocol.h"
@protocol NSWindowDelegate <NSObject>
@optional
- (BOOL)windowShouldClose:(id)arg1;
- (id)windowWillReturnFieldEditor:(id)arg1 toObject:(id)arg2;
- (struct CGSize)windowWillResize:(id)arg1 toSize:(struct CGSize)arg2;
- (struct CGRect)windowWillUseStandardFrame:(id)arg1 defaultFrame:(struct CGRect)arg2;
- (BOOL)windowShouldZoom:(id)arg1 toFrame:(struct CGRect)arg2;
- (id)windowWillReturnUndoManager:(id)arg1;
- (struct CGRect)window:(id)arg1 willPositionSheet:(id)arg2 usingRect:(struct CGRect)arg3;
- (BOOL)window:(id)arg1 shouldPopUpDocumentPathMenu:(id)arg2;
- (BOOL)window:(id)arg1 shouldDragDocumentWithEvent:(id)arg2 from:(struct CGPoint)arg3 withPasteboard:(id)arg4;
- (void)windowDidResize:(id)arg1;
- (void)windowDidExpose:(id)arg1;
- (void)windowWillMove:(id)arg1;
- (void)windowDidMove:(id)arg1;
- (void)windowDidBecomeKey:(id)arg1;
- (void)windowDidResignKey:(id)arg1;
- (void)windowDidBecomeMain:(id)arg1;
- (void)windowDidResignMain:(id)arg1;
- (void)windowWillClose:(id)arg1;
- (void)windowWillMiniaturize:(id)arg1;
- (void)windowDidMiniaturize:(id)arg1;
- (void)windowDidDeminiaturize:(id)arg1;
- (void)windowDidUpdate:(id)arg1;
- (void)windowDidChangeScreen:(id)arg1;
- (void)windowDidChangeScreenProfile:(id)arg1;
- (void)windowWillBeginSheet:(id)arg1;
- (void)windowDidEndSheet:(id)arg1;
- (void)windowWillStartLiveResize:(id)arg1;
- (void)windowDidEndLiveResize:(id)arg1;
@end

View File

@@ -0,0 +1,14 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSTextField.h"
@interface RawTextField : NSTextField
{
}
@end

View File

@@ -0,0 +1,20 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSPanel.h"
@class RawTextView;
@interface RawTextPanel : NSPanel
{
RawTextView *_rawTextView;
}
- (void)dealloc;
- (id)fieldEditor:(BOOL)arg1 forObject:(id)arg2;
@end

View File

@@ -0,0 +1,27 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSTextView.h"
@interface RawTextView : NSTextView
{
BOOL inPaste;
BOOL skipShouldChange;
}
- (id)initWithFrame:(struct CGRect)arg1;
- (void)dealloc;
- (void)delete:(id)arg1;
- (void)deleteBackward:(id)arg1;
- (void)paste:(id)arg1;
- (BOOL)shouldChangeTextInRange:(struct _NSRange)arg1 replacementString:(id)arg2;
- (void)keyDown:(id)arg1;
- (void)moveLeft:(id)arg1;
- (void)moveRight:(id)arg1;
- (struct _NSRange)selectionRangeForProposedRange:(struct _NSRange)arg1 granularity:(unsigned long long)arg2;
@end

View File

@@ -0,0 +1,77 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
#import "NSNetServiceBrowserDelegate-Protocol.h"
#import "NSNetServiceDelegate-Protocol.h"
#import "NSTextFieldDelegate-Protocol.h"
@class NSArray, NSBrowser, NSButton, NSButtonCell, NSComboBox, NSMutableArray, NSMutableDictionary, NSNetService, NSNetServiceBrowser, NSPopUpButton, NSTextField, NSWindow;
@interface ServiceBrowser : NSObject <NSTextFieldDelegate, NSNetServiceDelegate, NSNetServiceBrowserDelegate>
{
NSButtonCell *_addService;
NSButtonCell *_removeService;
NSButtonCell *_addServer;
NSButtonCell *_removeServer;
NSPopUpButton *_options;
NSComboBox *_connectCommandLine;
NSTextField *_usernameText;
NSButton *_connectButton;
NSBrowser *_serviceBrowser;
NSWindow *_window;
NSMutableArray *_servicesToWatch;
NSArray *_discoveredServers;
NSMutableArray *_updatedDiscoveredServers;
NSMutableArray *_permanentServers;
NSMutableDictionary *_refCountedReferences;
NSNetServiceBrowser *_currentBrowser;
NSNetService *_currentResolve;
NSWindow *_addServerSheet;
NSTextField *_newServerAddress;
NSWindow *_addServiceSheet;
NSTextField *_newServiceType;
NSTextField *_newServiceName;
NSTextField *_newServiceCommand;
NSButton *_newServiceUsesUser;
}
+ (id)serviceBrowser;
- (id)init;
- (void)dealloc;
- (void)connect:(id)arg1;
- (void)addService:(id)arg1;
- (void)removeService:(id)arg1;
- (void)serverSheetDidEnd:(id)arg1 returnCode:(int)arg2 contextInfo:(void *)arg3;
- (void)serviceSheetDidEnd:(id)arg1 returnCode:(int)arg2 contextInfo:(void *)arg3;
- (void)sheetAddServer:(id)arg1;
- (void)sheetCancelAddServer:(id)arg1;
- (void)sheetAddService:(id)arg1;
- (void)sheetCancelAddService:(id)arg1;
- (void)addServer:(id)arg1;
- (void)removeServer:(id)arg1;
- (void)selectionChange:(id)arg1;
- (void)buildCommandLine;
- (void)controlTextDidChange:(id)arg1;
- (void)display;
- (void)addUserDefinedServices;
- (void)writeUserDefinedServices;
- (void)reloadServices;
- (int)_indexOfClosestDiscoveredServer:(id)arg1;
- (int)_indexOfMatchedDiscoveredServer:(id)arg1;
- (void)_updateScrollView;
- (long long)browser:(id)arg1 numberOfRowsInColumn:(long long)arg2;
- (void)browser:(id)arg1 willDisplayCell:(id)arg2 atRow:(long long)arg3 column:(long long)arg4;
- (void)netServiceBrowserWillSearch:(id)arg1;
- (void)netServiceBrowser:(id)arg1 didFindService:(id)arg2 moreComing:(BOOL)arg3;
- (void)netServiceBrowser:(id)arg1 didRemoveService:(id)arg2 moreComing:(BOOL)arg3;
- (void)netServiceDidResolveAddress:(id)arg1;
- (void)netService:(id)arg1 didNotResolve:(id)arg2;
- (void)windowWillClose:(id)arg1;
@end

View File

@@ -0,0 +1,20 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSView.h"
@interface TTAccessibleView : NSView
{
}
- (BOOL)accessibilityIsIgnored;
- (id)accessibilityAttributeValue:(id)arg1;
- (id)accessibilityAttributeValue:(id)arg1 forParameter:(id)arg2;
- (BOOL)accessibilityIsAttributeSettable:(id)arg1;
- (void)accessibilitySetValue:(id)arg1 forAttribute:(id)arg2;
@end

View File

@@ -0,0 +1,47 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSMutableIndexSet, TTLogicalScreen;
@interface TTActiveTextStorage : NSObject
{
CDStruct_bff1fa32 *_lines;
unsigned long long _rowCount;
unsigned long long _columnCount;
TTLogicalScreen *_screen;
NSMutableIndexSet *_wrappedIndices;
BOOL _isWrappingEnabled;
}
- (id)initWithLogicalScreen:(id)arg1 columnCount:(unsigned long long)arg2 rowCount:(unsigned long long)arg3;
- (void)dealloc;
- (unsigned long long)rowCount;
- (void)setRowCount:(unsigned long long)arg1;
- (unsigned long long)columnCount;
- (void)setColumnCount:(unsigned long long)arg1;
- (BOOL)isWrappingEnabled;
- (void)setWrappingEnabled:(BOOL)arg1;
- (void)setWrappedFlag:(BOOL)arg1 forLine:(unsigned long long)arg2;
- (BOOL)wrappedFlagForLine:(unsigned long long)arg1;
- (unsigned long long)sizeForLine:(unsigned long long)arg1;
- (void)setSize:(unsigned long long)arg1 forLine:(unsigned long long)arg2;
- (CDStruct_4bcfbbae)insertUTF8Characters:(const char *)arg1 length:(unsigned long long)arg2 withAttributes:(CDStruct_45ade667)arg3 atPosition:(CDStruct_4bcfbbae)arg4;
- (CDStruct_4bcfbbae)overwriteUTF8Characters:(const char *)arg1 length:(unsigned long long)arg2 withAttributes:(CDStruct_45ade667)arg3 atPosition:(CDStruct_4bcfbbae)arg4;
- (void)deleteUTF8Characters:(unsigned long long)arg1 atPosition:(CDStruct_4bcfbbae)arg2;
- (void)deleteAndReverseWrapUTF8Characters:(unsigned long long)arg1 atPosition:(CDStruct_4bcfbbae)arg2;
- (void)deleteCharactersInLineRange:(struct _NSRange)arg1;
- (void)shiftLineRange:(struct _NSRange)arg1 inDirection:(unsigned long long)arg2 byAmount:(unsigned long long)arg3;
- (void)moveToStorageManager:(id)arg1;
- (void)shiftLineRangeUpToScrollback:(struct _NSRange)arg1 byAmount:(unsigned long long)arg2;
- (unsigned long long)truncateLength:(unsigned long long)arg1 ofString:(const char *)arg2 toColumnCount:(unsigned long long)arg3;
- (unsigned long long)widthOfString:(const char *)arg1 length:(unsigned long long)arg2;
- (void)getLine:(unsigned long long)arg1 UTF8Characters:(CDStruct_bff1fa32 *)arg2 runs:(CDStruct_bff1fa32 *)arg3;
- (id)attributedStringForLine:(unsigned long long)arg1;
@end

View File

@@ -0,0 +1,64 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSWindowController.h"
#import "NSWindowDelegate-Protocol.h"
@class NSArrayController, NSMatrix, NSMenuItem, NSTabView, NSTableView, NSTextField, NSUndoManager, NSView, TTLogicalScreen, TTTableView, TTView;
@interface TTAppPrefsController : NSWindowController <NSWindowDelegate>
{
NSMatrix *_defaultShellMatrix;
NSTextField *_defaultShellTextField;
NSTabView *_tabView;
NSArrayController *_profilesController;
NSArrayController *_workspacesController;
NSTableView *_profilesTableView;
NSMenuItem *_profilesActionMenuItem;
TTTableView *_workspacesTableView;
NSMenuItem *_workspacesActionMenuItem;
NSView *_fontAccessoryView;
BOOL _wasFontPanelVisible;
BOOL _wasColorPanelVisible;
NSUndoManager *_undoManager;
TTView *_thumbnailView;
TTLogicalScreen *_thumbnailScreen;
}
+ (id)sharedPreferencesController;
- (id)init;
- (void)dealloc;
- (void)applicationWillTerminate:(id)arg1;
- (void)windowDidLoad;
- (id)windowWillReturnUndoManager:(id)arg1;
- (id)undoManager;
- (void)showWindow:(id)arg1;
- (void)commitChanges;
- (void)windowDidResignKey:(id)arg1;
- (void)windowWillClose:(id)arg1;
- (void)update;
- (void)defaultShellChanged:(id)arg1;
- (void)showEncodingCustomizationPane:(id)arg1;
- (void)orderFrontFontPanel:(id)arg1;
- (id)profilesController;
- (id)selectedPaneIdentifier;
- (void)setSelectedPaneIdentifier:(id)arg1;
- (void)tabView:(id)arg1 willSelectTabViewItem:(id)arg2;
- (void)tabView:(id)arg1 didSelectTabViewItem:(id)arg2;
- (void)takeSelectedTabIndexFromToolbarItem:(id)arg1;
- (id)toolbar:(id)arg1 itemForItemIdentifier:(id)arg2 willBeInsertedIntoToolbar:(BOOL)arg3;
- (id)toolbarDefaultItemIdentifiers:(id)arg1;
- (id)toolbarAllowedItemIdentifiers:(id)arg1;
- (id)toolbarSelectableItemIdentifiers:(id)arg1;
- (id)thumbnailView;
- (id)thumbnailOfSize:(struct CGSize)arg1 forProfile:(id)arg2;
- (void)changeFont:(id)arg1;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (void)tableViewDoubleClick:(id)arg1;
@end

View File

@@ -0,0 +1,20 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTApplication.h"
@interface TTApplication (Scripting)
- (id)handleDoScriptCommand:(id)arg1;
- (void)handleGetURLScriptCommand:(id)arg1;
- (id)scriptSettings;
- (void)setScriptSettings:(id)arg1;
- (void)insertInScriptSettings:(id)arg1;
- (id)scriptDefaultSettings;
- (void)setScriptDefaultSettings:(id)arg1;
- (id)scriptStartupSettings;
- (void)setScriptStartupSettings:(id)arg1;
@end

View File

@@ -0,0 +1,128 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSApplication.h"
#import "NSApplicationDelegate-Protocol.h"
#import "NSMenuDelegate-Protocol.h"
#import "NSUserInterfaceItemSearching-Protocol.h"
@class NSMenu, NSMenuItem, NSMutableArray, NSMutableDictionary, NSMutableIndexSet, NSString, NSWindow, TTWindow, TTWindowController, TTWorkspace;
@interface TTApplication : NSApplication <NSApplicationDelegate, NSMenuDelegate, NSUserInterfaceItemSearching>
{
NSMutableIndexSet *_availableEquivalents;
NSMutableDictionary *_windowEquivalents;
NSMenu *_equivalentsMenu;
NSMutableArray *_windowsToPromptForCloseArray;
BOOL _isTerminating;
BOOL _illegalShell;
NSString *_defaultShell;
NSString *_termType;
TTWorkspace *_currentWorkspace;
TTWindow *_mainTerminalWindow;
TTWindowController *_mainTerminalWindowController;
NSMenuItem *_closeWindowMenuItem;
NSMenuItem *_closeAllMenuItem;
NSMenuItem *_closeTabMenuItem;
NSMenuItem *_closeOtherTabsMenuItem;
NSMenuItem *_servicesMenuItem;
NSMenuItem *_helpMenuItem;
NSMenu *_newWindowMenu;
NSMenu *_newTabMenu;
NSMenu *_newWindowDockMenu;
NSMenu *_dockMenu;
NSMenu *_workspacesMenu;
int _lowSwapSpaceWatcherKQueueFD;
BOOL _terminateLowSwapSpaceWatcher;
NSWindow *_lowSwapSpaceWindow;
BOOL isInEmergencyMemoryConservationMode;
}
+ (void)initialize;
+ (struct __CFURL *)alertSoundURL;
+ (BOOL)isRunningInInstallEnvironment;
- (id)init;
- (void)dealloc;
- (void)setDefaultShell:(id)arg1;
- (id)defaultShell;
- (BOOL)authorizeShell;
- (void)awakeFromNib;
- (void)setDockMenu:(id)arg1;
- (void)finishLaunching;
- (void)applicationDidFinishLaunching:(id)arg1;
- (void)migrateDefaults;
- (id)importDefaultSettingsOverwritingExisting:(BOOL)arg1;
- (void)newShell:(id)arg1;
- (void)newTab:(id)arg1;
- (void)newShell:(id)arg1 withProfile:(id)arg2;
- (id)newWindowControllerWithProfile:(id)arg1;
- (id)newWindowControllerWithProfile:(id)arg1 command:(id)arg2 runAsShell:(BOOL)arg3;
- (BOOL)applicationShouldHandleReopen:(id)arg1 hasVisibleWindows:(BOOL)arg2;
- (void)showPreferencesWindow:(id)arg1;
- (void)sneakilyOrderFrontFontPanel:(id)arg1;
- (void)toggleProfileInspector:(id)arg1;
- (void)toggleInspectorPanel:(id)arg1;
- (void)open:(id)arg1;
- (BOOL)application:(id)arg1 openTempFile:(id)arg2;
- (void)connectToServer:(id)arg1;
- (BOOL)application:(id)arg1 openFile:(id)arg2;
- (unsigned long long)applicationShouldTerminate:(id)arg1;
- (void)continueTermination:(id)arg1;
- (void)cancelTermination:(id)arg1;
- (void)didPresentErrorWithRecovery:(BOOL)arg1 contextInfo:(void *)arg2;
- (BOOL)openFile:(id)arg1;
- (void)newCommand:(id)arg1;
- (BOOL)openCommandFile:(id)arg1;
- (BOOL)openTermFile:(id)arg1;
- (id)importTermFile:(id)arg1;
- (BOOL)openSettingsFile:(id)arg1;
- (BOOL)importSettingsFiles:(id)arg1 overwritingExisting:(BOOL)arg2 profiles:(id *)arg3 workspaces:(id *)arg4 error:(id *)arg5;
- (void)applyProfileToAllWindowControllers:(id)arg1;
- (void)handleWindowKeyChange:(id)arg1;
- (void)applicationDidBecomeActive:(id)arg1;
- (void)applicationDidResignActive:(id)arg1;
- (void)addWindowController:(id)arg1;
- (void)addWindowController:(id)arg1 withProfileID:(int)arg2;
- (id)currentWorkspace;
- (void)saveWorkspace:(id)arg1;
- (void)openWorkspace:(id)arg1;
- (void)openWorkspaceRepresentation:(id)arg1;
- (id)mainTerminalWindow;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (void)setSecureKeyboardEntryFromDefaults;
- (void)setSecureKeyboardEntry:(BOOL)arg1;
- (void)toggleSecureKeyboardEntry:(id)arg1;
- (void)showHelpAnchorWithTag:(id)arg1;
- (BOOL)validateMenuItem:(id)arg1;
- (void)updateShellMenu;
- (void)updateWindowMenu;
- (void)addWindowsItem:(id)arg1 title:(id)arg2 filename:(BOOL)arg3;
- (void)changeWindowsItem:(id)arg1 title:(id)arg2 filename:(BOOL)arg3;
- (void)updateWindowsItem:(id)arg1;
- (void)removeWindowsItem:(id)arg1;
- (void)profileMenuNeedsUpdate:(id)arg1;
- (void)profileMenuNeedsUpdate:(id)arg1 withAction:(SEL)arg2;
- (void)workspaceMenuNeedsUpdate:(id)arg1;
- (unsigned long long)registerProfileID:(id)arg1;
- (void)releaseProfileID:(unsigned long long)arg1;
- (id)keyEquivalentForProfileID:(unsigned long long)arg1;
- (unsigned long long)keyEquivalentModifierMaskForProfileID:(unsigned long long)arg1;
- (void)sendEvent:(id)arg1;
- (void)orderFrontStandardAboutPanel:(id)arg1;
- (void)handleReceivedLowSwapSpaceSetNotification;
- (void)handleReceivedLowSwapSpaceClearedNotification;
- (void)watchForLowSwapSpace;
- (void)initLowSwapSpaceWatcher;
- (void)terminateLowSpaceWatcher;
- (void)searchForItemsWithSearchString:(id)arg1 resultLimit:(long long)arg2 matchedItemHandler:(id)arg3;
- (id)localizedTitlesForItem:(id)arg1;
- (id)localizedCategoryForItem:(id)arg1;
- (void)performActionForItem:(id)arg1;
@property BOOL isInEmergencyMemoryConservationMode; // @synthesize isInEmergencyMemoryConservationMode;
@end

View File

@@ -0,0 +1,43 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class TTLogicalScreen;
@interface TTAttributedString : NSObject
{
CDStruct_bff1fa32 *_chars;
CDStruct_bff1fa32 *_runs;
unsigned long long _width;
unsigned long long _insertionColumn;
unsigned long long _insertionCharOffset;
unsigned long long _insertionRunIndex;
unsigned long long _insertionRunOffset;
TTLogicalScreen *_screen;
unsigned long long _size;
}
- (id)initWithLogicalScreen:(id)arg1;
- (void)dealloc;
- (id)description;
- (unsigned long long)width;
- (void)updateWidth;
- (unsigned long long)size;
- (void)setSize:(unsigned long long)arg1;
- (CDStruct_bff1fa32 *)chars;
- (CDStruct_bff1fa32 *)runs;
- (void)insertUTF8Characters:(const char *)arg1 length:(unsigned long long)arg2 width:(unsigned long long)arg3 withAttributes:(CDStruct_45ade667)arg4 atColumn:(unsigned long long)arg5;
- (void)overwriteUTF8Characters:(const char *)arg1 length:(unsigned long long)arg2 width:(unsigned long long)arg3 withAttributes:(CDStruct_45ade667)arg4 atColumn:(unsigned long long)arg5;
- (void)deleteCharactersInColumnRange:(struct _NSRange)arg1;
- (void)deleteAllCharacters;
- (void)appendToStorageManager:(id)arg1 withNewline:(BOOL)arg2;
- (void)advanceInsertionPointToColumn:(unsigned long long)arg1 fillingSpaceIfNecessary:(BOOL)arg2;
- (void)validate;
- (void)getUTF8Characters:(CDStruct_bff1fa32 *)arg1 runs:(CDStruct_bff1fa32 *)arg2;
@end

View File

@@ -0,0 +1,34 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSMutableSet, NSTimer;
@interface TTBlinker : NSObject
{
NSTimer *_timer;
NSMutableSet *_targets;
BOOL _flag;
BOOL _isHidden;
BOOL _isSessionActive;
}
+ (id)sharedBlinker;
- (id)init;
- (void)dealloc;
- (void)addTarget:(id)arg1;
- (void)removeTarget:(id)arg1;
- (BOOL)containsTarget:(id)arg1;
- (void)dispatchBlink:(id)arg1;
- (void)applicationDidUnhide:(id)arg1;
- (void)applicationDidHide:(id)arg1;
- (void)sessionDidBecomeActive:(id)arg1;
- (void)sessionDidResignActive:(id)arg1;
- (void)updateTimer;
@end

View File

@@ -0,0 +1,10 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
@protocol TTBlinking
- (void)blinker:(id)arg1 didBlink:(BOOL)arg2;
@end

View File

@@ -0,0 +1,24 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTProfile.h"
@interface TTBuiltinProfile : TTProfile
{
}
+ (id)sharedBuiltinProfile;
+ (id)defaultKeyMappings;
- (id)init;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (id)description;
- (id)name;
- (void)setName:(id)arg1;
- (void)setParentProfile:(id)arg1;
- (void)setScopeValue:(id)arg1 forKey:(id)arg2;
@end

View File

@@ -0,0 +1,20 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSClipView.h"
@interface TTClipView : NSClipView
{
double _documentHeight;
struct CGPoint _lastScrollPoint;
}
- (void)setDocumentView:(id)arg1;
- (void)viewFrameChanged:(id)arg1;
- (void)scrollToPoint:(struct CGPoint)arg1;
@end

View File

@@ -0,0 +1,16 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSScriptCommand.h"
@interface TTDoScriptCommand : NSScriptCommand
{
}
- (id)performDefaultImplementation;
@end

View File

@@ -0,0 +1,19 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSArrayController.h"
@class NSTableView;
@interface TTEditingArrayController : NSArrayController
{
NSTableView *_tableView;
}
- (void)add:(id)arg1;
@end

View File

@@ -0,0 +1,24 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@interface TTEncodingBindingEntry : NSObject
{
unsigned long long _encoding;
}
+ (id)bindingEntryWithEncoding:(unsigned long long)arg1;
- (id)initWithEncoding:(unsigned long long)arg1;
- (void)dealloc;
- (id)localizedName;
- (unsigned long long)encoding;
- (BOOL)isEnabled;
- (void)setEnabled:(BOOL)arg1;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
@end

View File

@@ -0,0 +1,33 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSArray;
@interface TTEncodingController : NSObject
{
NSArray *_availableEncodings;
NSArray *_enabledEncodings;
unsigned long long _transientEncoding;
}
+ (void)initialize;
+ (id)defaultEncodings;
+ (id)sharedEncodingController;
- (id)init;
- (void)dealloc;
- (void)setTransientEncoding:(unsigned long long)arg1;
- (id)availableEncodings;
- (id)enabledEncodings;
- (void)enableAll:(id)arg1;
- (void)disableAll:(id)arg1;
- (void)revertToDefaults:(id)arg1;
- (void)enabledEncodingsDidChange;
- (id)enabledEncodingsArray;
@end

View File

@@ -0,0 +1,15 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTEncodingConverter.h"
@interface TTEncodingConverter (PrivateMethods)
- (id)alignData:(id)arg1 usingEncoding:(unsigned long long)arg2;
- (id)_utf8ValidateData:(id)arg1 pushBack:(BOOL)arg2;
- (id)_iso2022jpValidateData:(id)arg1 pushBack:(BOOL)arg2;
- (id)_validateData:(id)arg1 pushBack:(BOOL)arg2 encoding:(unsigned long long)arg3;
@end

View File

@@ -0,0 +1,33 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
#import "TTOutputDecoder-Protocol.h"
@class NSMutableData, TTProfile;
@interface TTEncodingConverter : NSObject <TTOutputDecoder>
{
TTProfile *_profile;
NSMutableData *_inputBuffer;
int _iso2022jpCSState;
unsigned long long _stringEncoding;
}
+ (id)localeCompliantStringFromEncoding:(unsigned int)arg1;
- (id)initWithController:(id)arg1;
- (id)initWithProfile:(id)arg1;
- (void)dealloc;
- (id)profile;
- (void)setProfile:(id)arg1;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (id)decodeData:(id)arg1;
- (void)softReset;
- (void)hardReset;
@end

View File

@@ -0,0 +1,11 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
@protocol TTEventEncoder
- (id)initWithController:(id)arg1;
- (id)encodeEvent:(id)arg1;
@end

View File

@@ -0,0 +1,45 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSPanel.h"
@class NSButton, NSComboBox, NSTextField;
@interface TTFindPanel : NSPanel
{
NSComboBox *_findPatternField;
NSButton *_findNextButton;
NSButton *_findPreviousButton;
NSButton *_ignoreCaseCheckbox;
NSButton *_wrapAroundCheckbox;
NSTextField *_notFoundLabel;
BOOL _isFindPatternDirty;
}
+ (id)sharedFindPanel;
- (id)initWithContentRect:(struct CGRect)arg1 styleMask:(unsigned long long)arg2 backing:(unsigned long long)arg3 defer:(BOOL)arg4;
- (void)dealloc;
- (id)findPattern;
- (unsigned long long)stringCompareOptions;
- (void)performTerminalFindPanelAction:(id)arg1;
- (void)findNext:(id)arg1;
- (void)findNextAndOrderOutOnMatch:(id)arg1;
- (void)findPrevious:(id)arg1;
- (void)becomeKeyWindow;
- (BOOL)validateMenuItem:(id)arg1;
- (void)controlTextDidChange:(id)arg1;
- (void)comboBoxSelectionDidChange:(id)arg1;
- (void)applicationDidBecomeActive:(id)arg1;
- (void)initContentView;
- (void)pushChangesToPasteboard;
- (void)pullChangesFromPasteboard;
- (void)updateRecentPatterns;
- (id)target;
- (BOOL)conformsToFindingProtocol:(id)arg1;
- (void)performFindWithOptions:(unsigned long long)arg1 orderOutOnMatch:(BOOL)arg2;
@end

View File

@@ -0,0 +1,18 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSValueTransformer.h"
@interface TTFontToStringTransformer : NSValueTransformer
{
}
+ (Class)transformedValueClass;
+ (BOOL)allowsReverseTransformation;
- (id)transformedValue:(id)arg1;
@end

View File

@@ -0,0 +1,51 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSWindowController.h"
@class NSArray, NSButton, NSString, NSTextField;
@interface TTGenericPickerPanel : NSWindowController
{
id _representedObject;
id _defaultRepresentedObject;
NSArray *_representedObjects;
NSString *_title;
NSString *_prompt;
NSString *_message;
id _modalDelegate;
SEL _didEndSelector;
NSButton *_defaultButton;
NSTextField *_messageField;
}
+ (id)pickerPanel;
- (id)init;
- (void)dealloc;
- (id)representedObjects;
- (void)setRepresentedObjects:(id)arg1;
- (id)title;
- (void)setTitle:(id)arg1;
- (id)prompt;
- (void)setPrompt:(id)arg1;
- (id)message;
- (void)setMessage:(id)arg1;
- (id)representedObject;
- (void)setRepresentedObject:(id)arg1;
- (id)defaultRepresentedObject;
- (void)setDefaultRepresentedObject:(id)arg1;
- (void)beginSheetModalForWindow:(id)arg1 modalDelegate:(id)arg2 didEndSelector:(SEL)arg3;
- (long long)runModal;
- (void)open:(id)arg1;
- (void)cancel:(id)arg1;
- (id)windowNibName;
- (void)endWithReturnCode:(long long)arg1;
- (void)sheetDidEnd:(id)arg1 returnCode:(long long)arg2 contextInfo:(void *)arg3;
- (void)preparePanel;
- (void)prepareRepresentedObject;
@end

View File

@@ -0,0 +1,60 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSWindowController.h"
@class NSArray, NSBox, NSButton, NSComboBoxCell, NSString, NSViewController;
@interface TTGenericSavePanel : NSWindowController
{
NSString *_name;
NSString *_objectName;
BOOL _isObjectNameCountable;
NSString *_title;
NSArray *_representedObjects;
NSViewController *_accessoryController;
BOOL _isDisplayingSheet;
id _modalForWindow;
id _modalDelegate;
SEL _didEndSelector;
NSComboBoxCell *_nameField;
NSButton *_saveButton;
NSButton *_cancelButton;
NSBox *_accessoryBox;
NSBox *_lineBox;
}
+ (id)savePanel;
- (id)init;
- (void)dealloc;
- (void)setName:(id)arg1;
- (id)name;
- (void)setObjectName:(id)arg1;
- (id)objectName;
- (void)setObjectNameCountable:(BOOL)arg1;
- (BOOL)isObjectNameCountable;
- (id)title;
- (void)setTitle:(id)arg1;
- (void)setRepresentedObjects:(id)arg1;
- (id)representedObjects;
- (void)setAccessoryController:(id)arg1;
- (id)accessoryController;
- (void)beginSheetModalForWindow:(id)arg1 modalDelegate:(id)arg2 didEndSelector:(SEL)arg3;
- (long long)runModal;
- (void)sheetDidEnd:(id)arg1 returnCode:(long long)arg2 contextInfo:(void *)arg3;
- (void)sheetDidEndWithReturnCode:(long long)arg1;
- (id)windowNibName;
- (void)save:(id)arg1;
- (void)didPresentErrorWithRecovery:(BOOL)arg1 contextInfo:(void *)arg2;
- (void)alertDidEnd:(id)arg1 returnCode:(int)arg2 contextInfo:(void *)arg3;
- (void)cancel:(id)arg1;
- (void)endWithReturnCode:(long long)arg1;
- (void)preparePanel;
- (void)handleComboBoxChange:(id)arg1;
- (void)controlTextDidChange:(id)arg1;
@end

View File

@@ -0,0 +1,39 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSLock, NSMutableDictionary;
@interface TTIOManager : NSObject
{
NSLock *_readLock;
NSLock *_writeLock;
NSLock *_deadLock;
NSLock *_signalLock;
int _signalPipe[2];
NSMutableDictionary *_readQueue;
NSMutableDictionary *_writeQueue;
NSMutableDictionary *_shells;
NSMutableDictionary *_deadShells;
struct fd_set _readDescriptors;
struct fd_set _writeDescriptors;
BOOL _didRunMainThread;
}
+ (id)sharedIOManager;
- (id)init;
- (void)dealloc;
- (void)addShell:(id)arg1;
- (void)removeShell:(id)arg1;
- (void)signalShell:(id)arg1;
- (void)writeData:(id)arg1 forShell:(id)arg2;
- (void)signalIOThread;
- (void)IOThread;
- (void)mainThread;
@end

View File

@@ -0,0 +1,33 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSWindowController.h"
@class NSObjectController, NSTabView, NSTextField, NSView, TTSettingsThumbnailArrayController;
@interface TTInspectorController : NSWindowController
{
NSView *_contentView;
NSView *_notApplicableView;
NSTextField *_titleField;
NSTabView *_tabView;
NSObjectController *_tabObjectController;
TTSettingsThumbnailArrayController *_settingsController;
}
+ (id)sharedInspectorController;
- (id)initWithWindow:(id)arg1;
- (void)windowDidLoad;
- (void)windowWillClose:(id)arg1;
- (void)dealloc;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (BOOL)validateMenuItem:(id)arg1;
- (id)settingsController;
- (void)selectTitleField:(id)arg1;
- (void)setInspectorApplicable:(BOOL)arg1;
@end

View File

@@ -0,0 +1,20 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@interface TTKeyMapTextEscaper : NSObject
{
unsigned short *_buf;
int _buflen;
}
- (void)dealloc;
- (id)escapeString:(id)arg1;
- (id)unescapeString:(id)arg1;
@end

View File

@@ -0,0 +1,42 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSArray, NSArrayController, NSButton, NSPopUpButton, NSTableView, NSTextField, NSWindow, TTKeyMapTextEscaper;
@interface TTKeyMappingsController : NSObject
{
NSArrayController *_profilesController;
NSArrayController *_keyMapController;
NSTableView *_tableView;
NSWindow *_keyMappingSheet;
NSPopUpButton *_keyPopUpButton;
NSPopUpButton *_modifierPopUpButton;
NSPopUpButton *_actionPopUpButton;
NSTextField *_actionTextField;
NSButton *_addButton;
NSButton *_deleteButton;
NSButton *_editButton;
TTKeyMapTextEscaper *_escaper;
NSArray *_keys;
NSArray *_modifiers;
NSArray *_actions;
}
- (void)dealloc;
- (void)awakeFromNib;
- (void)delete:(id)arg1;
- (void)add:(id)arg1;
- (void)sheetDidEnd:(id)arg1 returnCode:(int)arg2 contextInfo:(void *)arg3;
- (void)edit:(id)arg1;
- (void)cancelSheet:(id)arg1;
- (void)okSheet:(id)arg1;
- (void)actionPopupChanged:(id)arg1;
- (void)tableViewSelectionDidChange:(id)arg1;
@end

View File

@@ -0,0 +1,13 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTLogicalScreen.h"
@interface TTLogicalScreen (DirtyTracking)
- (id)dirtyLines;
- (void)clearDirtyLines;
@end

View File

@@ -0,0 +1,16 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTLogicalScreen.h"
@interface TTLogicalScreen (DirtyTrackingInternal)
- (void)initDirtyTracking;
- (void)deallocDirtyTracking;
- (void)markLineAsDirty:(unsigned long long)arg1;
- (void)markRowAsDirty:(unsigned long long)arg1;
- (void)markLinesInRangeAsDirty:(struct _NSRange)arg1;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTLogicalScreen.h"
@interface TTLogicalScreen (SampleText)
- (void)insertSampleText;
@end

View File

@@ -0,0 +1,20 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTLogicalScreen.h"
@interface TTLogicalScreen (UnicharAccess)
- (id)string;
- (unsigned long long)unicharLength;
- (unsigned long long)activeStorageUnicharLength;
- (unsigned long long)unicharOffsetForDisplayPosition:(CDStruct_4bcfbbae)arg1;
- (CDStruct_4bcfbbae)displayPositionForUnicharOffset:(unsigned long long)arg1;
- (struct _NSRange)unicharRangeForLine:(unsigned long long)arg1;
- (id)stringForUnicharRange:(struct _NSRange)arg1;
- (void)truncateUnicharOffsetCacheAtLine:(unsigned long long)arg1;
- (struct _NSRange)rangeOfString:(id)arg1 options:(unsigned long long)arg2 range:(struct _NSRange)arg3;
@end

View File

@@ -0,0 +1,18 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTLogicalScreen.h"
@interface TTLogicalScreen (UnicharAccessInternal)
- (void)initUnicharAccess;
- (void)deallocUnicharAccess;
- (unsigned long long)unicharOffsetCacheGenerationNumber;
- (void)expandUnicharOffsetCacheToLine:(unsigned long long)arg1;
- (unsigned long long)unicharOffsetForLine:(unsigned long long)arg1;
- (unsigned long long)reverseUnicharOffsetForDisplayPosition:(CDStruct_4bcfbbae)arg1;
- (CDStruct_4bcfbbae)displayPositionForReverseUnicharOffset:(unsigned long long)arg1;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTLogicalScreen.h"
@interface TTLogicalScreen (VT100Additions)
- (void)eraseUTF8Characters:(unsigned long long)arg1 withAttributes:(CDStruct_45ade667)arg2 atPosition:(CDStruct_4bcfbbae)arg3;
@end

View File

@@ -0,0 +1,104 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSMutableIndexSet, TTActiveTextStorage, TTLogicalScreenString, TTProfile, TTScrollbackTextStorage;
@interface TTLogicalScreen : NSObject
{
TTProfile *_profile;
struct CGSize logicalSize;
struct _NSRange _scrollRange;
CDStruct_9b71c0a5 _cursorPosition;
TTScrollbackTextStorage *_scrollbackStorage;
TTActiveTextStorage *_activeStorage;
BOOL _isInverted;
BOOL _isCursorVisible;
BOOL _isAlternateScreenActive;
TTActiveTextStorage *_savedActiveStorage;
CDStruct_9b71c0a5 _savedCursorPosition;
BOOL _isResizing;
unsigned long long _resizeDepth;
unsigned long long _savedRowCount;
unsigned long long _savedCursorOffset;
NSMutableIndexSet *_doubleHighTopLines;
NSMutableIndexSet *_doubleHighBottomLines;
NSMutableIndexSet *_doubleWideLines;
CDStruct_bff1fa32 *_unicharEndOfLineOffsetCache;
unsigned long long _unicharOffsetCacheCursorOffset;
unsigned long long _unicharOffsetCacheCursorLine;
CDStruct_bff1fa32 *_unicharOffsetCacheUTF8Buffer;
CDStruct_bff1fa32 *_unicharOffsetCacheUTF16Buffer;
CDStruct_bff1fa32 *_unicharOffsetCacheRunBuffer;
unsigned long long _unicharOffsetCacheGenerationNumber;
TTLogicalScreenString *_unicharOffsetCacheString;
NSMutableIndexSet *_dirtyLines;
BOOL _isBlitSafe;
}
+ (id)keyPathsForValuesAffectingValueForRowCount;
+ (BOOL)automaticallyNotifiesObserversForKey:(id)arg1;
- (id)initWithProfile:(id)arg1 columnCount:(unsigned long long)arg2 rowCount:(unsigned long long)arg3;
- (void)dealloc;
- (id)profile;
- (void)setProfile:(id)arg1;
- (id)scrollbackStorage;
- (unsigned long long)rowCount;
- (void)setRowCount:(unsigned long long)arg1;
- (BOOL)validateRowCount:(id *)arg1 error:(id *)arg2;
- (unsigned long long)columnCount;
- (void)setColumnCount:(unsigned long long)arg1;
- (unsigned long long)lineCount;
- (unsigned long long)scrollbackLineCount;
- (void)beginResizeOperation;
- (void)endResizeOperation;
- (void)setRowCount:(unsigned long long)arg1 columnCount:(unsigned long long)arg2;
- (struct CGSize)contentSize;
- (CDStruct_4bcfbbae)cursorPosition;
- (void)setCursorPosition:(CDStruct_4bcfbbae)arg1;
- (CDStruct_4bcfbbae)displayCursorPosition;
- (unsigned long long)cursorLine;
- (void)setCursorLine:(unsigned long long)arg1;
- (unsigned long long)cursorColumn;
- (void)setCursorColumn:(unsigned long long)arg1;
- (void)setCursorRowWrapped:(BOOL)arg1;
- (BOOL)isCursorRowWrapped;
- (unsigned long long)logicalWidthForRow:(unsigned long long)arg1;
- (struct _NSRange)lineRangeForLine:(unsigned long long)arg1;
- (unsigned long long)sizeForLine:(unsigned long long)arg1;
- (unsigned long long)cursorLineSize;
- (void)setSize:(unsigned long long)arg1 forLine:(unsigned long long)arg2;
- (void)setCursorLineSize:(unsigned long long)arg1;
- (CDStruct_4bcfbbae)insertUTF8Characters:(const char *)arg1 length:(unsigned long long)arg2 withAttributes:(CDStruct_45ade667)arg3 atPosition:(CDStruct_4bcfbbae)arg4;
- (CDStruct_4bcfbbae)overwriteUTF8Characters:(const char *)arg1 length:(unsigned long long)arg2 withAttributes:(CDStruct_45ade667)arg3 atPosition:(CDStruct_4bcfbbae)arg4;
- (void)deleteUTF8Characters:(unsigned long long)arg1 atPosition:(CDStruct_4bcfbbae)arg2;
- (void)deleteAndReverseWrapUTF8Characters:(unsigned long long)arg1 atPosition:(CDStruct_4bcfbbae)arg2;
- (void)deleteUTF8CharactersInLineRange:(struct _NSRange)arg1;
- (void)shiftLineRange:(struct _NSRange)arg1 inDirection:(unsigned long long)arg2 byAmount:(unsigned long long)arg3;
- (void)truncateScrollbackFromBeginningToLineLength:(unsigned long long)arg1;
- (BOOL)isAlternateScreenActive;
- (void)setAlternateScreenActive:(BOOL)arg1;
- (BOOL)isInverted;
- (void)setInverted:(BOOL)arg1;
- (BOOL)isCursorVisible;
- (void)setCursorVisible:(BOOL)arg1;
- (void)setAutoWrap:(BOOL)arg1;
- (BOOL)autoWrap;
- (struct _NSRange)scrollRange;
- (void)setScrollRange:(struct _NSRange)arg1;
- (void)getLine:(unsigned long long)arg1 UTF8Characters:(CDStruct_bff1fa32 *)arg2 runs:(CDStruct_bff1fa32 *)arg3;
- (unsigned long long)displayWidthForCharacter:(int)arg1;
- (unsigned long long)logicalWidthForCharacter:(int)arg1;
- (void)setBlitSafe:(BOOL)arg1;
- (BOOL)isBlitSafe;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (void)clearScrollback;
- (void)pullLinesFromScrollback:(unsigned long long)arg1 toActiveStorage:(id)arg2 scanningForEmptyLines:(unsigned long long)arg3;
@property struct CGSize logicalSize; // @synthesize logicalSize;
@end

View File

@@ -0,0 +1,32 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSString.h"
@class TTLogicalScreen;
@interface TTLogicalScreenString : NSString
{
TTLogicalScreen *_screen;
CDStruct_bff1fa32 *_UTF8Buffer;
CDStruct_bff1fa32 *_UTF16Buffer;
CDStruct_bff1fa32 *_runBuffer;
struct _NSRange _backingStoreRange;
unsigned long long _generation;
}
+ (id)stringWithLogicalScreen:(id)arg1;
- (id)initWithLogicalScreen:(id)arg1;
- (void)dealloc;
- (unsigned long long)length;
- (unsigned long long)activeLength;
- (unsigned long long)offsetToActiveArea;
- (unsigned short)characterAtIndex:(unsigned long long)arg1;
- (struct _NSRange)rangeOfString:(id)arg1 options:(unsigned long long)arg2 range:(struct _NSRange)arg3 locale:(id)arg4;
- (void)getCharacters:(unsigned short *)arg1 range:(struct _NSRange)arg2;
@end

View File

@@ -0,0 +1,24 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSValueTransformer.h"
@class TTKeyMapTextEscaper;
@interface TTMappedKeysToSortedTransformer : NSValueTransformer
{
TTKeyMapTextEscaper *_escaper;
}
+ (Class)transformedValueClass;
+ (BOOL)allowsReverseTransformation;
+ (id)localizedDescriptionForMappedKey:(id)arg1;
- (id)init;
- (void)dealloc;
- (id)transformedValue:(id)arg1;
@end

View File

@@ -0,0 +1,42 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@interface TTMultiLineBuffer : NSObject
{
CDStruct_bff1fa32 *_chars;
CDStruct_bff1fa32 *_runs;
CDStruct_bff1fa32 *_lineOffsets;
BOOL _isTextWrapped;
unsigned long long _columnCount;
unsigned long long utf16CharacterCount;
}
- (id)initWithColumnCount:(unsigned long long)arg1;
- (void)reinitializeWithColumnCount:(unsigned long long)arg1;
- (void)dealloc;
- (id)description;
- (BOOL)isTextWrapped;
- (void)setTextWrapped:(BOOL)arg1;
- (unsigned long long)columnCount;
- (unsigned long long)length;
- (CDStruct_bff1fa32 *)chars;
- (CDStruct_bff1fa32 *)runs;
- (CDStruct_bff1fa32 *)lineOffsets;
- (void)setLineOffsets:(CDStruct_bff1fa32 *)arg1;
- (CDStruct_0ef95e2a *)firstRunAtLineOffset:(unsigned long long)arg1 returnIndex:(unsigned long long *)arg2;
- (void)getLine:(unsigned long long)arg1 UTF8Characters:(CDStruct_bff1fa32 *)arg2 runs:(CDStruct_bff1fa32 *)arg3;
- (void)appendUTF8Characters:(const char *)arg1 length:(unsigned long long)arg2 withAttributes:(CDStruct_45ade667)arg3 doesBeginLine:(BOOL)arg4;
- (void)truncateToCharacterLength:(unsigned long long)arg1;
- (void)truncateToLineLength:(unsigned long long)arg1;
- (void)deleteLinesFromBeginning:(unsigned long long)arg1;
- (unsigned long long)wrapToColumnCount:(unsigned long long)arg1 startingAtColumn:(unsigned long long)arg2 withLogicalScreen:(id)arg3;
- (unsigned long long)wrapLineOffsets:(CDStruct_bff1fa32 *)arg1 toColumnCount:(unsigned long long)arg2 startingAtColumn:(unsigned long long)arg3 withLogicalScreen:(id)arg4;
@property unsigned long long utf16CharacterCount; // @synthesize utf16CharacterCount;
@end

View File

@@ -0,0 +1,19 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSValueTransformer.h"
@interface TTNilToEmptyStringTransformer : NSValueTransformer
{
}
+ (Class)transformedValueClass;
+ (BOOL)allowsReverseTransformation;
- (id)transformedValue:(id)arg1;
- (id)reverseTransformedValue:(id)arg1;
@end

View File

@@ -0,0 +1,16 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTEditingArrayController.h"
@interface TTNoWarnProcessesController : TTEditingArrayController
{
}
- (id)newObject;
@end

View File

@@ -0,0 +1,13 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
@protocol TTOutputDecoder
- (id)initWithController:(id)arg1;
- (id)decodeData:(id)arg1;
- (void)softReset;
- (void)hardReset;
@end

View File

@@ -0,0 +1,66 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTAccessibleView.h"
@class NSButton, NSScroller, TTLogicalScreen, TTSplitView, TTTabController, TTView;
@interface TTPane : TTAccessibleView
{
TTView *view;
NSScroller *scroller;
TTSplitView *splitView;
TTTabController *controller;
TTLogicalScreen *logicalScreen;
BOOL paneCanBeClosed;
NSButton *_splitButton;
NSButton *_closeButton;
}
- (void)dealloc;
@property(readonly) BOOL isActive;
- (BOOL)isResizePane;
@property(readonly) BOOL paneCanBeClosed; // @synthesize paneCanBeClosed;
@property(readonly) BOOL paneCanBeSplit;
- (void)updateGeometry;
- (id)initWithFrame:(struct CGRect)arg1 withSplitView:(id)arg2 withController:(id)arg3 withProfile:(id)arg4 logicalScreen:(id)arg5;
- (struct CGSize)contentSize;
- (struct CGSize)contentSizeForLogicalContentSize:(struct CGSize)arg1;
- (void)sizeToFit:(struct CGRect)arg1;
- (void)setProfile:(id)arg1;
@property TTTabController *controller;
- (void)drawRect:(struct CGRect)arg1;
- (void)splitPressed:(id)arg1;
- (void)closePressed:(id)arg1;
- (void)scrollWheel:(id)arg1;
- (void)scrollToTop;
- (void)scrollToBottom;
- (void)lineUp;
- (void)lineDown;
- (void)pageUp;
- (void)pageDown;
- (void)updateFromScroller:(id)arg1;
- (id)accessibilityAttributeNames;
- (id)ttaxRoleAttribute;
- (BOOL)ttaxIsRoleAttributeMutable;
- (id)ttaxRoleDescriptionAttribute;
- (BOOL)ttaxIsRoleDescriptionAttributeMutable;
- (id)ttaxHorizontalScrollBarAttribute;
- (BOOL)ttaxIsHorizontalScrollBarAttributeMutable;
- (id)ttaxVerticalScrollBarAttribute;
- (BOOL)ttaxIsVerticalScrollBarAttributeMutable;
- (id)ttaxContentsAttribute;
- (BOOL)ttaxIsContentsAttributeMutable;
- (id)ttaxFocusedAttribute;
- (BOOL)ttaxIsFocusedAttributeMutable;
- (void)ttaxSetFocusedAttribute:(id)arg1;
@property TTSplitView *splitView; // @synthesize splitView;
@property TTLogicalScreen *logicalScreen; // @synthesize logicalScreen;
@property NSScroller *scroller; // @synthesize scroller;
@property TTView *view; // @synthesize view;
@end

View File

@@ -0,0 +1,17 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSPopUpButtonCell.h"
@interface TTPopUpButtonCell : NSPopUpButtonCell
{
}
- (struct CGRect)imageRectForBounds:(struct CGRect)arg1;
- (BOOL)trackMouse:(id)arg1 inRect:(struct CGRect)arg2 ofView:(id)arg3 untilMouseUp:(BOOL)arg4;
@end

View File

@@ -0,0 +1,16 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTView.h"
@interface TTPrintingView : TTView
{
}
- (unsigned long long)rowCount;
@end

View File

@@ -0,0 +1,13 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTProfile.h"
@interface TTProfile (Internal)
+ (id)archivedKeys;
- (void)validate;
@end

View File

@@ -0,0 +1,45 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTProfile.h"
@interface TTProfile (Scripting)
- (id)objectSpecifier;
- (id)scriptUniqueID;
- (id)scriptNumberOfRows;
- (void)setScriptNumberOfRows:(id)arg1;
- (id)scriptNumberOfColumns;
- (void)setScriptNumberOfColumns:(id)arg1;
- (id)scriptCursorColor;
- (void)setScriptCursorColor:(id)arg1;
- (id)scriptBackgroundColor;
- (void)setScriptBackgroundColor:(id)arg1;
- (id)scriptNormalTextColor;
- (void)setScriptNormalTextColor:(id)arg1;
- (id)scriptBoldTextColor;
- (void)setScriptBoldTextColor:(id)arg1;
- (id)scriptFontName;
- (void)setScriptFontName:(id)arg1;
- (int)scriptFontSize;
- (void)setScriptFontSize:(int)arg1;
- (BOOL)scriptFontAntialiasing;
- (void)setScriptFontAntialiasing:(BOOL)arg1;
- (id)scriptCleanCommands;
- (void)setScriptCleanCommands:(id)arg1;
- (BOOL)scriptTitleDisplaysDeviceName;
- (void)setScriptTitleDisplaysDeviceName:(BOOL)arg1;
- (BOOL)scriptTitleDisplaysShellPath;
- (void)setScriptTitleDisplaysShellPath:(BOOL)arg1;
- (BOOL)scriptTitleDisplaysWindowSize;
- (void)setScriptTitleDisplaysWindowSize:(BOOL)arg1;
- (BOOL)scriptTitleDisplaysSettingsName;
- (void)setScriptTitleDisplaysSettingsName:(BOOL)arg1;
- (BOOL)scriptTitleDisplaysCustomTitle;
- (void)setScriptTitleDisplaysCustomTitle:(BOOL)arg1;
- (id)scriptCustomTitle;
- (void)setScriptCustomTitle:(id)arg1;
@end

View File

@@ -0,0 +1,12 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTProfile.h"
@interface TTProfile (UndoCompatibleKeyValueCoding)
- (void)undoCompatibleSetValue:(id)arg1 forKeyPath:(id)arg2;
@end

View File

@@ -0,0 +1,61 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
#import "NSCoding-Protocol.h"
#import "NSCopying-Protocol.h"
@class NSMutableDictionary, NSMutableSet, NSString;
@interface TTProfile : NSObject <NSCopying, NSCoding>
{
NSMutableDictionary *_values;
NSMutableSet *_observedKeys;
TTProfile *_parentProfile;
NSString *_name;
}
+ (id)keyPathsForValuesAffectingValueForKey:(id)arg1;
+ (id)profileKeys;
- (id)init;
- (void)dealloc;
- (id)initWithProfile:(id)arg1;
- (BOOL)updateProfileIfNecessary;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (BOOL)isEqual:(id)arg1;
- (id)description;
- (void)setParentProfile:(id)arg1;
- (id)parentProfile;
- (void)setProfile:(id)arg1;
- (id)name;
- (void)setName:(id)arg1;
- (BOOL)validateName:(id *)arg1 error:(id *)arg2;
- (BOOL)validateRowCount:(id *)arg1 error:(id *)arg2;
- (BOOL)validateColumnCount:(id *)arg1 error:(id *)arg2;
- (id)scopeValueForKey:(id)arg1;
- (BOOL)typeCheckValue:(id)arg1 withOther:(id)arg2;
- (void)setScopeValue:(id)arg1 forKey:(id)arg2;
- (id)scopeValues;
- (void)setScopeValues:(id)arg1;
- (id)effectiveValues;
- (id)effectiveValueForKey:(id)arg1;
- (id)valueForUndefinedKey:(id)arg1;
- (void)setValue:(id)arg1 forUndefinedKey:(id)arg2;
- (void)addObserver:(id)arg1 forKeyPath:(id)arg2 options:(unsigned long long)arg3 context:(void *)arg4;
- (void)removeObserver:(id)arg1 forKeyPath:(id)arg2;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (void)stopObservingParentProfile;
- (id)propertyListRepresentation;
- (id)initWithPropertyListRepresentation:(id)arg1;
- (BOOL)setPropertyListRepresentation:(id)arg1;
- (BOOL)fontAllowsDisableAntialias;
- (id)encodingController;
@end

View File

@@ -0,0 +1,41 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTEditingArrayController.h"
#import "NSOpenSavePanelDelegate-Protocol.h"
@class NSTextField;
@interface TTProfileArrayController : TTEditingArrayController <NSOpenSavePanelDelegate>
{
NSTextField *_commandField;
}
- (void)awakeFromNib;
- (id)newObject;
- (void)willChangeValuesForArrangedKeys:(BOOL)arg1 objectKeys:(BOOL)arg2 indexKeys:(BOOL)arg3;
- (void)didChangeValuesForArrangedKeys:(BOOL)arg1 objectKeys:(BOOL)arg2 indexKeys:(BOOL)arg3;
- (BOOL)canRemove;
- (BOOL)canMakeDefault;
- (void)makeDefault:(id)arg1;
- (void)duplicate:(id)arg1;
- (void)restoreDefaults:(id)arg1;
- (BOOL)canExport;
- (void)export:(id)arg1;
- (void)exportPanelDidEnd:(id)arg1 returnCode:(long long)arg2 contextInfo:(void *)arg3;
- (void)import:(id)arg1;
- (void)importPanelDidEnd:(id)arg1 returnCode:(long long)arg2 contextInfo:(void *)arg3;
- (BOOL)panel:(id)arg1 shouldShowFilename:(id)arg2;
- (id)shouldRunCommandAtStartup;
- (void)setShouldRunCommandAtStartup:(id)arg1;
- (BOOL)tableView:(id)arg1 writeRowsWithIndexes:(id)arg2 toPasteboard:(id)arg3;
- (id)tableView:(id)arg1 namesOfPromisedFilesDroppedAtDestination:(id)arg2 forDraggedRowsWithIndexes:(id)arg3;
- (unsigned long long)tableView:(id)arg1 validateDrop:(id)arg2 proposedRow:(long long)arg3 proposedDropOperation:(unsigned long long)arg4;
- (BOOL)tableView:(id)arg1 acceptDrop:(id)arg2 row:(long long)arg3 dropOperation:(unsigned long long)arg4;
@end

View File

@@ -0,0 +1,14 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTProfileManager.h"
@interface TTProfileManager (Internal)
- (void)saveToDefaults:(id)arg1;
- (void)loadFromDefaults:(id)arg1;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
@end

View File

@@ -0,0 +1,15 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTProfileManager.h"
@interface TTProfileManager (UndoCompatibleKeyValueCoding)
- (void)undoCompatibleSetValue:(id)arg1 forKeyPath:(id)arg2;
- (void)undoCompatibleInsertObjects:(id)arg1 intoKeyPath:(id)arg2;
- (void)undoCompatibleRemoveObjects:(id)arg1 fromKeyPath:(id)arg2;
- (void)undoCompatibleReplaceObjects:(id)arg1 withObjects:(id)arg2 atKeyPath:(id)arg3;
@end

View File

@@ -0,0 +1,39 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSMutableArray, TTProfile;
@interface TTProfileManager : NSObject
{
NSMutableArray *_profiles;
TTProfile *_defaultProfile;
TTProfile *_startupProfile;
BOOL _isLoadingFromDefaults;
}
+ (id)sharedProfileManager;
- (id)init;
- (void)dealloc;
- (void)synchronize;
- (id)profiles;
- (void)setProfiles:(id)arg1;
- (unsigned long long)countOfProfiles;
- (void)insertObject:(id)arg1 inProfilesAtIndex:(unsigned long long)arg2;
- (void)removeObjectFromProfilesAtIndex:(unsigned long long)arg1;
- (void)replaceObjectInProfilesAtIndex:(unsigned long long)arg1 withObject:(id)arg2;
- (id)profileWithName:(id)arg1;
- (void)setProfile:(id)arg1 forName:(id)arg2;
- (id)uniqueProfileNameWithBase:(id)arg1;
- (id)defaultProfile;
- (void)setDefaultProfile:(id)arg1;
- (id)startupProfile;
- (void)setStartupProfile:(id)arg1;
- (id)profileSavePanel;
@end

View File

@@ -0,0 +1,16 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSMenuItem.h"
@interface TTProfileMenuItem : NSMenuItem
{
}
+ (BOOL)usesUserKeyEquivalents;
@end

View File

@@ -0,0 +1,27 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSViewController.h"
@class NSButton, NSNumber, NSTextField;
@interface TTProfileSaveViewController : NSViewController
{
NSTextField *_commandField;
NSButton *_useAsDefaultCheckbox;
NSButton *_useAsStartupCheckbox;
NSNumber *_savedUseAsDefault;
NSNumber *_savedUseAsStartup;
}
- (void)dealloc;
- (id)shouldRunCommandAtStartup;
- (void)setShouldRunCommandAtStartup:(id)arg1;
- (BOOL)validateName:(id *)arg1 error:(id *)arg2;
- (void)controlTextDidChange:(id)arg1;
@end

View File

@@ -0,0 +1,27 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSWindowController.h"
#import "NSWindowDelegate-Protocol.h"
@class NSButton, NSComboBox;
@interface TTRunCommandPanelController : NSWindowController <NSWindowDelegate>
{
NSComboBox *_commandCombo;
NSButton *_runInShellCheckBox;
}
+ (id)sharedRunCommandPanel;
- (id)initWithWindowNibName:(id)arg1;
- (void)windowDidLoad;
- (void)showWindow:(id)arg1;
- (void)dealloc;
- (void)commandEntered:(id)arg1;
@end

View File

@@ -0,0 +1,64 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSMutableIndexSet, NSThread, TTLogicalScreen;
@interface TTScrollbackTextStorage : NSObject
{
TTLogicalScreen *_screen;
struct storage_list *_freeListHead;
struct storage_list *_freeListTail;
unsigned long long _freeListCount;
CDStruct_bff1fa32 *_storageList;
unsigned long long _cursorIndex;
unsigned long long _cursorOffsetIndex;
unsigned long long _characterCount;
unsigned long long _lineCount;
unsigned long long _columnCount;
NSMutableIndexSet *_doubleHighTopLines;
NSMutableIndexSet *_doubleHighBottomLines;
NSMutableIndexSet *_doubleWideLines;
NSThread *_rewrappingThread;
}
- (id)initWithLogicalScreen:(id)arg1;
- (void)dealloc;
- (id)description;
- (unsigned long long)lineCount;
- (unsigned long long)columnCount;
- (void)setColumnCount:(unsigned long long)arg1;
- (void)rewrappingThread:(id)arg1;
- (void)applyChangesFromRewrappingThread:(id)arg1;
- (void)wrapLinesFromEnd:(unsigned long long)arg1 toColumnCount:(unsigned long long)arg2;
- (BOOL)initializeFreeList;
- (BOOL)growFreeList:(unsigned long long)arg1;
- (BOOL)growFreeList;
- (void)shrinkFreeList;
- (void)deleteFreeList;
- (BOOL)createBuffer;
- (void)releaseStorageListTail;
- (void)releaseStorageListHead;
- (BOOL)initializeStorageList;
- (void)deleteStorageList;
- (void)getLine:(unsigned long long)arg1 UTF8Characters:(CDStruct_bff1fa32 *)arg2 runs:(CDStruct_bff1fa32 *)arg3;
- (id)bufferAtIndex:(unsigned long long)arg1;
- (unsigned long long)bufferCount;
- (void)appendUTF8Characters:(const char *)arg1 length:(unsigned long long)arg2 withAttributes:(CDStruct_45ade667)arg3 doesBeginLine:(BOOL)arg4;
- (void)clearStorageList;
- (void)truncateToCharacterLength:(unsigned long long)arg1;
- (void)truncateToLineLength:(unsigned long long)arg1;
- (void)truncateToExactLineLength:(unsigned long long)arg1;
- (void)truncateFromBeginningToExactLineLength:(unsigned long long)arg1;
- (unsigned long long)sizeForLine:(unsigned long long)arg1;
- (void)setSize:(unsigned long long)arg1 forLine:(unsigned long long)arg2;
- (void)rewindCursor;
- (void)truncateLineSizes;
- (void)truncateLineSizesFromBeginningFrom:(unsigned long long)arg1 to:(unsigned long long)arg2;
@end

View File

@@ -0,0 +1,16 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTSettingsSourceCell.h"
@interface TTSettingsPickerSourceCell : TTSettingsSourceCell
{
}
- (BOOL)shouldShowDefaultCell;
@end

View File

@@ -0,0 +1,35 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSTextFieldCell.h"
@class NSImageCell;
@interface TTSettingsSourceCell : NSTextFieldCell
{
NSTextFieldCell *_titleCell;
NSTextFieldCell *_defaultCell;
NSImageCell *_thumbnailCell;
BOOL _isEditing;
id _dataSource;
}
- (id)initWithCoder:(id)arg1;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)dealloc;
- (void)setBackgroundStyle:(long long)arg1;
- (struct CGRect)expansionFrameWithFrame:(struct CGRect)arg1 inView:(id)arg2;
- (id)profile;
- (BOOL)shouldShowDefaultCell;
- (struct CGRect)titleRectForBounds:(struct CGRect)arg1;
- (unsigned long long)hitTestForEvent:(id)arg1 inRect:(struct CGRect)arg2 ofView:(id)arg3;
- (struct CGRect)defaultRectForBounds:(struct CGRect)arg1;
- (void)selectWithFrame:(struct CGRect)arg1 inView:(id)arg2 editor:(id)arg3 delegate:(id)arg4 start:(long long)arg5 length:(long long)arg6;
- (void)drawInteriorWithFrame:(struct CGRect)arg1 inView:(id)arg2;
- (id)thumbnailImage;
@end

View File

@@ -0,0 +1,32 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSArrayController.h"
@class NSTableView, NSTimer;
@interface TTSettingsThumbnailArrayController : NSArrayController
{
NSTableView *_tableView;
NSTimer *_needsDisplayTimer;
double _lastUpdateTime;
BOOL _needsDelayedDisplay;
}
- (void)awakeFromNib;
- (void)dealloc;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (void)setSelectedProfile:(id)arg1;
- (void)showSettingsPreferences:(id)arg1;
- (void)updateThumbnailForProfile:(id)arg1;
- (void)updateThumbnails;
- (void)thumbnailsDidChange;
- (void)delayedSetNeedsDisplay:(BOOL)arg1;
- (void)needsDisplayTimer:(id)arg1;
- (id)thumbnailOfSize:(struct CGSize)arg1 forProfile:(id)arg2;
@end

View File

@@ -0,0 +1,78 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSMutableArray, NSMutableData, NSString, TTProfile, TTTabController;
@interface TTShell : NSObject
{
TTTabController *_controller;
TTProfile *_profile;
id _target;
SEL _action;
int _fd;
int _pid;
int _shellPid;
int _basePid;
int _ttyDevice;
char _ptyPath[12];
int _exitStatus;
BOOL _childTerminated;
BOOL _pipeClosed;
BOOL _wasDirty;
BOOL _isUpdatingDirty;
char *_shellArgs[255];
NSMutableArray *_runningProcesses;
NSString *_frontmostProcess;
int _frontmostProcessPID;
NSString *_shellCommand;
BOOL _commandAsShell;
int _shellExitAction;
BOOL _useOptionAsMetaKey;
BOOL _deleteSendsBackspace;
NSMutableData *_writeBuffer;
}
+ (void)initialize;
+ (id)runningShells;
+ (void)signalPipeHandler:(id)arg1;
+ (void)childDidTerminate:(id)arg1;
+ (id)pathForExecutable:(id)arg1;
- (id)initWithAction:(SEL)arg1 target:(id)arg2 profile:(id)arg3 controller:(id)arg4 customShell:(id)arg5 commandAsShell:(BOOL)arg6;
- (id)description;
- (id)initShellArgs:(id)arg1;
- (void)setProfile:(id)arg1;
- (void)setShellExitActionOverride:(int)arg1;
- (void)dealloc;
- (int)pid;
- (int)fileDescriptor;
- (int)ttyDevice;
- (BOOL)isRunning;
- (void)detachTarget;
- (id)target;
- (SEL)action;
- (id)controller;
- (void)childTerminated:(int)arg1;
- (void)ioManagerDidEncounterError:(id)arg1;
- (void)processEnded;
- (void)terminate;
- (void)writeData:(id)arg1;
- (void)writeData:(id)arg1 escapingCharacters:(BOOL)arg2;
- (BOOL)isDirty;
- (id)updatedRunningProcesses;
- (id)runningProcesses;
- (id)frontmostProcess;
- (void)updateContentSize:(struct CGSize)arg1 rowCount:(unsigned int)arg2 columnCount:(unsigned int)arg3;
- (id)exitStatusMessage:(int)arg1;
- (id)ptyPathNSString;
- (int)shellExitAction;
- (id)shellCommand;
- (void)setShouldBufferWrites:(BOOL)arg1;
- (BOOL)isBufferingWrites;
@end

View File

@@ -0,0 +1,27 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSObject.h"
@class NSConditionLock, NSMutableArray, NSThread;
@interface TTShellReaper : NSObject
{
NSMutableArray *_shellArray;
NSThread *_thread;
NSConditionLock *_conditionLock;
}
+ (id)sharedReaper;
- (id)init;
- (void)dealloc;
- (void)reapShell:(id)arg1;
- (void)reapShellsInArray:(id)arg1;
- (void)wait;
- (void)grimReaper;
@end

View File

@@ -0,0 +1,28 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSSplitView.h"
@class TTTabController;
@interface TTSplitView : NSSplitView
{
TTTabController *tabController;
}
- (id)initWithFrame:(struct CGRect)arg1;
- (void)dealloc;
- (double)dividerThickness;
- (id)dividerColor;
- (void)setProfile:(id)arg1;
- (void)setSelectedProfile:(id)arg1;
- (void)setFrame:(struct CGRect)arg1;
- (void)adjustSubviews;
- (struct CGSize)contentSizeForLogicalContentSize:(struct CGSize)arg1;
@property TTTabController *tabController; // @synthesize tabController;
@end

View File

@@ -0,0 +1,18 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSValueTransformer.h"
@interface TTStartupActionIsUseWindowGroupTransformer : NSValueTransformer
{
}
+ (Class)transformedValueClass;
+ (BOOL)allowsReverseTransformation;
- (id)transformedValue:(id)arg1;
@end

View File

@@ -0,0 +1,18 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSValueTransformer.h"
@interface TTStartupActionIsUseWindowSettingsTransformer : NSValueTransformer
{
}
+ (Class)transformedValueClass;
+ (BOOL)allowsReverseTransformation;
- (id)transformedValue:(id)arg1;
@end

View File

@@ -0,0 +1,16 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTTabAnimation.h"
@interface TTTabAlertAnimation : TTTabAnimation
{
}
- (void)setCurrentProgress:(float)arg1;
@end

View File

@@ -0,0 +1,21 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "NSAnimation.h"
@class TTTabViewItem;
@interface TTTabAnimation : NSAnimation
{
TTTabViewItem *_tab;
}
- (void)dealloc;
- (id)tab;
- (void)setTab:(id)arg1;
@end

View File

@@ -0,0 +1,53 @@
/*
* Generated by class-dump 3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
#import "TTTabController.h"
@interface TTTabController (Scripting)
- (id)objectSpecifier;
- (void)prepareScriptingProfile;
- (unsigned long long)scriptNumberOfRows;
- (void)setScriptNumberOfRows:(unsigned long long)arg1;
- (unsigned long long)scriptNumberOfColumns;
- (void)setScriptNumberOfColumns:(unsigned long long)arg1;
- (id)scriptCursorColor;
- (void)setScriptCursorColor:(id)arg1;
- (id)scriptBackgroundColor;
- (void)setScriptBackgroundColor:(id)arg1;
- (id)scriptNormalTextColor;
- (void)setScriptNormalTextColor:(id)arg1;
- (id)scriptBoldTextColor;
- (void)setScriptBoldTextColor:(id)arg1;
- (id)scriptContents;
- (id)scriptHistory;
- (BOOL)scriptBusy;
- (id)scriptProcesses;
- (BOOL)scriptSelected;
- (void)setScriptSelected:(BOOL)arg1;
- (id)scriptCleanCommands;
- (void)setScriptCleanCommands:(id)arg1;
- (BOOL)scriptTitleDisplaysDeviceName;
- (void)setScriptTitleDisplaysDeviceName:(BOOL)arg1;
- (BOOL)scriptTitleDisplaysShellPath;
- (void)setScriptTitleDisplaysShellPath:(BOOL)arg1;
- (BOOL)scriptTitleDisplaysWindowSize;
- (void)setScriptTitleDisplaysWindowSize:(BOOL)arg1;
- (BOOL)scriptTitleDisplaysFileName;
- (void)setScriptTitleDisplaysFileName:(BOOL)arg1;
- (BOOL)scriptTitleDisplaysCustomTitle;
- (void)setScriptTitleDisplaysCustomTitle:(BOOL)arg1;
- (id)scriptCustomTitle;
- (void)setScriptCustomTitle:(id)arg1;
- (id)scriptTTY;
- (id)scriptFontName;
- (void)setScriptFontName:(id)arg1;
- (int)scriptFontSize;
- (void)setScriptFontSize:(int)arg1;
- (BOOL)scriptFontAntialiasing;
- (void)setScriptFontAntialiasing:(BOOL)arg1;
- (id)handleDoScriptCommand:(id)arg1;
@end

Some files were not shown because too many files have changed in this diff Show More