Created
April 13, 2010 06:39
-
-
Save paulbaumgart/364370 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ObjectiveJ": [ | |
{ | |
"socratic_name": "AppKit/_CPImageAndTextView.j" | |
}, | |
{ | |
"socratic_name": "AppKit/AppKit.j" | |
}, | |
{ | |
"socratic_name": "AppKit/CPAlert.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "95" | |
}, | |
{ | |
"socratic_name": "-(id)init", | |
"socratic_lineNumber": "115" | |
}, | |
{ | |
"socratic_name": "-(void)setWindowStyle:(int)styleMask", | |
"socratic_lineNumber": "142" | |
}, | |
{ | |
"socratic_name": "-(void)setTitle:(CPString)aTitle", | |
"socratic_lineNumber": "171" | |
}, | |
{ | |
"socratic_name": "-(CPString)title", | |
"socratic_lineNumber": "179" | |
}, | |
{ | |
"socratic_name": "-(int)windowStyle", | |
"socratic_lineNumber": "187" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)delegate", | |
"socratic_lineNumber": "196" | |
}, | |
{ | |
"socratic_name": "-(void)delegate", | |
"socratic_lineNumber": "204" | |
}, | |
{ | |
"socratic_name": "-(void)setAlertStyle:(CPAlertStyle)style", | |
"socratic_lineNumber": "213" | |
}, | |
{ | |
"socratic_name": "-(CPAlertStyle)alertStyle", | |
"socratic_lineNumber": "221" | |
}, | |
{ | |
"socratic_name": "-(void)setMessageText:(CPString)messageText", | |
"socratic_lineNumber": "230" | |
}, | |
{ | |
"socratic_name": "-(CPString)messageText", | |
"socratic_lineNumber": "238" | |
}, | |
{ | |
"socratic_name": "-(void)addButtonWithTitle:(CPString)title", | |
"socratic_lineNumber": "250" | |
}, | |
{ | |
"socratic_name": "-(void)runModal", | |
"socratic_lineNumber": "271" | |
}, | |
{ | |
"socratic_name": "-(void)_notifyDelegate:(id)button", | |
"socratic_lineNumber": "294" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPAlert", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "79" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPAnimation.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithDuration:(float)aDurationanimationCurve:(CPAnimationCurve)anAnimationCurve", | |
"socratic_lineNumber": "98" | |
}, | |
{ | |
"socratic_name": "-(void)setAnimationCurve:(CPAnimationCurve)anAnimationCurve", | |
"socratic_lineNumber": "118" | |
}, | |
{ | |
"socratic_name": "-(CPAnimationCurve)animationCurve", | |
"socratic_lineNumber": "146" | |
}, | |
{ | |
"socratic_name": "-(void)setDuration:(CPTimeInterval)aDuration", | |
"socratic_lineNumber": "156" | |
}, | |
{ | |
"socratic_name": "-(CPTimeInterval)duration", | |
"socratic_lineNumber": "167" | |
}, | |
{ | |
"socratic_name": "-(void)setFrameRate:(float)frameRate", | |
"socratic_lineNumber": "177" | |
}, | |
{ | |
"socratic_name": "-(float)frameRate", | |
"socratic_lineNumber": "188" | |
}, | |
{ | |
"socratic_name": "-(id)delegate", | |
"socratic_lineNumber": "196" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)aDelegate", | |
"socratic_lineNumber": "205" | |
}, | |
{ | |
"socratic_name": "-(void)startAnimation", | |
"socratic_lineNumber": "215" | |
}, | |
{ | |
"socratic_name": "-(void)animationTimerDidFire:(CPTimer)aTimer", | |
"socratic_lineNumber": "233" | |
}, | |
{ | |
"socratic_name": "-(void)stopAnimation", | |
"socratic_lineNumber": "257" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isAnimating", | |
"socratic_lineNumber": "273" | |
}, | |
{ | |
"socratic_name": "-(void)setCurrentProgress:(float)aProgress", | |
"socratic_lineNumber": "282" | |
}, | |
{ | |
"socratic_name": "-(float)currentProgress", | |
"socratic_lineNumber": "290" | |
}, | |
{ | |
"socratic_name": "-(float)currentValue", | |
"socratic_lineNumber": "298" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPAnimation", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "77" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPApplication.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(CPApplication)sharedApplication", | |
"socratic_lineNumber": "94" | |
}, | |
{ | |
"socratic_name": "-(id)init", | |
"socratic_lineNumber": "107" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)aDelegate", | |
"socratic_lineNumber": "188" | |
}, | |
{ | |
"socratic_name": "-(id)delegate", | |
"socratic_lineNumber": "228" | |
}, | |
{ | |
"socratic_name": "-(void)finishLaunching", | |
"socratic_lineNumber": "239" | |
}, | |
{ | |
"socratic_name": "-(void)run", | |
"socratic_lineNumber": "280" | |
}, | |
{ | |
"socratic_name": "-(void)runModalForWindow:(CPWindow)aWindow", | |
"socratic_lineNumber": "290" | |
}, | |
{ | |
"socratic_name": "-(void)stopModalWithCode:(int)aCode", | |
"socratic_lineNumber": "300" | |
}, | |
{ | |
"socratic_name": "-(void)_removeRunModalLoop", | |
"socratic_lineNumber": "316" | |
}, | |
{ | |
"socratic_name": "-(void)stopModal", | |
"socratic_lineNumber": "332" | |
}, | |
{ | |
"socratic_name": "-(void)abortModal", | |
"socratic_lineNumber": "340" | |
}, | |
{ | |
"socratic_name": "-(CPModalSession)beginModalSessionForWindow:(CPWindow)aWindow", | |
"socratic_lineNumber": "349" | |
}, | |
{ | |
"socratic_name": "-(void)runModalSession:(CPModalSession)aModalSession", | |
"socratic_lineNumber": "358" | |
}, | |
{ | |
"socratic_name": "-(CPWindow)modalWindow", | |
"socratic_lineNumber": "377" | |
}, | |
{ | |
"socratic_name": "-(BOOL)_handleKeyEquivalent:(CPEvent)anEvent", | |
"socratic_lineNumber": "386" | |
}, | |
{ | |
"socratic_name": "-(void)sendEvent:(CPEvent)anEvent", | |
"socratic_lineNumber": "398" | |
}, | |
{ | |
"socratic_name": "-(void)doCommandBySelector:(SEL)aSelector", | |
"socratic_lineNumber": "418" | |
}, | |
{ | |
"socratic_name": "-(CPWindow)keyWindow", | |
"socratic_lineNumber": "429" | |
}, | |
{ | |
"socratic_name": "-(CPWindow)mainWindow", | |
"socratic_lineNumber": "437" | |
}, | |
{ | |
"socratic_name": "-(CPWindow)windowWithWindowNumber:(int)aWindowNumber", | |
"socratic_lineNumber": "445" | |
}, | |
{ | |
"socratic_name": "-(CPArray)windows", | |
"socratic_lineNumber": "453" | |
}, | |
{ | |
"socratic_name": "-(CPMenu)mainMenu", | |
"socratic_lineNumber": "462" | |
}, | |
{ | |
"socratic_name": "-(void)setMainMenu:(CPMenu)aMenu", | |
"socratic_lineNumber": "471" | |
}, | |
{ | |
"socratic_name": "-(BOOL)tryToPerform:(SEL)anActionwith:(id)anObject", | |
"socratic_lineNumber": "486" | |
}, | |
{ | |
"socratic_name": "-(BOOL)sendAction:(SEL)anActionto:(id)aTargetfrom:(id)aSender", | |
"socratic_lineNumber": "511" | |
}, | |
{ | |
"socratic_name": "-(id)targetForAction:(SEL)anActionto:(id)aTargetfrom:(id)aSender", | |
"socratic_lineNumber": "534" | |
}, | |
{ | |
"socratic_name": "-(id)_targetForWindow:(CPWindow)aWindowaction:(SEL)anAction", | |
"socratic_lineNumber": "562" | |
}, | |
{ | |
"socratic_name": "-(id)targetForAction:(SEL)anAction", | |
"socratic_lineNumber": "613" | |
}, | |
{ | |
"socratic_name": "-(void)setCallback:(Function)aCallbackforNextEventMatchingMask:(unsigned int)aMaskuntilDate:(CPDate)anExpirationinMode:(CPString)aModedequeue:(BOOL)shouldDequeue", | |
"socratic_lineNumber": "640" | |
}, | |
{ | |
"socratic_name": "-(CPEvent)setTarget:(id)aTargetselector:(SEL)aSelectorforNextEventMatchingMask:(unsigned int)aMaskuntilDate:(CPDate)anExpirationinMode:(CPString)aModedequeue:(BOOL)shouldDequeue", | |
"socratic_lineNumber": "647" | |
}, | |
{ | |
"socratic_name": "-(void)beginSheet:(CPWindow)aSheetmodalForWindow:(CPWindow)aWindowmodalDelegate:(id)aModalDelegatedidEndSelector:(SEL)aDidEndSelectorcontextInfo:(id)aContextInfo", | |
"socratic_lineNumber": "662" | |
}, | |
{ | |
"socratic_name": "-(CPArray)arguments", | |
"socratic_lineNumber": "667" | |
}, | |
{ | |
"socratic_name": "-(void)setArguments:(CPArray)args", | |
"socratic_lineNumber": "675" | |
}, | |
{ | |
"socratic_name": "-(void)_reloadArguments", | |
"socratic_lineNumber": "699" | |
}, | |
{ | |
"socratic_name": "-(CPDictionary)namedArguments", | |
"socratic_lineNumber": "710" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPApplication", | |
"ParentClass": "CPResponder", | |
"socratic_lineNumber": "66" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPButton.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(id)standardButtonWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "126" | |
}, | |
{ | |
"socratic_name": "+(id)standardCheckboxWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "130" | |
}, | |
{ | |
"socratic_name": "-(id)standardRadioButtonWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "134" | |
}, | |
{ | |
"socratic_name": "+(id)themedAttributes", | |
"socratic_lineNumber": "138" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "144" | |
}, | |
{ | |
"socratic_name": "-(BOOL)allowsMixedState", | |
"socratic_lineNumber": "169" | |
}, | |
{ | |
"socratic_name": "-(void)setAllowsMixedState:(BOOL)aFlag", | |
"socratic_lineNumber": "178" | |
}, | |
{ | |
"socratic_name": "-(int)nextState", | |
"socratic_lineNumber": "186" | |
}, | |
{ | |
"socratic_name": "-(void)setNextState", | |
"socratic_lineNumber": "194" | |
}, | |
{ | |
"socratic_name": "-(void)setState:(int)aState", | |
"socratic_lineNumber": "203" | |
}, | |
{ | |
"socratic_name": "-(int)state", | |
"socratic_lineNumber": "211" | |
}, | |
{ | |
"socratic_name": "-(void)setTitle:(CPString)aTitle", | |
"socratic_lineNumber": "216" | |
}, | |
{ | |
"socratic_name": "-(CPString)title", | |
"socratic_lineNumber": "227" | |
}, | |
{ | |
"socratic_name": "-(void)setAlternateTitle:(CPString)aTitle", | |
"socratic_lineNumber": "232" | |
}, | |
{ | |
"socratic_name": "-(CPString)alternateTitle", | |
"socratic_lineNumber": "243" | |
}, | |
{ | |
"socratic_name": "-(void)setImage:(CPImage)anImage", | |
"socratic_lineNumber": "248" | |
}, | |
{ | |
"socratic_name": "-(CPImage)image", | |
"socratic_lineNumber": "259" | |
}, | |
{ | |
"socratic_name": "-(void)setAlternateImage:(CPImage)anImage", | |
"socratic_lineNumber": "268" | |
}, | |
{ | |
"socratic_name": "-(CPImage)alternateImage", | |
"socratic_lineNumber": "282" | |
}, | |
{ | |
"socratic_name": "-(void)highlight:(BOOL)aFlag", | |
"socratic_lineNumber": "291" | |
}, | |
{ | |
"socratic_name": "-(void)setTag:(int)aTag", | |
"socratic_lineNumber": "302" | |
}, | |
{ | |
"socratic_name": "-(int)tag", | |
"socratic_lineNumber": "310" | |
}, | |
{ | |
"socratic_name": "-(BOOL)startTrackingAt:(CGPoint)aPoint", | |
"socratic_lineNumber": "315" | |
}, | |
{ | |
"socratic_name": "-(void)stopTracking:(CGPoint)lastPointat:(CGPoint)aPointmouseIsUp:(BOOL)mouseIsUp", | |
"socratic_lineNumber": "322" | |
}, | |
{ | |
"socratic_name": "-(void)drawBezelWithHighlight:(BOOL)shouldHighlight", | |
"socratic_lineNumber": "330" | |
}, | |
{ | |
"socratic_name": "-(CPView)createBezelView", | |
"socratic_lineNumber": "340" | |
}, | |
{ | |
"socratic_name": "-(CPView)createContentView", | |
"socratic_lineNumber": "349" | |
}, | |
{ | |
"socratic_name": "-(CGRect)contentRectForBounds:(CGRect)bounds", | |
"socratic_lineNumber": "356" | |
}, | |
{ | |
"socratic_name": "-(CGRect)bezelRectForBounds:(CFRect)bounds", | |
"socratic_lineNumber": "371" | |
}, | |
{ | |
"socratic_name": "-(void)sizeToFit", | |
"socratic_lineNumber": "392" | |
}, | |
{ | |
"socratic_name": "-(CGRect)rectForEphemeralSubviewNamed:(CPString)aName", | |
"socratic_lineNumber": "401" | |
}, | |
{ | |
"socratic_name": "-(CPView)createEphemeralSubviewNamed:(CPString)aName", | |
"socratic_lineNumber": "412" | |
}, | |
{ | |
"socratic_name": "-(void)layoutSubviews", | |
"socratic_lineNumber": "428" | |
}, | |
{ | |
"socratic_name": "-(void)setDefaultButton:(BOOL)shouldBeDefaultButton", | |
"socratic_lineNumber": "458" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPButton", | |
"ParentClass": "CPControl", | |
"socratic_lineNumber": "98" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(void)setBezelStyle:(unsigned)aBezelStyle", | |
"socratic_lineNumber": "476" | |
}, | |
{ | |
"socratic_name": "-(unsigned)bezelStyle", | |
"socratic_lineNumber": "480" | |
}, | |
{ | |
"socratic_name": "-(void)setBordered:(BOOL)shouldBeBordered", | |
"socratic_lineNumber": "484" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isBordered", | |
"socratic_lineNumber": "498" | |
} | |
], | |
"socratic_name": "CPButton", | |
"socratic_lineNumber": "474" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "526" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "551" | |
} | |
], | |
"socratic_name": "CPButton", | |
"socratic_lineNumber": "520" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPButtonBar.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(id)themedAttributes", | |
"socratic_lineNumber": "11" | |
}, | |
{ | |
"socratic_name": "-(CGRect)rectForEphemeralSubviewNamed:(CPString)aName", | |
"socratic_lineNumber": "17" | |
}, | |
{ | |
"socratic_name": "-(CPView)createEphemeralSubviewNamed:(CPString)aName", | |
"socratic_lineNumber": "25" | |
}, | |
{ | |
"socratic_name": "-(void)layoutSubviews", | |
"socratic_lineNumber": "39" | |
}, | |
{ | |
"socratic_name": "-(void)addSubview:(CPView)aSubview", | |
"socratic_lineNumber": "49" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPButtonBar", | |
"ParentClass": "CPControl", | |
"socratic_lineNumber": "7" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPClipView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(void)setDocumentView:(CPView)aView", | |
"socratic_lineNumber": "42" | |
}, | |
{ | |
"socratic_name": "-(id)documentView", | |
"socratic_lineNumber": "90" | |
}, | |
{ | |
"socratic_name": "-(CGPoint)constrainScrollPoint:(CGPoint)aPoint", | |
"socratic_lineNumber": "101" | |
}, | |
{ | |
"socratic_name": "-(void)setBoundsOrigin:(CGPoint)aPoint", | |
"socratic_lineNumber": "114" | |
}, | |
{ | |
"socratic_name": "-(void)scrollToPoint:(CGPoint)aPoint", | |
"socratic_lineNumber": "131" | |
}, | |
{ | |
"socratic_name": "-(void)viewBoundsChanged:(CPNotification)aNotification", | |
"socratic_lineNumber": "140" | |
}, | |
{ | |
"socratic_name": "-(void)viewFrameChanged:(CPNotification)aNotification", | |
"socratic_lineNumber": "149" | |
}, | |
{ | |
"socratic_name": "-(void)resizeSubviewsWithOldSize:(CGSize)aSize", | |
"socratic_lineNumber": "154" | |
}, | |
{ | |
"socratic_name": "-(void)_constrainScrollPoint", | |
"socratic_lineNumber": "160" | |
}, | |
{ | |
"socratic_name": "-(BOOL)autoscroll:(CPEvent)anEvent", | |
"socratic_lineNumber": "180" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPClipView", | |
"ParentClass": "CPView", | |
"socratic_lineNumber": "33" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "203" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "211" | |
} | |
], | |
"socratic_name": "CPClipView", | |
"socratic_lineNumber": "201" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPCollectionView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "96" | |
}, | |
{ | |
"socratic_name": "-(void)setItemPrototype:(CPCollectionViewItem)anItem", | |
"socratic_lineNumber": "126" | |
}, | |
{ | |
"socratic_name": "-(CPCollectionViewItem)itemPrototype", | |
"socratic_lineNumber": "137" | |
}, | |
{ | |
"socratic_name": "-(CPCollectionViewItem)newItemForRepresentedObject:(id)anObject", | |
"socratic_lineNumber": "146" | |
}, | |
{ | |
"socratic_name": "-(BOOL)acceptsFirstResponder", | |
"socratic_lineNumber": "165" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isFirstResponder", | |
"socratic_lineNumber": "173" | |
}, | |
{ | |
"socratic_name": "-(void)setContent:(CPArray)anArray", | |
"socratic_lineNumber": "185" | |
}, | |
{ | |
"socratic_name": "-(CPArray)content", | |
"socratic_lineNumber": "198" | |
}, | |
{ | |
"socratic_name": "-(CPArray)items", | |
"socratic_lineNumber": "206" | |
}, | |
{ | |
"socratic_name": "-(void)setSelectable:(BOOL)isSelectable", | |
"socratic_lineNumber": "216" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isSelected", | |
"socratic_lineNumber": "236" | |
}, | |
{ | |
"socratic_name": "-(void)setAllowsEmptySelection:(BOOL)shouldAllowEmptySelection", | |
"socratic_lineNumber": "245" | |
}, | |
{ | |
"socratic_name": "-(BOOL)allowsEmptySelection", | |
"socratic_lineNumber": "253" | |
}, | |
{ | |
"socratic_name": "-(void)setAllowsMultipleSelection:(BOOL)shouldAllowMultipleSelection", | |
"socratic_lineNumber": "262" | |
}, | |
{ | |
"socratic_name": "-(BOOL)allowsMultipleSelection", | |
"socratic_lineNumber": "270" | |
}, | |
{ | |
"socratic_name": "-(void)setSelectionIndexes:(CPIndexSet)anIndexSet", | |
"socratic_lineNumber": "279" | |
}, | |
{ | |
"socratic_name": "-(CPIndexSet)selectionIndexes", | |
"socratic_lineNumber": "303" | |
}, | |
{ | |
"socratic_name": "-(void)reloadContent", | |
"socratic_lineNumber": "309" | |
}, | |
{ | |
"socratic_name": "-(void)tile", | |
"socratic_lineNumber": "340" | |
}, | |
{ | |
"socratic_name": "-(void)resizeSubviewsWithOldSize:(CGSize)aSize", | |
"socratic_lineNumber": "409" | |
}, | |
{ | |
"socratic_name": "-(void)setMaxNumberOfRows:(unsigned)aMaxNumberOfRows", | |
"socratic_lineNumber": "419" | |
}, | |
{ | |
"socratic_name": "-(unsigned)maxNumberOfRows", | |
"socratic_lineNumber": "432" | |
}, | |
{ | |
"socratic_name": "-(void)setMaxNumberOfColumns:(unsigned)aMaxNumberOfColumns", | |
"socratic_lineNumber": "441" | |
}, | |
{ | |
"socratic_name": "-(unsigned)maxNumberOfColumns", | |
"socratic_lineNumber": "454" | |
}, | |
{ | |
"socratic_name": "-(unsigned)numberOfRows", | |
"socratic_lineNumber": "462" | |
}, | |
{ | |
"socratic_name": "-(unsigned)numberOfColumns", | |
"socratic_lineNumber": "471" | |
}, | |
{ | |
"socratic_name": "-(void)setMinItemSize:(CGSize)aSize", | |
"socratic_lineNumber": "480" | |
}, | |
{ | |
"socratic_name": "-(CGSize)minItemSize", | |
"socratic_lineNumber": "493" | |
}, | |
{ | |
"socratic_name": "-(void)setMaxItemSize:(CGSize)aSize", | |
"socratic_lineNumber": "502" | |
}, | |
{ | |
"socratic_name": "-(CGSize)maxItemSize", | |
"socratic_lineNumber": "515" | |
}, | |
{ | |
"socratic_name": "-(void)mouseUp:(CPEvent)anEvent", | |
"socratic_lineNumber": "520" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "526" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDragged:(CPEvent)anEvent", | |
"socratic_lineNumber": "539" | |
}, | |
{ | |
"socratic_name": "-(void)pasteboard:(CPPasteboard)aPasteboardprovideDataForType:(CPString)aType", | |
"socratic_lineNumber": "577" | |
}, | |
{ | |
"socratic_name": "-(void)setVerticalMargin:(float)aVerticalMargin", | |
"socratic_lineNumber": "589" | |
}, | |
{ | |
"socratic_name": "-(float)verticalMargin", | |
"socratic_lineNumber": "603" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)aDelegate", | |
"socratic_lineNumber": "612" | |
}, | |
{ | |
"socratic_name": "-(id)delegate", | |
"socratic_lineNumber": "620" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPCollectionView", | |
"ParentClass": "CPView", | |
"socratic_lineNumber": "62" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(void)setRepresentedObject:(id)anObject", | |
"socratic_lineNumber": "644" | |
}, | |
{ | |
"socratic_name": "-(id)representedObject", | |
"socratic_lineNumber": "658" | |
}, | |
{ | |
"socratic_name": "-(void)setView:(CPView)aView", | |
"socratic_lineNumber": "668" | |
}, | |
{ | |
"socratic_name": "-(CPView)view", | |
"socratic_lineNumber": "676" | |
}, | |
{ | |
"socratic_name": "-(void)setSelected:(BOOL)shouldBeSelected", | |
"socratic_lineNumber": "686" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isSelected", | |
"socratic_lineNumber": "700" | |
}, | |
{ | |
"socratic_name": "-(CPCollectionView)collectionView", | |
"socratic_lineNumber": "709" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPCollectionViewItem", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "630" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "723" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "747" | |
} | |
], | |
"socratic_name": "CPCollectionView", | |
"socratic_lineNumber": "721" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)copy", | |
"socratic_lineNumber": "766" | |
} | |
], | |
"socratic_name": "CPCollectionViewItem", | |
"socratic_lineNumber": "761" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "782" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "796" | |
} | |
], | |
"socratic_name": "CPCollectionViewItem", | |
"socratic_lineNumber": "775" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPColor.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(CPColor)colorWithRed:(float)redgreen:(float)greenblue:(float)bluealpha:(float)alpha", | |
"socratic_lineNumber": "86" | |
}, | |
{ | |
"socratic_name": "+(CPColor)colorWithCalibratedRed:(float)redgreen:(float)greenblue:(float)bluealpha:(float)alpha", | |
"socratic_lineNumber": "106" | |
}, | |
{ | |
"socratic_name": "+(CPColor)colorWithWhite:(float)whitealpha:(float)alpha", | |
"socratic_lineNumber": "121" | |
}, | |
{ | |
"socratic_name": "+(CPColor)colorWithCalibratedWhite:(float)whitealpha:(float)alpha", | |
"socratic_lineNumber": "137" | |
}, | |
{ | |
"socratic_name": "+(CPColor)colorWithHue:(float)huesaturation:(float)saturationbrightness:(float)brightness", | |
"socratic_lineNumber": "151" | |
}, | |
{ | |
"socratic_name": "+(CPColor)colorWithHue:(float)huesaturation:(float)saturationbrightness:(float)brightnessalpha:(float)alpha", | |
"socratic_lineNumber": "156" | |
}, | |
{ | |
"socratic_name": "+(CPColor)colorWithHexString:(string)hex", | |
"socratic_lineNumber": "188" | |
}, | |
{ | |
"socratic_name": "+(CPColor)blackColor", | |
"socratic_lineNumber": "196" | |
}, | |
{ | |
"socratic_name": "+(CPColor)blueColor", | |
"socratic_lineNumber": "207" | |
}, | |
{ | |
"socratic_name": "+(CPColor)darkGrayColor", | |
"socratic_lineNumber": "218" | |
}, | |
{ | |
"socratic_name": "+(CPColor)grayColor", | |
"socratic_lineNumber": "229" | |
}, | |
{ | |
"socratic_name": "+(CPColor)greenColor", | |
"socratic_lineNumber": "240" | |
}, | |
{ | |
"socratic_name": "+(CPColor)lightGrayColor", | |
"socratic_lineNumber": "251" | |
}, | |
{ | |
"socratic_name": "+(CPColor)redColor", | |
"socratic_lineNumber": "262" | |
}, | |
{ | |
"socratic_name": "+(CPColor)whiteColor", | |
"socratic_lineNumber": "273" | |
}, | |
{ | |
"socratic_name": "+(CPColor)yellowColor", | |
"socratic_lineNumber": "284" | |
}, | |
{ | |
"socratic_name": "+(CPColor)shadowColor", | |
"socratic_lineNumber": "296" | |
}, | |
{ | |
"socratic_name": "+(CPColor)clearColor", | |
"socratic_lineNumber": "308" | |
}, | |
{ | |
"socratic_name": "+(CPColor)colorWithPatternImage:(CPImage)anImage", | |
"socratic_lineNumber": "321" | |
}, | |
{ | |
"socratic_name": "+(CPColor)colorWithCSSString:(CPString)aString", | |
"socratic_lineNumber": "332" | |
}, | |
{ | |
"socratic_name": "-(id)_initWithCSSString:(CPString)aString", | |
"socratic_lineNumber": "338" | |
}, | |
{ | |
"socratic_name": "-(id)_initWithRGBA:(CPArray)components", | |
"socratic_lineNumber": "361" | |
}, | |
{ | |
"socratic_name": "-(id)_initWithPatternImage:(CPImage)anImage", | |
"socratic_lineNumber": "417" | |
}, | |
{ | |
"socratic_name": "-(CPImage)patternImage", | |
"socratic_lineNumber": "433" | |
}, | |
{ | |
"socratic_name": "-(float)alphaComponent", | |
"socratic_lineNumber": "441" | |
}, | |
{ | |
"socratic_name": "-(float)blueComponent", | |
"socratic_lineNumber": "449" | |
}, | |
{ | |
"socratic_name": "-(float)greenComponent", | |
"socratic_lineNumber": "457" | |
}, | |
{ | |
"socratic_name": "-(float)redComponent", | |
"socratic_lineNumber": "465" | |
}, | |
{ | |
"socratic_name": "-(CPArray)components", | |
"socratic_lineNumber": "481" | |
}, | |
{ | |
"socratic_name": "-(CPColor)colorWithAlphaComponent:(float)anAlphaComponent", | |
"socratic_lineNumber": "493" | |
}, | |
{ | |
"socratic_name": "-(CPArray)hsbComponents", | |
"socratic_lineNumber": "512" | |
}, | |
{ | |
"socratic_name": "-(CPString)cssString", | |
"socratic_lineNumber": "562" | |
}, | |
{ | |
"socratic_name": "-(CPString)hexString", | |
"socratic_lineNumber": "570" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isEqual:(CPColor)aColor", | |
"socratic_lineNumber": "575" | |
}, | |
{ | |
"socratic_name": "-(CPString)description", | |
"socratic_lineNumber": "586" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPColor", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "65" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "602" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "614" | |
} | |
], | |
"socratic_name": "CPColor", | |
"socratic_lineNumber": "596" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPColorPanel.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)provideColorPickerClass:(Class)aColorPickerSubclass", | |
"socratic_lineNumber": "85" | |
}, | |
{ | |
"socratic_name": "+(CPColorPanel)sharedColorPanel", | |
"socratic_lineNumber": "93" | |
}, | |
{ | |
"socratic_name": "+(void)setPickerMode:(CPColorPanelMode)mode", | |
"socratic_lineNumber": "105" | |
}, | |
{ | |
"socratic_name": "-(id)init", | |
"socratic_lineNumber": "115" | |
}, | |
{ | |
"socratic_name": "-(void)setColor:(CPColor)aColor", | |
"socratic_lineNumber": "140" | |
}, | |
{ | |
"socratic_name": "-(void)setColor:(CPColor)aColorupdatePicker:(BOOL)bool", | |
"socratic_lineNumber": "163" | |
}, | |
{ | |
"socratic_name": "-(CPColor)color", | |
"socratic_lineNumber": "174" | |
}, | |
{ | |
"socratic_name": "-(float)opacity", | |
"socratic_lineNumber": "179" | |
}, | |
{ | |
"socratic_name": "-(void)setTarget:(id)aTarget", | |
"socratic_lineNumber": "188" | |
}, | |
{ | |
"socratic_name": "-(id)target", | |
"socratic_lineNumber": "197" | |
}, | |
{ | |
"socratic_name": "-(void)setAction:(selector)anAction", | |
"socratic_lineNumber": "207" | |
}, | |
{ | |
"socratic_name": "-(selector)action", | |
"socratic_lineNumber": "215" | |
}, | |
{ | |
"socratic_name": "-(void)setMode:(CPColorPanelMode)mode", | |
"socratic_lineNumber": "224" | |
}, | |
{ | |
"socratic_name": "-(void)_setPicker:(id)sender", | |
"socratic_lineNumber": "229" | |
}, | |
{ | |
"socratic_name": "-(CPColorPanelMode)mode", | |
"socratic_lineNumber": "263" | |
}, | |
{ | |
"socratic_name": "-(void)orderFront:(id)aSender", | |
"socratic_lineNumber": "268" | |
}, | |
{ | |
"socratic_name": "-(void)_loadContentsIfNecessary", | |
"socratic_lineNumber": "275" | |
}, | |
{ | |
"socratic_name": "-(void)setOpacity:(id)sender", | |
"socratic_lineNumber": "393" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPColorPanel", | |
"ParentClass": "CPPanel", | |
"socratic_lineNumber": "61" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPColorPicker.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithPickerMask:(int)aMaskcolorPanel:(CPColorPanel)aPanel", | |
"socratic_lineNumber": "41" | |
}, | |
{ | |
"socratic_name": "-(CPColorPanel)colorPanel", | |
"socratic_lineNumber": "54" | |
}, | |
{ | |
"socratic_name": "-(CPImage)provideNewButtonImage", | |
"socratic_lineNumber": "64" | |
}, | |
{ | |
"socratic_name": "-(void)setMode:(CPColorPanelMode)mode", | |
"socratic_lineNumber": "73" | |
}, | |
{ | |
"socratic_name": "-(void)setColor:(CPColor)aColor", | |
"socratic_lineNumber": "82" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPColorPicker", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "30" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithPickerMask:(int)maskcolorPanel:(CPColorPanel)owningColorPanel", | |
"socratic_lineNumber": "102" | |
}, | |
{ | |
"socratic_name": "-(id)initView", | |
"socratic_lineNumber": "107" | |
}, | |
{ | |
"socratic_name": "-(void)brightnessSliderDidChange:(id)sender", | |
"socratic_lineNumber": "135" | |
}, | |
{ | |
"socratic_name": "-(void)colorWheelDidChange:(id)sender", | |
"socratic_lineNumber": "140" | |
}, | |
{ | |
"socratic_name": "-(void)updateColor", | |
"socratic_lineNumber": "145" | |
}, | |
{ | |
"socratic_name": "-(BOOL)supportsMode:(int)mode", | |
"socratic_lineNumber": "162" | |
}, | |
{ | |
"socratic_name": "-(int)currentMode", | |
"socratic_lineNumber": "167" | |
}, | |
{ | |
"socratic_name": "-(CPView)provideNewView:(BOOL)initialRequest", | |
"socratic_lineNumber": "172" | |
}, | |
{ | |
"socratic_name": "-(void)setColor:(CPColor)newColor", | |
"socratic_lineNumber": "180" | |
}, | |
{ | |
"socratic_name": "-(CPImage)provideNewButtonImage", | |
"socratic_lineNumber": "194" | |
}, | |
{ | |
"socratic_name": "-(CPImage)provideNewAlternateButtonImage", | |
"socratic_lineNumber": "199" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPColorWheelColorPicker", | |
"ParentClass": "CPColorPicker", | |
"socratic_lineNumber": "93" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPColorWell.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "47" | |
}, | |
{ | |
"socratic_name": "-(void)_registerForNotifications", | |
"socratic_lineNumber": "66" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isBordered", | |
"socratic_lineNumber": "86" | |
}, | |
{ | |
"socratic_name": "-(void)setBordered:(BOOL)bordered", | |
"socratic_lineNumber": "94" | |
}, | |
{ | |
"socratic_name": "-(CPColor)color", | |
"socratic_lineNumber": "109" | |
}, | |
{ | |
"socratic_name": "-(void)setColor:(CPColor)aColor", | |
"socratic_lineNumber": "117" | |
}, | |
{ | |
"socratic_name": "-(void)takeColorFrom:(id)aSender", | |
"socratic_lineNumber": "131" | |
}, | |
{ | |
"socratic_name": "-(void)activate:(BOOL)shouldBeExclusive", | |
"socratic_lineNumber": "142" | |
}, | |
{ | |
"socratic_name": "-(void)deactivate", | |
"socratic_lineNumber": "166" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isActive", | |
"socratic_lineNumber": "182" | |
}, | |
{ | |
"socratic_name": "-(void)drawBezelWithHighlight:(BOOL)shouldHighlight", | |
"socratic_lineNumber": "189" | |
}, | |
{ | |
"socratic_name": "-(void)drawWellInside:(CGRect)aRect", | |
"socratic_lineNumber": "197" | |
}, | |
{ | |
"socratic_name": "-(void)colorPanelDidChangeColor:(CPNotification)aNotification", | |
"socratic_lineNumber": "212" | |
}, | |
{ | |
"socratic_name": "-(void)colorWellDidBecomeExclusive:(CPNotification)aNotification", | |
"socratic_lineNumber": "219" | |
}, | |
{ | |
"socratic_name": "-(void)colorPanelWillClose:(CPNotification)aNotification", | |
"socratic_lineNumber": "225" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "230" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDragged:(CPEvent)anEvent", | |
"socratic_lineNumber": "235" | |
}, | |
{ | |
"socratic_name": "-(void)mouseUp:(CPEvent)anEvent", | |
"socratic_lineNumber": "240" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPColorWell", | |
"ParentClass": "CPControl", | |
"socratic_lineNumber": "38" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "266" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "289" | |
} | |
], | |
"socratic_name": "CPColorWell", | |
"socratic_lineNumber": "260" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPCompatibility.j" | |
}, | |
{ | |
"socratic_name": "AppKit/CPControl.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(CPDictionary)themedAttributes", | |
"socratic_lineNumber": "113" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "120" | |
}, | |
{ | |
"socratic_name": "-(void)setAction:(SEL)anAction", | |
"socratic_lineNumber": "139" | |
}, | |
{ | |
"socratic_name": "-(SEL)action", | |
"socratic_lineNumber": "147" | |
}, | |
{ | |
"socratic_name": "-(void)setTarget:(id)aTarget", | |
"socratic_lineNumber": "156" | |
}, | |
{ | |
"socratic_name": "-(id)target", | |
"socratic_lineNumber": "164" | |
}, | |
{ | |
"socratic_name": "-(void)sendAction:(SEL)anActionto:(id)anObject", | |
"socratic_lineNumber": "174" | |
}, | |
{ | |
"socratic_name": "-(int)sendActionOn:(int)mask", | |
"socratic_lineNumber": "179" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isContinuous", | |
"socratic_lineNumber": "218" | |
}, | |
{ | |
"socratic_name": "-(void)setContinuous:(BOOL)flag", | |
"socratic_lineNumber": "227" | |
}, | |
{ | |
"socratic_name": "-(BOOL)tracksMouseOutsideOfFrame", | |
"socratic_lineNumber": "236" | |
}, | |
{ | |
"socratic_name": "-(void)trackMouse:(CPEvent)anEvent", | |
"socratic_lineNumber": "241" | |
}, | |
{ | |
"socratic_name": "-(void)performClick:(id)sender", | |
"socratic_lineNumber": "285" | |
}, | |
{ | |
"socratic_name": "-(unsigned)mouseDownFlags", | |
"socratic_lineNumber": "293" | |
}, | |
{ | |
"socratic_name": "-(BOOL)startTrackingAt:(CGPoint)aPoint", | |
"socratic_lineNumber": "298" | |
}, | |
{ | |
"socratic_name": "-(BOOL)continueTracking:(CGPoint)lastPointat:(CGPoint)aPoint", | |
"socratic_lineNumber": "305" | |
}, | |
{ | |
"socratic_name": "-(void)stopTracking:(CGPoint)lastPointat:(CGPoint)aPointmouseIsUp:(BOOL)mouseIsUp", | |
"socratic_lineNumber": "310" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "315" | |
}, | |
{ | |
"socratic_name": "-(id)objectValue", | |
"socratic_lineNumber": "326" | |
}, | |
{ | |
"socratic_name": "-(void)setObjectValue:(id)anObject", | |
"socratic_lineNumber": "334" | |
}, | |
{ | |
"socratic_name": "-(float)floatValue", | |
"socratic_lineNumber": "345" | |
}, | |
{ | |
"socratic_name": "-(void)setFloatValue:(float)aValue", | |
"socratic_lineNumber": "354" | |
}, | |
{ | |
"socratic_name": "-(double)doubleValue", | |
"socratic_lineNumber": "362" | |
}, | |
{ | |
"socratic_name": "-(void)setDoubleValue:(double)anObject", | |
"socratic_lineNumber": "371" | |
}, | |
{ | |
"socratic_name": "-(int)intValue", | |
"socratic_lineNumber": "379" | |
}, | |
{ | |
"socratic_name": "-(void)setIntValue:(int)anObject", | |
"socratic_lineNumber": "388" | |
}, | |
{ | |
"socratic_name": "-(int)integerValue", | |
"socratic_lineNumber": "396" | |
}, | |
{ | |
"socratic_name": "-(void)setIntegerValue:(int)anObject", | |
"socratic_lineNumber": "405" | |
}, | |
{ | |
"socratic_name": "-(CPString)stringValue", | |
"socratic_lineNumber": "413" | |
}, | |
{ | |
"socratic_name": "-(void)setStringValue:(CPString)anObject", | |
"socratic_lineNumber": "421" | |
}, | |
{ | |
"socratic_name": "-(void)takeDoubleValueFrom:(id)sender", | |
"socratic_lineNumber": "426" | |
}, | |
{ | |
"socratic_name": "-(void)takeFloatValueFrom:(id)sender", | |
"socratic_lineNumber": "433" | |
}, | |
{ | |
"socratic_name": "-(void)takeIntegerValueFrom:(id)sender", | |
"socratic_lineNumber": "440" | |
}, | |
{ | |
"socratic_name": "-(void)takeIntValueFrom:(id)sender", | |
"socratic_lineNumber": "447" | |
}, | |
{ | |
"socratic_name": "-(void)takeObjectValueFrom:(id)sender", | |
"socratic_lineNumber": "454" | |
}, | |
{ | |
"socratic_name": "-(void)takeStringValueFrom:(id)sender", | |
"socratic_lineNumber": "460" | |
}, | |
{ | |
"socratic_name": "-(void)textDidBeginEditing:(CPNotification)note", | |
"socratic_lineNumber": "466" | |
}, | |
{ | |
"socratic_name": "-(void)textDidChange:(CPNotification)note", | |
"socratic_lineNumber": "475" | |
}, | |
{ | |
"socratic_name": "-(void)textDidEndEditing:(CPNotification)note", | |
"socratic_lineNumber": "484" | |
}, | |
{ | |
"socratic_name": "-(void)set##UPPERCASE:(id)aValue", | |
"socratic_lineNumber": "494" | |
}, | |
{ | |
"socratic_name": "-(id)LOWERCASE", | |
"socratic_lineNumber": "498" | |
}, | |
{ | |
"socratic_name": "-(int)controlState", | |
"socratic_lineNumber": "513" | |
}, | |
{ | |
"socratic_name": "-(void)setEnabled:(BOOL)isEnabled", | |
"socratic_lineNumber": "518" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isEnabled", | |
"socratic_lineNumber": "532" | |
}, | |
{ | |
"socratic_name": "-(void)highlight:(BOOL)shouldHighlight", | |
"socratic_lineNumber": "537" | |
}, | |
{ | |
"socratic_name": "-(void)setHighlighted:(BOOL)isHighlighted", | |
"socratic_lineNumber": "542" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isHighlighted", | |
"socratic_lineNumber": "556" | |
}, | |
{ | |
"socratic_name": "-(CPView)createEphemeralSubviewNamed:(CPString)aViewName", | |
"socratic_lineNumber": "561" | |
}, | |
{ | |
"socratic_name": "-(CGRect)rectForEphemeralSubviewNamed:(CPString)aViewName", | |
"socratic_lineNumber": "566" | |
}, | |
{ | |
"socratic_name": "-(CPView)layoutEphemeralSubviewNamed:(CPString)aViewNamepositioned:(CPWindowOrderingMode)anOrderingModerelativeToEphemeralSubviewNamed:(CPString)relativeToViewName", | |
"socratic_lineNumber": "571" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPControl", | |
"ParentClass": "CPView", | |
"socratic_lineNumber": "87" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "628" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "651" | |
} | |
], | |
"socratic_name": "CPControl", | |
"socratic_lineNumber": "621" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPCookie.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithName:(CPString)aName", | |
"socratic_lineNumber": "42" | |
}, | |
{ | |
"socratic_name": "-(CPString)value", | |
"socratic_lineNumber": "55" | |
}, | |
{ | |
"socratic_name": "-(CPString)name", | |
"socratic_lineNumber": "63" | |
}, | |
{ | |
"socratic_name": "-(CPString)expires", | |
"socratic_lineNumber": "71" | |
}, | |
{ | |
"socratic_name": "-(void)setValue:(CPString)valueexpires:(CPDate)datedomain:(CPString)domain", | |
"socratic_lineNumber": "82" | |
}, | |
{ | |
"socratic_name": "-(CPString)_readCookieValue", | |
"socratic_lineNumber": "98" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPCookie", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "30" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPDocument.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)init", | |
"socratic_lineNumber": "110" | |
}, | |
{ | |
"socratic_name": "-(id)initWithType:(CPString)aTypeerror:({CPError})anError", | |
"socratic_lineNumber": "133" | |
}, | |
{ | |
"socratic_name": "-(id)initWithContentsOfURL:(CPURL)anAbsoluteURLofType:(CPString)aTypedelegate:(id)aDelegatedidReadSelector:(SEL)aDidReadSelectorcontextInfo:(id)aContextInfo", | |
"socratic_lineNumber": "154" | |
}, | |
{ | |
"socratic_name": "-(id)initForURL:(CPURL)anAbsoluteURLwithContentsOfURL:(CPURL)absoluteContentsURLofType:(CPString)aTypedelegate:(id)aDelegatedidReadSelector:(SEL)aDidReadSelectorcontextInfo:(id)aContextInfo", | |
"socratic_lineNumber": "179" | |
}, | |
{ | |
"socratic_name": "-(CPData)dataOfType:(CPString)aTypeerror:({CPError})anError", | |
"socratic_lineNumber": "202" | |
}, | |
{ | |
"socratic_name": "-(void)readFromData:(CPData)aDataofType:(CPString)aTypeerror:(CPError)anError", | |
"socratic_lineNumber": "217" | |
}, | |
{ | |
"socratic_name": "-(void)makeWindowControllers", | |
"socratic_lineNumber": "227" | |
}, | |
{ | |
"socratic_name": "-(CPArray)windowControllers", | |
"socratic_lineNumber": "237" | |
}, | |
{ | |
"socratic_name": "-(void)addWindowController:(CPWindowController)aWindowController", | |
"socratic_lineNumber": "247" | |
}, | |
{ | |
"socratic_name": "-(void)showWindows", | |
"socratic_lineNumber": "262" | |
}, | |
{ | |
"socratic_name": "-(CPString)displayName", | |
"socratic_lineNumber": "270" | |
}, | |
{ | |
"socratic_name": "-(CPString)windowCibName", | |
"socratic_lineNumber": "287" | |
}, | |
{ | |
"socratic_name": "-(void)windowControllerDidLoadNib:(CPWindowController)aWindowController", | |
"socratic_lineNumber": "296" | |
}, | |
{ | |
"socratic_name": "-(void)windowControllerWillLoadNib:(CPWindowController)aWindowController", | |
"socratic_lineNumber": "304" | |
}, | |
{ | |
"socratic_name": "-(void)readFromURL:(CPURL)anAbsoluteURLofType:(CPString)aTypedelegate:(id)aDelegatedidReadSelector:(SEL)aDidReadSelectorcontextInfo:(id)aContextInfo", | |
"socratic_lineNumber": "317" | |
}, | |
{ | |
"socratic_name": "-(CPURL)fileURL", | |
"socratic_lineNumber": "330" | |
}, | |
{ | |
"socratic_name": "-(void)setFileURL:(CPURL)aFileURL", | |
"socratic_lineNumber": "339" | |
}, | |
{ | |
"socratic_name": "-(void)saveToURL:(CPURL)anAbsoluteURLofType:(CPString)aTypeNameforSaveOperation:(CPSaveOperationType)aSaveOperationdelegate:(id)aDelegatedidSaveSelector:(SEL)aDidSaveSelectorcontextInfo:(id)aContextInfo", | |
"socratic_lineNumber": "359" | |
}, | |
{ | |
"socratic_name": "-(void)connection:(CPURLConnection)aConnectiondidReceiveResponse:(CPURLResponse)aResponse", | |
"socratic_lineNumber": "387" | |
}, | |
{ | |
"socratic_name": "-(void)connection:(CPURLConnection)aConnectiondidReceiveData:(CPString)aData", | |
"socratic_lineNumber": "442" | |
}, | |
{ | |
"socratic_name": "-(void)connection:(CPURLConnection)aConnectiondidFailWithError:(CPError)anError", | |
"socratic_lineNumber": "468" | |
}, | |
{ | |
"socratic_name": "-(void)connectionDidFinishLoading:(CPURLConnection)aConnection", | |
"socratic_lineNumber": "495" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isDocumentEdited", | |
"socratic_lineNumber": "505" | |
}, | |
{ | |
"socratic_name": "-(void)updateChangeCount:(CPDocumentChangeType)aChangeType", | |
"socratic_lineNumber": "514" | |
}, | |
{ | |
"socratic_name": "-(void)setFileType:(CPString)aType", | |
"socratic_lineNumber": "534" | |
}, | |
{ | |
"socratic_name": "-(CPString)fileType", | |
"socratic_lineNumber": "542" | |
}, | |
{ | |
"socratic_name": "-(BOOL)hasUndoManager", | |
"socratic_lineNumber": "552" | |
}, | |
{ | |
"socratic_name": "-(void)setHasUndoManager:(BOOL)aFlag", | |
"socratic_lineNumber": "561" | |
}, | |
{ | |
"socratic_name": "-(void)_undoManagerWillCloseGroup:(CPNotification)aNotification", | |
"socratic_lineNumber": "573" | |
}, | |
{ | |
"socratic_name": "-(void)_undoManagerDidUndoChange:(CPNotification)aNotification", | |
"socratic_lineNumber": "584" | |
}, | |
{ | |
"socratic_name": "-(void)_undoManagerDidRedoChange:(CPNotification)aNotification", | |
"socratic_lineNumber": "590" | |
}, | |
{ | |
"socratic_name": "-(void)setUndoManager:(CPUndoManager)anUndoManager", | |
"socratic_lineNumber": "600" | |
}, | |
{ | |
"socratic_name": "-(CPUndoManager)undoManager", | |
"socratic_lineNumber": "647" | |
}, | |
{ | |
"socratic_name": "-(CPUndoManager)windowWillReturnUndoManager:(CPWindow)aWindow", | |
"socratic_lineNumber": "659" | |
}, | |
{ | |
"socratic_name": "-(void)saveDocument:(id)aSender", | |
"socratic_lineNumber": "671" | |
}, | |
{ | |
"socratic_name": "-(void)saveDocumentAs:(id)aSender", | |
"socratic_lineNumber": "689" | |
}, | |
{ | |
"socratic_name": "-(void)document:(id)aDocumentdidSave:(BOOL)didSavecontextInfo:(id)aContextInfo", | |
"socratic_lineNumber": "706" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPDocument", | |
"ParentClass": "CPResponder", | |
"socratic_lineNumber": "90" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPDocumentController.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(id)sharedDocumentController", | |
"socratic_lineNumber": "45" | |
}, | |
{ | |
"socratic_name": "-(id)init", | |
"socratic_lineNumber": "56" | |
}, | |
{ | |
"socratic_name": "-(CPDocument)documentForURL:(CPURL)aURL", | |
"socratic_lineNumber": "81" | |
}, | |
{ | |
"socratic_name": "-(void)openUntitledDocumentOfType:(CPString)aTypedisplay:(BOOL)shouldDisplay", | |
"socratic_lineNumber": "102" | |
}, | |
{ | |
"socratic_name": "-(CPDocument)makeUntitledDocumentOfType:(CPString)aTypeerror:({CPError})anError", | |
"socratic_lineNumber": "124" | |
}, | |
{ | |
"socratic_name": "-(CPDocument)openDocumentWithContentsOfURL:(CPURL)anAbsoluteURLdisplay:(BOOL)shouldDisplayerror:(CPError)anError", | |
"socratic_lineNumber": "136" | |
}, | |
{ | |
"socratic_name": "-(CPDocument)reopenDocumentForURL:(CPURL)anAbsoluteURLwithContentsOfURL:(CPURL)absoluteContentsURLerror:(CPError)anError", | |
"socratic_lineNumber": "160" | |
}, | |
{ | |
"socratic_name": "-(CPDocument)makeDocumentWithContentsOfURL:(CPURL)anAbsoluteURLofType:(CPString)aTypedelegate:(id)aDelegatedidReadSelector:(SEL)aSelectorcontextInfo:(id)aContextInfo", | |
"socratic_lineNumber": "174" | |
}, | |
{ | |
"socratic_name": "-(CPDocument)makeDocumentForURL:(CPURL)anAbsoluteURLwithContentsOfURL:(CPURL)absoluteContentsURLofType:(CPString)aTypedelegate:(id)aDelegatedidReadSelector:(SEL)aSelectorcontextInfo:(id)aContextInfo", | |
"socratic_lineNumber": "190" | |
}, | |
{ | |
"socratic_name": "-(void)document:(CPDocument)aDocumentdidRead:(BOOL)didReadcontextInfo:(id)aContextInfo", | |
"socratic_lineNumber": "199" | |
}, | |
{ | |
"socratic_name": "-(CFAction)newDocument:(id)aSender", | |
"socratic_lineNumber": "215" | |
}, | |
{ | |
"socratic_name": "-(CPArray)documents", | |
"socratic_lineNumber": "226" | |
}, | |
{ | |
"socratic_name": "-(void)addDocument:(CPDocument)aDocument", | |
"socratic_lineNumber": "235" | |
}, | |
{ | |
"socratic_name": "-(void)removeDocument:(CPDocument)aDocument", | |
"socratic_lineNumber": "244" | |
}, | |
{ | |
"socratic_name": "-(CPString)defaultType", | |
"socratic_lineNumber": "249" | |
}, | |
{ | |
"socratic_name": "-(CPString)typeForContentsOfURL:(CPURL)anAbsoluteURLerror:(CPError)outError", | |
"socratic_lineNumber": "254" | |
}, | |
{ | |
"socratic_name": "-(CPDictionary)_infoForType:(CPString)aType", | |
"socratic_lineNumber": "280" | |
}, | |
{ | |
"socratic_name": "-(Class)documentClassForType:(CPString)aType", | |
"socratic_lineNumber": "301" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPDocumentController", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "34" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPDragServer.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)draggingSource", | |
"socratic_lineNumber": "150" | |
}, | |
{ | |
"socratic_name": "-(CPPoint)draggingLocation", | |
"socratic_lineNumber": "155" | |
}, | |
{ | |
"socratic_name": "-(CPPasteboard)draggingPasteboard", | |
"socratic_lineNumber": "160" | |
}, | |
{ | |
"socratic_name": "-(CPImage)draggedImage", | |
"socratic_lineNumber": "165" | |
}, | |
{ | |
"socratic_name": "-(CGPoint)draggedImageLocation", | |
"socratic_lineNumber": "170" | |
}, | |
{ | |
"socratic_name": "-(CGPoint)draggedViewLocation", | |
"socratic_lineNumber": "175" | |
}, | |
{ | |
"socratic_name": "-(CPView)draggedView", | |
"socratic_lineNumber": "180" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPDraggingInfo", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "146" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "197" | |
}, | |
{ | |
"socratic_name": "+(CPDragServer)sharedDragServer", | |
"socratic_lineNumber": "205" | |
}, | |
{ | |
"socratic_name": "-(id)init", | |
"socratic_lineNumber": "216" | |
}, | |
{ | |
"socratic_name": "-(void)dragView:(CPView)aViewfromWindow:(CPWindow)aWindowat:(CGPoint)viewLocationoffset:(CGSize)mouseOffsetevent:(CPEvent)anEventpasteboard:(CPPasteboard)aPasteboardsource:(id)aSourceObjectslideBack:(BOOL)slideBack", | |
"socratic_lineNumber": "241" | |
}, | |
{ | |
"socratic_name": "-(void)dragImage:(CPImage)anImagefromWindow:(CPWindow)aWindowat:(CGPoint)imageLocationoffset:(CGSize)mouseOffsetevent:(CPEvent)anEventpasteboard:(CPPasteboard)aPasteboardsource:(id)aSourceObjectslideBack:(BOOL)slideBack", | |
"socratic_lineNumber": "296" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPDragServer", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "187" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)_dragHitTest:(CGPoint)aPointpasteboard:(CPPasteboard)aPasteboard", | |
"socratic_lineNumber": "314" | |
} | |
], | |
"socratic_name": "CPWindow", | |
"socratic_lineNumber": "311" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPEvent.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(CPEvent)keyEventWithType:(CPEventType)anEventTypelocation:(CGPoint)aPointmodifierFlags:(unsigned int)modifierFlagstimestamp:(CPTimeInterval)aTimestampwindowNumber:(int)aWindowNumbercontext:(CPGraphicsContext)aGraphicsContextcharacters:(CPString)characterscharactersIgnoringModifiers:(CPString)unmodCharactersisARepeat:(BOOL)repeatKeykeyCode:(unsigned short)code", | |
"socratic_lineNumber": "234" | |
}, | |
{ | |
"socratic_name": "+(id)mouseEventWithType:(CPEventType)anEventTypelocation:(CGPoint)aPointmodifierFlags:(unsigned)modifierFlagstimestamp:(CPTimeInterval)aTimestampwindowNumber:(int)aWindowNumbercontext:(CPGraphicsContext)aGraphicsContexteventNumber:(int)anEventNumberclickCount:(int)aClickCountpressure:(float)aPressure", | |
"socratic_lineNumber": "257" | |
}, | |
{ | |
"socratic_name": "+(CPEvent)otherEventWithType:(CPEventType)anEventTypelocation:(CGPoint)aLocationmodifierFlags:(unsigned)modifierFlagstimestamp:(CPTimeInterval)aTimestampwindowNumber:(int)aWindowNumbercontext:(CPGraphicsContext)aGraphicsContextsubtype:(short)aSubtypedata1:(int)aData1data2:(int)aData2", | |
"socratic_lineNumber": "279" | |
}, | |
{ | |
"socratic_name": "-(id)_initMouseEventWithType:(CPEventType)anEventTypelocation:(CPPoint)aPointmodifierFlags:(unsigned)modifierFlagstimestamp:(CPTimeInterval)aTimestampwindowNumber:(int)aWindowNumbercontext:(CPGraphicsContext)aGraphicsContexteventNumber:(int)anEventNumberclickCount:(int)aClickCountpressure:(float)aPressure", | |
"socratic_lineNumber": "288" | |
}, | |
{ | |
"socratic_name": "-(id)_initKeyEventWithType:(CPEventType)anEventTypelocation:(CPPoint)aPointmodifierFlags:(unsigned int)modifierFlagstimestamp:(CPTimeInterval)aTimestampwindowNumber:(int)aWindowNumbercontext:(CPGraphicsContext)aGraphicsContextcharacters:(CPString)characterscharactersIgnoringModifiers:(CPString)unmodCharactersisARepeat:(BOOL)isARepeatkeyCode:(unsigned short)code", | |
"socratic_lineNumber": "311" | |
}, | |
{ | |
"socratic_name": "-(id)_initOtherEventWithType:(CPEventType)anEventTypelocation:(CGPoint)aPointmodifierFlags:(unsigned)modifierFlagstimestamp:(CPTimeInterval)aTimestampwindowNumber:(int)aWindowNumbercontext:(CPGraphicsContext)aGraphicsContextsubtype:(short)aSubtypedata1:(int)aData1data2:(int)aData2", | |
"socratic_lineNumber": "335" | |
}, | |
{ | |
"socratic_name": "-(CGPoint)locationInWindow", | |
"socratic_lineNumber": "364" | |
}, | |
{ | |
"socratic_name": "-(unsigned)modifierFlags", | |
"socratic_lineNumber": "372" | |
}, | |
{ | |
"socratic_name": "-(CPTimeInterval)timestamp", | |
"socratic_lineNumber": "380" | |
}, | |
{ | |
"socratic_name": "-(CPEventType)type", | |
"socratic_lineNumber": "388" | |
}, | |
{ | |
"socratic_name": "-(CPWindow)window", | |
"socratic_lineNumber": "396" | |
}, | |
{ | |
"socratic_name": "-(int)windowNumber", | |
"socratic_lineNumber": "404" | |
}, | |
{ | |
"socratic_name": "-(int)buttonNumber", | |
"socratic_lineNumber": "413" | |
}, | |
{ | |
"socratic_name": "-(int)clickCount", | |
"socratic_lineNumber": "421" | |
}, | |
{ | |
"socratic_name": "-(CPString)characters", | |
"socratic_lineNumber": "430" | |
}, | |
{ | |
"socratic_name": "-(CPString)charactersIgnoringModifiers", | |
"socratic_lineNumber": "439" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isARepeat", | |
"socratic_lineNumber": "448" | |
}, | |
{ | |
"socratic_name": "-(unsigned short)keyCode", | |
"socratic_lineNumber": "457" | |
}, | |
{ | |
"socratic_name": "-(float)pressure", | |
"socratic_lineNumber": "462" | |
}, | |
{ | |
"socratic_name": "-(DOMEvent)_DOMEvent", | |
"socratic_lineNumber": "470" | |
}, | |
{ | |
"socratic_name": "-(float)deltaX", | |
"socratic_lineNumber": "479" | |
}, | |
{ | |
"socratic_name": "-(float)deltaY", | |
"socratic_lineNumber": "487" | |
}, | |
{ | |
"socratic_name": "-(float)deltaZ", | |
"socratic_lineNumber": "495" | |
}, | |
{ | |
"socratic_name": "+(void)startPeriodicEventsAfterDelay:(CPTimeInterval)aDelaywithPeriod:(CPTimeInterval)aPeriod", | |
"socratic_lineNumber": "505" | |
}, | |
{ | |
"socratic_name": "+(void)stopPeriodicEvents", | |
"socratic_lineNumber": "516" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPEvent", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "196" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPFlashMovie.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(id)flashMovieWithFile:(CPString)aFileName", | |
"socratic_lineNumber": "39" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFile:(CPString)aFileName", | |
"socratic_lineNumber": "49" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPFlashMovie", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "29" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPFlashView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "37" | |
}, | |
{ | |
"socratic_name": "-(void)setFlashMovie:(CPFlashMovie)aFlashMovie", | |
"socratic_lineNumber": "77" | |
}, | |
{ | |
"socratic_name": "-(CPFlashMovie)flashMovie", | |
"socratic_lineNumber": "90" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDragged:(CPEvent)anEvent", | |
"socratic_lineNumber": "95" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "100" | |
}, | |
{ | |
"socratic_name": "-(void)mouseUp:(CPEvent)anEvent", | |
"socratic_lineNumber": "105" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPFlashView", | |
"ParentClass": "CPView", | |
"socratic_lineNumber": "28" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPFont.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(CPFont)fontWithName:(CPString)aNamesize:(float)aSize", | |
"socratic_lineNumber": "47" | |
}, | |
{ | |
"socratic_name": "+(CPFont)boldFontWithName:(CPString)aNamesize:(float)aSize", | |
"socratic_lineNumber": "58" | |
}, | |
{ | |
"socratic_name": "+(CPFont)systemFontOfSize:(CPSize)aSize", | |
"socratic_lineNumber": "68" | |
}, | |
{ | |
"socratic_name": "+(CPFont)boldSystemFontOfSize:(CPSize)aSize", | |
"socratic_lineNumber": "78" | |
}, | |
{ | |
"socratic_name": "-(id)_initWithName:(CPString)aNamesize:(float)aSizebold:(BOOL)isBold", | |
"socratic_lineNumber": "86" | |
}, | |
{ | |
"socratic_name": "-(float)size", | |
"socratic_lineNumber": "107" | |
}, | |
{ | |
"socratic_name": "-(CPString)cssString", | |
"socratic_lineNumber": "115" | |
}, | |
{ | |
"socratic_name": "-(CPString)familyName", | |
"socratic_lineNumber": "123" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPFont", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "32" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "141" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "152" | |
} | |
], | |
"socratic_name": "CPFont", | |
"socratic_lineNumber": "134" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPFontManager.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(CPFontManager)sharedFontManager", | |
"socratic_lineNumber": "41" | |
}, | |
{ | |
"socratic_name": "+(void)setFontManagerFactory:(Class)aClass", | |
"socratic_lineNumber": "54" | |
}, | |
{ | |
"socratic_name": "-(CPArray)availableFonts", | |
"socratic_lineNumber": "62" | |
}, | |
{ | |
"socratic_name": "-(CPArray)fontWithNameIsAvailable:(CPString)aFontName", | |
"socratic_lineNumber": "91" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPFontManager", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "31" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPGeometry.j" | |
}, | |
{ | |
"socratic_name": "AppKit/CPGraphicsContext.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(CPGraphicsContext)currentContext", | |
"socratic_lineNumber": "36" | |
}, | |
{ | |
"socratic_name": "+(void)setCurrentContext:(CPGraphicsContext)aGraphicsContext", | |
"socratic_lineNumber": "44" | |
}, | |
{ | |
"socratic_name": "+(CPGraphicsContext)graphicsContextWithGraphicsPort:(CGContext)aContextflipped:(BOOL)aFlag", | |
"socratic_lineNumber": "55" | |
}, | |
{ | |
"socratic_name": "-(id)initWithGraphicsPort:(CPContext)aGraphicsPort", | |
"socratic_lineNumber": "65" | |
}, | |
{ | |
"socratic_name": "-(CGContext)graphicsPort", | |
"socratic_lineNumber": "78" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPGraphicsContext", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "28" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPImage.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(CPString)pathForResource:(CPString)aFilename", | |
"socratic_lineNumber": "54" | |
} | |
], | |
"socratic_name": "CPBundle", | |
"socratic_lineNumber": "52" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(CPImage)initByReferencingFile:(CPString)aFilenamesize:(CGSize)aSize", | |
"socratic_lineNumber": "99" | |
}, | |
{ | |
"socratic_name": "-(CPImage)initWithContentsOfFile:(CPString)aFilenamesize:(CGSize)aSize", | |
"socratic_lineNumber": "119" | |
}, | |
{ | |
"socratic_name": "-(CPImage)initWithContentsOfFile:(CPString)aFilename", | |
"socratic_lineNumber": "135" | |
}, | |
{ | |
"socratic_name": "-(CPString)filename", | |
"socratic_lineNumber": "148" | |
}, | |
{ | |
"socratic_name": "-(void)setSize:(CGSize)aSize", | |
"socratic_lineNumber": "157" | |
}, | |
{ | |
"socratic_name": "-(CGSize)size", | |
"socratic_lineNumber": "165" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)aDelegate", | |
"socratic_lineNumber": "174" | |
}, | |
{ | |
"socratic_name": "-(id)delegate", | |
"socratic_lineNumber": "182" | |
}, | |
{ | |
"socratic_name": "-(BOOL)loadStatus", | |
"socratic_lineNumber": "190" | |
}, | |
{ | |
"socratic_name": "-(void)load", | |
"socratic_lineNumber": "201" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isThreePartImage", | |
"socratic_lineNumber": "254" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isNinePartImage", | |
"socratic_lineNumber": "259" | |
}, | |
{ | |
"socratic_name": "-(void)_derefFromImage", | |
"socratic_lineNumber": "265" | |
}, | |
{ | |
"socratic_name": "-(void)_imageDidLoad", | |
"socratic_lineNumber": "273" | |
}, | |
{ | |
"socratic_name": "-(void)_imageDidError", | |
"socratic_lineNumber": "290" | |
}, | |
{ | |
"socratic_name": "-(void)_imageDidAbort", | |
"socratic_lineNumber": "299" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPImage", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "80" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "316" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "325" | |
} | |
], | |
"socratic_name": "CPImage", | |
"socratic_lineNumber": "309" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithImageSlices:(CPArray)imageSlicesisVertical:(BOOL)isVertical", | |
"socratic_lineNumber": "339" | |
}, | |
{ | |
"socratic_name": "-(CPString)filename", | |
"socratic_lineNumber": "352" | |
}, | |
{ | |
"socratic_name": "-(CPArray)imageSlices", | |
"socratic_lineNumber": "357" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isVertical", | |
"socratic_lineNumber": "362" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isThreePartImage", | |
"socratic_lineNumber": "367" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isNinePartImage", | |
"socratic_lineNumber": "372" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPThreePartImage", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "333" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "384" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "397" | |
} | |
], | |
"socratic_name": "CPThreePartImage", | |
"socratic_lineNumber": "382" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithImageSlices:(CPArray)imageSlices", | |
"socratic_lineNumber": "411" | |
}, | |
{ | |
"socratic_name": "-(CPString)filename", | |
"socratic_lineNumber": "421" | |
}, | |
{ | |
"socratic_name": "-(CPArray)imageSlices", | |
"socratic_lineNumber": "426" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isThreePartImage", | |
"socratic_lineNumber": "431" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isNinePartImage", | |
"socratic_lineNumber": "436" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPNinePartImage", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "406" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "447" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "457" | |
} | |
], | |
"socratic_name": "CPNinePartImage", | |
"socratic_lineNumber": "445" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPImageView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "75" | |
}, | |
{ | |
"socratic_name": "-(CPImage)image", | |
"socratic_lineNumber": "99" | |
}, | |
{ | |
"socratic_name": "-(void)setImage:(CPImage)anImage", | |
"socratic_lineNumber": "104" | |
}, | |
{ | |
"socratic_name": "-(void)setObjectValue:(CPImage)anImage", | |
"socratic_lineNumber": "110" | |
}, | |
{ | |
"socratic_name": "-(void)imageDidLoad:(CPNotification)aNotification", | |
"socratic_lineNumber": "151" | |
}, | |
{ | |
"socratic_name": "-(BOOL)hasShadow", | |
"socratic_lineNumber": "163" | |
}, | |
{ | |
"socratic_name": "-(void)setHasShadow:(BOOL)shouldHaveShadow", | |
"socratic_lineNumber": "172" | |
}, | |
{ | |
"socratic_name": "-(void)setImageScaling:(CPImageScaling)anImageScaling", | |
"socratic_lineNumber": "203" | |
}, | |
{ | |
"socratic_name": "-(void)hideOrDisplayContents", | |
"socratic_lineNumber": "221" | |
}, | |
{ | |
"socratic_name": "-(CGRect)imageRect", | |
"socratic_lineNumber": "242" | |
}, | |
{ | |
"socratic_name": "-(void)layoutSubviews", | |
"socratic_lineNumber": "250" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "334" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPImageView", | |
"ParentClass": "CPControl", | |
"socratic_lineNumber": "65" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "353" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "385" | |
} | |
], | |
"socratic_name": "CPImageView", | |
"socratic_lineNumber": "346" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPMenu.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "75" | |
}, | |
{ | |
"socratic_name": "+(BOOL)menuBarVisible", | |
"socratic_lineNumber": "80" | |
}, | |
{ | |
"socratic_name": "+(void)setMenuBarVisible:(BOOL)menuBarShouldBeVisible", | |
"socratic_lineNumber": "85" | |
}, | |
{ | |
"socratic_name": "+(void)setMenuBarTitle:(CPString)aTitle", | |
"socratic_lineNumber": "123" | |
}, | |
{ | |
"socratic_name": "+(CPString)menuBarTitle", | |
"socratic_lineNumber": "129" | |
}, | |
{ | |
"socratic_name": "+(void)setMenuBarIconImage:(CPImage)anImage", | |
"socratic_lineNumber": "134" | |
}, | |
{ | |
"socratic_name": "+(CPImage)menuBarIconImage", | |
"socratic_lineNumber": "140" | |
}, | |
{ | |
"socratic_name": "+(void)setMenuBarAttributes:(CPDictionary)attributes", | |
"socratic_lineNumber": "146" | |
}, | |
{ | |
"socratic_name": "+(CPDictionary)menuBarAttributes", | |
"socratic_lineNumber": "207" | |
}, | |
{ | |
"socratic_name": "+(void)_setMenuBarIconImageAlphaValue:(float)anAlphaValue", | |
"socratic_lineNumber": "212" | |
}, | |
{ | |
"socratic_name": "-(float)menuBarHeight", | |
"socratic_lineNumber": "218" | |
}, | |
{ | |
"socratic_name": "+(float)menuBarHeight", | |
"socratic_lineNumber": "226" | |
}, | |
{ | |
"socratic_name": "-(id)initWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "237" | |
}, | |
{ | |
"socratic_name": "-(id)init", | |
"socratic_lineNumber": "253" | |
}, | |
{ | |
"socratic_name": "-(void)insertItem:(CPMenuItem)aMenuItematIndex:(unsigned)anIndex", | |
"socratic_lineNumber": "264" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)insertItemWithTitle:(CPString)aTitleaction:(SEL)anActionkeyEquivalent:(CPString)aKeyEquivalentatIndex:(unsigned)anIndex", | |
"socratic_lineNumber": "292" | |
}, | |
{ | |
"socratic_name": "-(void)addItem:(CPMenuItem)aMenuItem", | |
"socratic_lineNumber": "305" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)addItemWithTitle:(CPString)aTitleaction:(SEL)anActionkeyEquivalent:(CPString)aKeyEquivalent", | |
"socratic_lineNumber": "318" | |
}, | |
{ | |
"socratic_name": "-(void)removeItem:(CPMenuItem)aMenuItem", | |
"socratic_lineNumber": "327" | |
}, | |
{ | |
"socratic_name": "-(void)removeItemAtIndex:(unsigned)anIndex", | |
"socratic_lineNumber": "336" | |
}, | |
{ | |
"socratic_name": "-(void)itemChanged:(CPMenuItem)aMenuItem", | |
"socratic_lineNumber": "354" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)menuWithTag:(int)aTag", | |
"socratic_lineNumber": "371" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)menuWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "386" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)itemAtIndex:(int)anIndex", | |
"socratic_lineNumber": "400" | |
}, | |
{ | |
"socratic_name": "-(unsigned)numberOfItems", | |
"socratic_lineNumber": "408" | |
}, | |
{ | |
"socratic_name": "-(CPArray)itemArray", | |
"socratic_lineNumber": "416" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItem:(CPMenuItem)aMenuItem", | |
"socratic_lineNumber": "427" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItemWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "440" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItemWithTag:(int)aTag", | |
"socratic_lineNumber": "457" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItemWithTarget:(id)aTargetandAction:(SEL)anAction", | |
"socratic_lineNumber": "475" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItemWithRepresentedObject:(id)anObject", | |
"socratic_lineNumber": "496" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItemWithSubmenu:(CPMenu)aMenu", | |
"socratic_lineNumber": "513" | |
}, | |
{ | |
"socratic_name": "-(void)setSubmenu:(CPMenu)aMenuforItem:(CPMenuItem)aMenuItem", | |
"socratic_lineNumber": "531" | |
}, | |
{ | |
"socratic_name": "-(void)submenuAction:(id)aSender", | |
"socratic_lineNumber": "545" | |
}, | |
{ | |
"socratic_name": "-(CPMenu)attachedMenu", | |
"socratic_lineNumber": "553" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isAttached", | |
"socratic_lineNumber": "561" | |
}, | |
{ | |
"socratic_name": "-(CGPoint)locationOfSubmenu:(CPMenu)aMenu", | |
"socratic_lineNumber": "569" | |
}, | |
{ | |
"socratic_name": "-(CPMenu)supermenu", | |
"socratic_lineNumber": "577" | |
}, | |
{ | |
"socratic_name": "-(void)setSupermenu:(CPMenu)aMenu", | |
"socratic_lineNumber": "586" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isTornOff", | |
"socratic_lineNumber": "595" | |
}, | |
{ | |
"socratic_name": "-(void)setAutoenablesItems:(BOOL)aFlag", | |
"socratic_lineNumber": "605" | |
}, | |
{ | |
"socratic_name": "-(BOOL)autoenablesItems", | |
"socratic_lineNumber": "613" | |
}, | |
{ | |
"socratic_name": "-(void)update", | |
"socratic_lineNumber": "621" | |
}, | |
{ | |
"socratic_name": "-(void)setTitle:(CPString)aTitle", | |
"socratic_lineNumber": "631" | |
}, | |
{ | |
"socratic_name": "-(CPString)title", | |
"socratic_lineNumber": "639" | |
}, | |
{ | |
"socratic_name": "+(void)popUpContextMenu:(CPMenu)aMenuwithEvent:(CPEvent)anEventforView:(CPView)aView", | |
"socratic_lineNumber": "646" | |
}, | |
{ | |
"socratic_name": "+(void)popUpContextMenu:(CPMenu)aMenuwithEvent:(CPEvent)anEventforView:(CPView)aViewwithFont:(CPFont)aFont", | |
"socratic_lineNumber": "651" | |
}, | |
{ | |
"socratic_name": "+(void)_popUpContextMenu:(CPMenu)aMenuwithEvent:(CPEvent)anEventforView:(CPView)aViewwithFont:(CPFont)aFontforMenuBar:(BOOL)isForMenuBar", | |
"socratic_lineNumber": "656" | |
}, | |
{ | |
"socratic_name": "+(void)_menuWindowDidFinishTracking:(_CPMenuWindow)aMenuWindowhighlightedItem:(CPMenuItem)aMenuItem", | |
"socratic_lineNumber": "678" | |
}, | |
{ | |
"socratic_name": "-(void)setShowsStateColumn:(BOOL)shouldShowStateColumn", | |
"socratic_lineNumber": "698" | |
}, | |
{ | |
"socratic_name": "-(BOOL)showsStateColumn", | |
"socratic_lineNumber": "706" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)highlightedItem", | |
"socratic_lineNumber": "716" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)aDelegate", | |
"socratic_lineNumber": "723" | |
}, | |
{ | |
"socratic_name": "-(id)delegate", | |
"socratic_lineNumber": "728" | |
}, | |
{ | |
"socratic_name": "-(void)cancelTracking", | |
"socratic_lineNumber": "737" | |
}, | |
{ | |
"socratic_name": "-(void)_setMenuWindow:(_CPMenuWindow)aMenuWindow", | |
"socratic_lineNumber": "743" | |
}, | |
{ | |
"socratic_name": "-(BOOL)performKeyEquivalent:(CPEvent)anEvent", | |
"socratic_lineNumber": "754" | |
}, | |
{ | |
"socratic_name": "-(void)performActionForItemAtIndex:(unsigned)anIndex", | |
"socratic_lineNumber": "794" | |
}, | |
{ | |
"socratic_name": "-(BOOL)_itemIsHighlighted:(CPMenuItem)aMenuItem", | |
"socratic_lineNumber": "805" | |
}, | |
{ | |
"socratic_name": "-(void)_highlightItemAtIndex:(int)anIndex", | |
"socratic_lineNumber": "813" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPMenu", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "55" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "839" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "856" | |
} | |
], | |
"socratic_name": "CPMenu", | |
"socratic_lineNumber": "832" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPMenuItem.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithTitle:(CPString)aTitleaction:(SEL)anActionkeyEquivalent:(CPString)aKeyEquivalent", | |
"socratic_lineNumber": "84" | |
}, | |
{ | |
"socratic_name": "-(void)setEnabled:(BOOL)isEnabled", | |
"socratic_lineNumber": "112" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isEnabled", | |
"socratic_lineNumber": "127" | |
}, | |
{ | |
"socratic_name": "-(void)setHidden:(BOOL)isHidden", | |
"socratic_lineNumber": "137" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isHidden", | |
"socratic_lineNumber": "150" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isHiddenOrHasHiddenAncestor", | |
"socratic_lineNumber": "158" | |
}, | |
{ | |
"socratic_name": "-(void)setTarget:(id)aTarget", | |
"socratic_lineNumber": "176" | |
}, | |
{ | |
"socratic_name": "-(id)target", | |
"socratic_lineNumber": "184" | |
}, | |
{ | |
"socratic_name": "-(void)setAction:(SEL)anAction", | |
"socratic_lineNumber": "193" | |
}, | |
{ | |
"socratic_name": "-(SEL)action", | |
"socratic_lineNumber": "201" | |
}, | |
{ | |
"socratic_name": "-(void)setTitle:(CPString)aTitle", | |
"socratic_lineNumber": "211" | |
}, | |
{ | |
"socratic_name": "-(CPString)title", | |
"socratic_lineNumber": "228" | |
}, | |
{ | |
"socratic_name": "-(void)setTextColor:(CPString)aColor", | |
"socratic_lineNumber": "236" | |
}, | |
{ | |
"socratic_name": "-(void)setFont:(CPFont)aFont", | |
"socratic_lineNumber": "245" | |
}, | |
{ | |
"socratic_name": "-(CPFont)font", | |
"socratic_lineNumber": "260" | |
}, | |
{ | |
"socratic_name": "-(void)setTag:(int)aTag", | |
"socratic_lineNumber": "280" | |
}, | |
{ | |
"socratic_name": "-(int)tag", | |
"socratic_lineNumber": "288" | |
}, | |
{ | |
"socratic_name": "-(void)setState:(int)aState", | |
"socratic_lineNumber": "301" | |
}, | |
{ | |
"socratic_name": "-(int)state", | |
"socratic_lineNumber": "321" | |
}, | |
{ | |
"socratic_name": "-(void)setImage:(CPImage)anImage", | |
"socratic_lineNumber": "331" | |
}, | |
{ | |
"socratic_name": "-(CPImage)image", | |
"socratic_lineNumber": "346" | |
}, | |
{ | |
"socratic_name": "-(void)setAlternateImage:(CPImage)anImage", | |
"socratic_lineNumber": "355" | |
}, | |
{ | |
"socratic_name": "-(CPImage)alternateImage", | |
"socratic_lineNumber": "363" | |
}, | |
{ | |
"socratic_name": "-(void)setOnStateImage:(CPImage)anImage", | |
"socratic_lineNumber": "373" | |
}, | |
{ | |
"socratic_name": "-(CPImage)onStateImage", | |
"socratic_lineNumber": "385" | |
}, | |
{ | |
"socratic_name": "-(void)setOffStateImage:(CPImage)anImage", | |
"socratic_lineNumber": "394" | |
}, | |
{ | |
"socratic_name": "-(CPImage)offStateImage", | |
"socratic_lineNumber": "406" | |
}, | |
{ | |
"socratic_name": "-(void)setMixedStateImage:(CPImage)anImage", | |
"socratic_lineNumber": "415" | |
}, | |
{ | |
"socratic_name": "-(CPImage)mixedStateImage", | |
"socratic_lineNumber": "428" | |
}, | |
{ | |
"socratic_name": "-(void)setSubmenu:(CPMenu)aMenu", | |
"socratic_lineNumber": "438" | |
}, | |
{ | |
"socratic_name": "-(CPMenu)submenu", | |
"socratic_lineNumber": "460" | |
}, | |
{ | |
"socratic_name": "-(BOOL)hasSubmenu", | |
"socratic_lineNumber": "468" | |
}, | |
{ | |
"socratic_name": "+(CPMenuItem)separatorItem", | |
"socratic_lineNumber": "478" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isSeparatorItem", | |
"socratic_lineNumber": "486" | |
}, | |
{ | |
"socratic_name": "-(void)setMenu:(CPMenu)aMenu", | |
"socratic_lineNumber": "496" | |
}, | |
{ | |
"socratic_name": "-(CPMenu)menu", | |
"socratic_lineNumber": "504" | |
}, | |
{ | |
"socratic_name": "-(void)setKeyEquivalent:(CPString)aString", | |
"socratic_lineNumber": "515" | |
}, | |
{ | |
"socratic_name": "-(CPString)keyEquivalent", | |
"socratic_lineNumber": "523" | |
}, | |
{ | |
"socratic_name": "-(void)setKeyEquivalentModifierMask:(unsigned)aMask", | |
"socratic_lineNumber": "538" | |
}, | |
{ | |
"socratic_name": "-(unsigned)keyEquivalentModifierMask", | |
"socratic_lineNumber": "553" | |
}, | |
{ | |
"socratic_name": "-(void)setMnemonicLocation:(unsigned)aLocation", | |
"socratic_lineNumber": "564" | |
}, | |
{ | |
"socratic_name": "-(unsigned)mnemonicLocation", | |
"socratic_lineNumber": "572" | |
}, | |
{ | |
"socratic_name": "-(void)setTitleWithMnemonicLocation:(CPString)aTitle", | |
"socratic_lineNumber": "581" | |
}, | |
{ | |
"socratic_name": "-(CPString)mnemonic", | |
"socratic_lineNumber": "597" | |
}, | |
{ | |
"socratic_name": "-(void)setAlternate:(BOOL)isAlternate", | |
"socratic_lineNumber": "608" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isAlternate", | |
"socratic_lineNumber": "616" | |
}, | |
{ | |
"socratic_name": "-(void)setIndentationLevel:(unsigned)aLevel", | |
"socratic_lineNumber": "628" | |
}, | |
{ | |
"socratic_name": "-(unsigned)indentationLevel", | |
"socratic_lineNumber": "639" | |
}, | |
{ | |
"socratic_name": "-(void)setToolTip:(CPString)aToolTip", | |
"socratic_lineNumber": "649" | |
}, | |
{ | |
"socratic_name": "-(CPString)toolTip", | |
"socratic_lineNumber": "657" | |
}, | |
{ | |
"socratic_name": "-(void)setRepresentedObject:(id)anObject", | |
"socratic_lineNumber": "668" | |
}, | |
{ | |
"socratic_name": "-(id)representedObject", | |
"socratic_lineNumber": "676" | |
}, | |
{ | |
"socratic_name": "-(void)setView:(CPView)aView", | |
"socratic_lineNumber": "687" | |
}, | |
{ | |
"socratic_name": "-(CPView)view", | |
"socratic_lineNumber": "702" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isHighlighted", | |
"socratic_lineNumber": "712" | |
}, | |
{ | |
"socratic_name": "-(id)_menuItemView", | |
"socratic_lineNumber": "722" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPMenuItem", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "37" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "777" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "828" | |
} | |
], | |
"socratic_name": "CPMenuItem", | |
"socratic_lineNumber": "771" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPOutlineView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "38" | |
}, | |
{ | |
"socratic_name": "-(void)setDataSource:(id)aDataSource", | |
"socratic_lineNumber": "63" | |
}, | |
{ | |
"socratic_name": "-(void)reloadData", | |
"socratic_lineNumber": "79" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPOutlineView", | |
"ParentClass": "CPTableView", | |
"socratic_lineNumber": "32" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(void)numberOfRowsInTableView:(CPTableView)aTableView", | |
"socratic_lineNumber": "101" | |
}, | |
{ | |
"socratic_name": "-(void)tableView:(CPTableView)aTableViewobjectValueForTableColumn:(CPTableColumn)aTableColumnrow:(int)aRowIndex", | |
"socratic_lineNumber": "107" | |
} | |
], | |
"socratic_name": "CPOutlineView", | |
"socratic_lineNumber": "95" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPPanel.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(BOOL)isFloatingPanel", | |
"socratic_lineNumber": "56" | |
}, | |
{ | |
"socratic_name": "-(void)setFloatingPanel:(BOOL)isFloatingPanel", | |
"socratic_lineNumber": "66" | |
}, | |
{ | |
"socratic_name": "-(BOOL)becomesKeyOnlyIfNeeded", | |
"socratic_lineNumber": "75" | |
}, | |
{ | |
"socratic_name": "-(void)setBecomesKeyOnlyIfNeeded:(BOOL)shouldBecomeKeyOnlyIfNeeded", | |
"socratic_lineNumber": "84" | |
}, | |
{ | |
"socratic_name": "-(BOOL)worksWhenModal", | |
"socratic_lineNumber": "89" | |
}, | |
{ | |
"socratic_name": "-(void)setWorksWhenModal:(BOOL)shouldWorkWhenModal", | |
"socratic_lineNumber": "98" | |
}, | |
{ | |
"socratic_name": "-(BOOL)canBecomeMainWindow", | |
"socratic_lineNumber": "103" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPPanel", | |
"ParentClass": "CPWindow", | |
"socratic_lineNumber": "47" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPPasteboard.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "62" | |
}, | |
{ | |
"socratic_name": "+(id)generalPasteboard", | |
"socratic_lineNumber": "75" | |
}, | |
{ | |
"socratic_name": "+(id)pasteboardWithName:(CPString)aName", | |
"socratic_lineNumber": "85" | |
}, | |
{ | |
"socratic_name": "-(id)_initWithName:(CPString)aName", | |
"socratic_lineNumber": "99" | |
}, | |
{ | |
"socratic_name": "-(unsigned)addTypes:(CPArray)typesowner:(id)anOwner", | |
"socratic_lineNumber": "123" | |
}, | |
{ | |
"socratic_name": "-(unsigned)declareTypes:(CPArray)typesowner:(id)anOwner", | |
"socratic_lineNumber": "150" | |
}, | |
{ | |
"socratic_name": "-(BOOL)setData:(CPData)aDataforType:(CPString)aType", | |
"socratic_lineNumber": "171" | |
}, | |
{ | |
"socratic_name": "-(BOOL)setPropertyList:(id)aPropertyListforType:(CPString)aType", | |
"socratic_lineNumber": "184" | |
}, | |
{ | |
"socratic_name": "-(void)setString:(CPString)aStringforType:(CPString)aType", | |
"socratic_lineNumber": "195" | |
}, | |
{ | |
"socratic_name": "-(CPString)availableTypeFromArray:(CPArray)anArray", | |
"socratic_lineNumber": "207" | |
}, | |
{ | |
"socratic_name": "-(CPArray)types", | |
"socratic_lineNumber": "215" | |
}, | |
{ | |
"socratic_name": "-(unsigned)changeCount", | |
"socratic_lineNumber": "224" | |
}, | |
{ | |
"socratic_name": "-(CPData)dataForType:(CPString)aType", | |
"socratic_lineNumber": "234" | |
}, | |
{ | |
"socratic_name": "-(id)propertyListForType:(CPString)aType", | |
"socratic_lineNumber": "260" | |
}, | |
{ | |
"socratic_name": "-(CPString)stringForType:(CPString)aType", | |
"socratic_lineNumber": "275" | |
}, | |
{ | |
"socratic_name": "-(CPString)_generateStateUID", | |
"socratic_lineNumber": "281" | |
}, | |
{ | |
"socratic_name": "-(CPString)_stateUID", | |
"socratic_lineNumber": "294" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPPasteboard", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "49" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPPopUpButton.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFramepullsDown:(BOOL)shouldPullDown", | |
"socratic_lineNumber": "53" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "74" | |
}, | |
{ | |
"socratic_name": "-(void)setPullsDown:(BOOL)shouldPullDown", | |
"socratic_lineNumber": "86" | |
}, | |
{ | |
"socratic_name": "-(BOOL)pullsDown", | |
"socratic_lineNumber": "109" | |
}, | |
{ | |
"socratic_name": "-(void)addItem:(CPMenuItem)anItem", | |
"socratic_lineNumber": "119" | |
}, | |
{ | |
"socratic_name": "-(void)addItemWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "128" | |
}, | |
{ | |
"socratic_name": "-(void)addItemsWithTitles:(CPArray)titles", | |
"socratic_lineNumber": "137" | |
}, | |
{ | |
"socratic_name": "-(void)insertItemWithTitle:(CPString)aTitleatIndex:(int)anIndex", | |
"socratic_lineNumber": "151" | |
}, | |
{ | |
"socratic_name": "-(void)removeAllItems", | |
"socratic_lineNumber": "166" | |
}, | |
{ | |
"socratic_name": "-(void)removeItemWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "178" | |
}, | |
{ | |
"socratic_name": "-(void)removeItemAtIndex:(int)anIndex", | |
"socratic_lineNumber": "188" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)selectedItem", | |
"socratic_lineNumber": "198" | |
}, | |
{ | |
"socratic_name": "-(CPString)titleOfSelectedItem", | |
"socratic_lineNumber": "209" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfSelectedItem", | |
"socratic_lineNumber": "217" | |
}, | |
{ | |
"socratic_name": "-(id)objectValue", | |
"socratic_lineNumber": "226" | |
}, | |
{ | |
"socratic_name": "-(void)selectItem:(CPMenuItem)aMenuItem", | |
"socratic_lineNumber": "236" | |
}, | |
{ | |
"socratic_name": "-(void)selectItemAtIndex:(int)anIndex", | |
"socratic_lineNumber": "245" | |
}, | |
{ | |
"socratic_name": "-(void)selectItemWithTag:(int)aTag", | |
"socratic_lineNumber": "265" | |
}, | |
{ | |
"socratic_name": "-(void)selectItemWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "274" | |
}, | |
{ | |
"socratic_name": "-(void)setObjectValue:(id)aValue", | |
"socratic_lineNumber": "283" | |
}, | |
{ | |
"socratic_name": "-(CPMenu)menu", | |
"socratic_lineNumber": "292" | |
}, | |
{ | |
"socratic_name": "-(void)setMenu:(CPMenu)aMenu", | |
"socratic_lineNumber": "300" | |
}, | |
{ | |
"socratic_name": "-(int)numberOfItems", | |
"socratic_lineNumber": "354" | |
}, | |
{ | |
"socratic_name": "-(CPArray)itemArray", | |
"socratic_lineNumber": "362" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)itemAtIndex:(unsigned)anIndex", | |
"socratic_lineNumber": "371" | |
}, | |
{ | |
"socratic_name": "-(CPString)itemTitleAtIndex:(unsigned)anIndex", | |
"socratic_lineNumber": "380" | |
}, | |
{ | |
"socratic_name": "-(CPArray)itemTitles", | |
"socratic_lineNumber": "388" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)itemWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "404" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)lastItem", | |
"socratic_lineNumber": "412" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItem:(CPMenuItem)aMenuItem", | |
"socratic_lineNumber": "422" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItemWithTag:(int)aTag", | |
"socratic_lineNumber": "431" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItemWithTitle:(CPString)aTitle", | |
"socratic_lineNumber": "440" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItemWithRepresentedObject:(id)anObject", | |
"socratic_lineNumber": "451" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfItemWithTarget:(id)aTargetaction:(SEL)anAction", | |
"socratic_lineNumber": "463" | |
}, | |
{ | |
"socratic_name": "-(CPRectEdge)preferredEdge", | |
"socratic_lineNumber": "474" | |
}, | |
{ | |
"socratic_name": "-(void)setPreferredEdge:(CPRectEdge)aRectEdge", | |
"socratic_lineNumber": "484" | |
}, | |
{ | |
"socratic_name": "-(void)setTitle:(CPString)aTitle", | |
"socratic_lineNumber": "494" | |
}, | |
{ | |
"socratic_name": "-(void)setImage:(CPImage)anImage", | |
"socratic_lineNumber": "533" | |
}, | |
{ | |
"socratic_name": "-(void)synchronizeTitleAndSelectedItem", | |
"socratic_lineNumber": "543" | |
}, | |
{ | |
"socratic_name": "-(void)menuDidAddItem:(CPNotification)aNotification", | |
"socratic_lineNumber": "566" | |
}, | |
{ | |
"socratic_name": "-(void)menuDidChangeItem:(CPNotification)aNotification", | |
"socratic_lineNumber": "603" | |
}, | |
{ | |
"socratic_name": "-(void)menuDidRemoveItem:(CPNotification)aNotification", | |
"socratic_lineNumber": "620" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "628" | |
}, | |
{ | |
"socratic_name": "-(void)menuWindowDidFinishTracking:(_CPMenuWindow)aMenuWindowhighlightedItem:(CPMenuItem)aMenuItem", | |
"socratic_lineNumber": "677" | |
}, | |
{ | |
"socratic_name": "-(void)_popUpItemAction:(id)aSender", | |
"socratic_lineNumber": "693" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPPopUpButton", | |
"ParentClass": "CPButton", | |
"socratic_lineNumber": "39" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "712" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "733" | |
} | |
], | |
"socratic_name": "CPPopUpButton", | |
"socratic_lineNumber": "704" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPProgressIndicator.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "81" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "153" | |
}, | |
{ | |
"socratic_name": "-(void)setUsesThreadedAnimation:(BOOL)aFlag", | |
"socratic_lineNumber": "179" | |
}, | |
{ | |
"socratic_name": "-(void)startAnimation:(id)aSender", | |
"socratic_lineNumber": "187" | |
}, | |
{ | |
"socratic_name": "-(void)stopAnimation:(id)aSender", | |
"socratic_lineNumber": "198" | |
}, | |
{ | |
"socratic_name": "-(BOOL)usesThreadedAnimation", | |
"socratic_lineNumber": "208" | |
}, | |
{ | |
"socratic_name": "-(void)incrementBy:(double)aValue", | |
"socratic_lineNumber": "218" | |
}, | |
{ | |
"socratic_name": "-(void)setDoubleValue:(double)aValue", | |
"socratic_lineNumber": "226" | |
}, | |
{ | |
"socratic_name": "-(double)doubleValue", | |
"socratic_lineNumber": "236" | |
}, | |
{ | |
"socratic_name": "-(void)setMinValue:(double)aValue", | |
"socratic_lineNumber": "245" | |
}, | |
{ | |
"socratic_name": "-(double)minValue", | |
"socratic_lineNumber": "253" | |
}, | |
{ | |
"socratic_name": "-(void)setMaxValue:(double)aValue", | |
"socratic_lineNumber": "262" | |
}, | |
{ | |
"socratic_name": "-(double)maxValue", | |
"socratic_lineNumber": "270" | |
}, | |
{ | |
"socratic_name": "-(void)setControlSize:(CPControlSize)aControlSize", | |
"socratic_lineNumber": "280" | |
}, | |
{ | |
"socratic_name": "-(CPControlSize)controlSize", | |
"socratic_lineNumber": "293" | |
}, | |
{ | |
"socratic_name": "-(void)setControlTint:(CPControlTint)aControlTint", | |
"socratic_lineNumber": "301" | |
}, | |
{ | |
"socratic_name": "-(CPControlTint)controlTint", | |
"socratic_lineNumber": "308" | |
}, | |
{ | |
"socratic_name": "-(void)setBezeled:(BOOL)isBezeled", | |
"socratic_lineNumber": "316" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isBezeled", | |
"socratic_lineNumber": "323" | |
}, | |
{ | |
"socratic_name": "-(void)setIndeterminate:(BOOL)isIndeterminate", | |
"socratic_lineNumber": "332" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isIndeterminate", | |
"socratic_lineNumber": "345" | |
}, | |
{ | |
"socratic_name": "-(void)setStyle:(CPProgressIndicatorStyle)aStyle", | |
"socratic_lineNumber": "354" | |
}, | |
{ | |
"socratic_name": "-(void)sizeToFit", | |
"socratic_lineNumber": "367" | |
}, | |
{ | |
"socratic_name": "-(void)setDisplayedWhenStopped:(BOOL)isDisplayedWhenStopped", | |
"socratic_lineNumber": "382" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isDisplayedWhenStopped", | |
"socratic_lineNumber": "397" | |
}, | |
{ | |
"socratic_name": "-(void)_hideOrDisplay", | |
"socratic_lineNumber": "409" | |
}, | |
{ | |
"socratic_name": "-(void)setFrameSize:(CGSize)aSize", | |
"socratic_lineNumber": "414" | |
}, | |
{ | |
"socratic_name": "-(void)drawBar", | |
"socratic_lineNumber": "422" | |
}, | |
{ | |
"socratic_name": "-(void)updateBackgroundColor", | |
"socratic_lineNumber": "447" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPProgressIndicator", | |
"ParentClass": "CPView", | |
"socratic_lineNumber": "58" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPResponder.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(BOOL)acceptsFirstResponder", | |
"socratic_lineNumber": "50" | |
}, | |
{ | |
"socratic_name": "-(BOOL)becomeFirstResponder", | |
"socratic_lineNumber": "60" | |
}, | |
{ | |
"socratic_name": "-(BOOL)resignFirstResponder", | |
"socratic_lineNumber": "69" | |
}, | |
{ | |
"socratic_name": "-(void)setNextResponder:(CPResponder)aResponder", | |
"socratic_lineNumber": "79" | |
}, | |
{ | |
"socratic_name": "-(CPResponder)nextResponder", | |
"socratic_lineNumber": "87" | |
}, | |
{ | |
"socratic_name": "-(void)interpretKeyEvents:(CPArray)events", | |
"socratic_lineNumber": "96" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "140" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDragged:(CPEvent)anEvent", | |
"socratic_lineNumber": "150" | |
}, | |
{ | |
"socratic_name": "-(void)mouseUp:(CPEvent)anEvent", | |
"socratic_lineNumber": "159" | |
}, | |
{ | |
"socratic_name": "-(void)mouseMoved:(CPEvent)anEvent", | |
"socratic_lineNumber": "168" | |
}, | |
{ | |
"socratic_name": "-(void)mouseEntered:(CPEvent)anEvent", | |
"socratic_lineNumber": "173" | |
}, | |
{ | |
"socratic_name": "-(void)mouseExited:(CPEvent)anEvent", | |
"socratic_lineNumber": "182" | |
}, | |
{ | |
"socratic_name": "-(void)scrollWheel:(CPEvent)anEvent", | |
"socratic_lineNumber": "191" | |
}, | |
{ | |
"socratic_name": "-(void)keyDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "200" | |
}, | |
{ | |
"socratic_name": "-(void)keyUp:(CPEvent)anEvent", | |
"socratic_lineNumber": "209" | |
}, | |
{ | |
"socratic_name": "-(BOOL)performKeyEquivalent:(CPEvent)anEvent", | |
"socratic_lineNumber": "220" | |
}, | |
{ | |
"socratic_name": "-(void)deleteBackward:(id)aSender", | |
"socratic_lineNumber": "230" | |
}, | |
{ | |
"socratic_name": "-(void)insertLineBreak:(id)aSender", | |
"socratic_lineNumber": "238" | |
}, | |
{ | |
"socratic_name": "-(void)insertNewline:(id)aSender", | |
"socratic_lineNumber": "247" | |
}, | |
{ | |
"socratic_name": "-(void)cancel:(id)sender", | |
"socratic_lineNumber": "252" | |
}, | |
{ | |
"socratic_name": "-(void)insertTab:(id)sender", | |
"socratic_lineNumber": "256" | |
}, | |
{ | |
"socratic_name": "-(void)insertBackTab:(id)sender", | |
"socratic_lineNumber": "260" | |
}, | |
{ | |
"socratic_name": "-(void)insertText:(CPString)aString", | |
"socratic_lineNumber": "268" | |
}, | |
{ | |
"socratic_name": "-(void)doCommandBySelector:(SEL)aSelector", | |
"socratic_lineNumber": "278" | |
}, | |
{ | |
"socratic_name": "-(BOOL)tryToPerform:(SEL)aSelectorwith:(id)anObject", | |
"socratic_lineNumber": "293" | |
}, | |
{ | |
"socratic_name": "-(void)setMenu:(CPMenu)aMenu", | |
"socratic_lineNumber": "307" | |
}, | |
{ | |
"socratic_name": "-(CPMenu)menu", | |
"socratic_lineNumber": "312" | |
}, | |
{ | |
"socratic_name": "-(CPUndoManager)undoManager", | |
"socratic_lineNumber": "321" | |
}, | |
{ | |
"socratic_name": "-(void)noResponderFor:(SEL)anEventSelector", | |
"socratic_lineNumber": "331" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPResponder", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "40" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "346" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "360" | |
} | |
], | |
"socratic_name": "CPResponder", | |
"socratic_lineNumber": "339" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPScroller.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(id)themedAttributes", | |
"socratic_lineNumber": "74" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "92" | |
}, | |
{ | |
"socratic_name": "+(float)scrollerWidth", | |
"socratic_lineNumber": "115" | |
}, | |
{ | |
"socratic_name": "+(float)scrollerWidthForControlSize:(CPControlSize)aControlSize", | |
"socratic_lineNumber": "124" | |
}, | |
{ | |
"socratic_name": "-(void)setControlSize:(CPControlSize)aControlSize", | |
"socratic_lineNumber": "133" | |
}, | |
{ | |
"socratic_name": "-(CPControlSize)controlSize", | |
"socratic_lineNumber": "147" | |
}, | |
{ | |
"socratic_name": "-(void)setFloatValue:(float)aValue", | |
"socratic_lineNumber": "157" | |
}, | |
{ | |
"socratic_name": "-(void)setFloatValue:(float)aValueknobProportion:(float)aProportion", | |
"socratic_lineNumber": "169" | |
}, | |
{ | |
"socratic_name": "-(float)knobProportion", | |
"socratic_lineNumber": "179" | |
}, | |
{ | |
"socratic_name": "-(id)currentValueForThemedAttributeName:(CPString)anAttributeName", | |
"socratic_lineNumber": "184" | |
}, | |
{ | |
"socratic_name": "-(CGRect)rectForPart:(CPScrollerPart)aPart", | |
"socratic_lineNumber": "196" | |
}, | |
{ | |
"socratic_name": "-(CPScrollerPart)testPart:(CGPoint)aPoint", | |
"socratic_lineNumber": "209" | |
}, | |
{ | |
"socratic_name": "-(void)checkSpaceForParts", | |
"socratic_lineNumber": "240" | |
}, | |
{ | |
"socratic_name": "-(CPUsableScrollerParts)usableParts", | |
"socratic_lineNumber": "311" | |
}, | |
{ | |
"socratic_name": "-(void)drawArrow:(CPScrollerArrow)anArrowhighlight:(BOOL)shouldHighlight", | |
"socratic_lineNumber": "322" | |
}, | |
{ | |
"socratic_name": "-(void)drawKnob", | |
"socratic_lineNumber": "329" | |
}, | |
{ | |
"socratic_name": "-(void)drawKnobSlot", | |
"socratic_lineNumber": "336" | |
}, | |
{ | |
"socratic_name": "-(CPView)createViewForPart:(CPScrollerPart)aPart", | |
"socratic_lineNumber": "340" | |
}, | |
{ | |
"socratic_name": "-(CGRect)rectForEphemeralSubviewNamed:(CPString)aName", | |
"socratic_lineNumber": "349" | |
}, | |
{ | |
"socratic_name": "-(CPView)createEphemeralSubviewNamed:(CPString)aName", | |
"socratic_lineNumber": "354" | |
}, | |
{ | |
"socratic_name": "-(void)layoutSubviews", | |
"socratic_lineNumber": "363" | |
}, | |
{ | |
"socratic_name": "-(void)drawParts", | |
"socratic_lineNumber": "387" | |
}, | |
{ | |
"socratic_name": "-(CPScrollerPart)hitPart", | |
"socratic_lineNumber": "399" | |
}, | |
{ | |
"socratic_name": "-(void)trackKnob:(CPEvent)anEvent", | |
"socratic_lineNumber": "408" | |
}, | |
{ | |
"socratic_name": "-(void)trackScrollButtons:(CPEvent)anEvent", | |
"socratic_lineNumber": "451" | |
}, | |
{ | |
"socratic_name": "-(void)_recalculateIsVertical", | |
"socratic_lineNumber": "527" | |
}, | |
{ | |
"socratic_name": "-(void)setFrameSize:(CGSize)aSize", | |
"socratic_lineNumber": "542" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "552" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPScroller", | |
"ParentClass": "CPControl", | |
"socratic_lineNumber": "58" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "577" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "601" | |
} | |
], | |
"socratic_name": "CPScroller", | |
"socratic_lineNumber": "575" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPScrollView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "55" | |
}, | |
{ | |
"socratic_name": "-(CGRect)contentSize", | |
"socratic_lineNumber": "82" | |
}, | |
{ | |
"socratic_name": "-(id)documentView", | |
"socratic_lineNumber": "90" | |
}, | |
{ | |
"socratic_name": "-(void)setContentView:(CPClipView)aContentView", | |
"socratic_lineNumber": "99" | |
}, | |
{ | |
"socratic_name": "-(CPClipView)contentView", | |
"socratic_lineNumber": "124" | |
}, | |
{ | |
"socratic_name": "-(void)setDocumentView:(CPView)aView", | |
"socratic_lineNumber": "133" | |
}, | |
{ | |
"socratic_name": "-(void)reflectScrolledClipView:(CPClipView)aClipView", | |
"socratic_lineNumber": "143" | |
}, | |
{ | |
"socratic_name": "-(void)setHorizontalScroller:(CPScroller)aScroller", | |
"socratic_lineNumber": "241" | |
}, | |
{ | |
"socratic_name": "-(CPScroller)horizontalScroller", | |
"socratic_lineNumber": "263" | |
}, | |
{ | |
"socratic_name": "-(void)setHasHorizontalScroller:(BOOL)shouldHaveHorizontalScroller", | |
"socratic_lineNumber": "273" | |
}, | |
{ | |
"socratic_name": "-(BOOL)hasHorizontalScroller", | |
"socratic_lineNumber": "294" | |
}, | |
{ | |
"socratic_name": "-(void)setVerticalScroller:(CPScroller)aScroller", | |
"socratic_lineNumber": "303" | |
}, | |
{ | |
"socratic_name": "-(CPScroller)verticalScroller", | |
"socratic_lineNumber": "325" | |
}, | |
{ | |
"socratic_name": "-(void)setHasVerticalScroller:(BOOL)shouldHaveVerticalScroller", | |
"socratic_lineNumber": "336" | |
}, | |
{ | |
"socratic_name": "-(BOOL)hasVerticalScroller", | |
"socratic_lineNumber": "357" | |
}, | |
{ | |
"socratic_name": "-(void)setAutohidesScrollers:(BOOL)autohidesScrollers", | |
"socratic_lineNumber": "367" | |
}, | |
{ | |
"socratic_name": "-(BOOL)autohidesScrollers", | |
"socratic_lineNumber": "381" | |
}, | |
{ | |
"socratic_name": "-(void)_verticalScrollerDidScroll:(CPScroller)aScroller", | |
"socratic_lineNumber": "394" | |
}, | |
{ | |
"socratic_name": "-(void)_horizontalScrollerDidScroll:(CPScroller)aScroller", | |
"socratic_lineNumber": "423" | |
}, | |
{ | |
"socratic_name": "-(void)tile", | |
"socratic_lineNumber": "454" | |
}, | |
{ | |
"socratic_name": "-(void)resizeSubviewsWithOldSize:(CGSize)aSize", | |
"socratic_lineNumber": "465" | |
}, | |
{ | |
"socratic_name": "-(void)setLineScroll:(float)aLineScroll", | |
"socratic_lineNumber": "475" | |
}, | |
{ | |
"socratic_name": "-(float)lineScroll", | |
"socratic_lineNumber": "484" | |
}, | |
{ | |
"socratic_name": "-(void)setHorizontalLineScroll:(float)aLineScroll", | |
"socratic_lineNumber": "493" | |
}, | |
{ | |
"socratic_name": "-(float)horizontalLineScroll", | |
"socratic_lineNumber": "501" | |
}, | |
{ | |
"socratic_name": "-(void)setVerticalLineScroll:(float)aLineScroll", | |
"socratic_lineNumber": "510" | |
}, | |
{ | |
"socratic_name": "-(float)verticalLineScroll", | |
"socratic_lineNumber": "518" | |
}, | |
{ | |
"socratic_name": "-(void)setPageScroll:(float)aPageScroll", | |
"socratic_lineNumber": "527" | |
}, | |
{ | |
"socratic_name": "-(float)pageScroll", | |
"socratic_lineNumber": "536" | |
}, | |
{ | |
"socratic_name": "-(void)setHorizontalPageScroll:(float)aPageScroll", | |
"socratic_lineNumber": "545" | |
}, | |
{ | |
"socratic_name": "-(float)horizontalPageScroll", | |
"socratic_lineNumber": "553" | |
}, | |
{ | |
"socratic_name": "-(void)setVerticalPageScroll:(float)aPageScroll", | |
"socratic_lineNumber": "562" | |
}, | |
{ | |
"socratic_name": "-(float)verticalPageScroll", | |
"socratic_lineNumber": "570" | |
}, | |
{ | |
"socratic_name": "-(void)scrollWheel:(CPEvent)anEvent", | |
"socratic_lineNumber": "579" | |
}, | |
{ | |
"socratic_name": "-(void)keyDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "591" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPScrollView", | |
"ParentClass": "CPView", | |
"socratic_lineNumber": "36" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "645" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "671" | |
} | |
], | |
"socratic_name": "CPScrollView", | |
"socratic_lineNumber": "643" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPSecureTextField.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(BOOL)isSecure", | |
"socratic_lineNumber": "9" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPSecureTextField", | |
"ParentClass": "CPTextField", | |
"socratic_lineNumber": "5" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPSegmentedControl.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aRect", | |
"socratic_lineNumber": "58" | |
}, | |
{ | |
"socratic_name": "-(int)selectedTag", | |
"socratic_lineNumber": "77" | |
}, | |
{ | |
"socratic_name": "-(void)setSegmentCount:(unsigned)aCount", | |
"socratic_lineNumber": "87" | |
}, | |
{ | |
"socratic_name": "-(unsigned)segmentCount", | |
"socratic_lineNumber": "126" | |
}, | |
{ | |
"socratic_name": "-(void)setSelectedSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "137" | |
}, | |
{ | |
"socratic_name": "-(unsigned)selectedSegment", | |
"socratic_lineNumber": "146" | |
}, | |
{ | |
"socratic_name": "-(BOOL)selectSegmentWithTag:(int)aTag", | |
"socratic_lineNumber": "154" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isTracking", | |
"socratic_lineNumber": "171" | |
}, | |
{ | |
"socratic_name": "-(void)setTrackingMode:(CPSegmentSwitchTracking)aTrackingMode", | |
"socratic_lineNumber": "176" | |
}, | |
{ | |
"socratic_name": "-(CPSegmentSwitchTracking)trackingMode", | |
"socratic_lineNumber": "209" | |
}, | |
{ | |
"socratic_name": "-(void)setWidth:(float)aWidthforSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "221" | |
}, | |
{ | |
"socratic_name": "-(float)widthForSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "233" | |
}, | |
{ | |
"socratic_name": "-(void)setImage:(CPImage)anImageforSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "244" | |
}, | |
{ | |
"socratic_name": "-(CPImage)imageForSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "281" | |
}, | |
{ | |
"socratic_name": "-(void)setLabel:(CPString)aLabelforSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "292" | |
}, | |
{ | |
"socratic_name": "-(CPString)labelForSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "331" | |
}, | |
{ | |
"socratic_name": "-(void)setMenu:(CPMenu)aMenuforSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "342" | |
}, | |
{ | |
"socratic_name": "-(CPMenu)menuForSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "352" | |
}, | |
{ | |
"socratic_name": "-(void)setSelected:(BOOL)isSelectedforSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "364" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isSelectedForSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "398" | |
}, | |
{ | |
"socratic_name": "-(void)setEnabled:(BOOL)isEnabledforSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "409" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isEnabledForSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "419" | |
}, | |
{ | |
"socratic_name": "-(void)setTag:(int)aTagforSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "429" | |
}, | |
{ | |
"socratic_name": "-(int)tagForSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "438" | |
}, | |
{ | |
"socratic_name": "-(void)drawSegmentBezel:(int)aSegmenthighlight:(BOOL)shouldHighlight", | |
"socratic_lineNumber": "449" | |
}, | |
{ | |
"socratic_name": "-(void)drawSegment:(int)aSegmenthighlight:(BOOL)shouldHighlight", | |
"socratic_lineNumber": "458" | |
}, | |
{ | |
"socratic_name": "-(void)tileWithChangedSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "504" | |
}, | |
{ | |
"socratic_name": "-(CGRect)frameForSegment:(unsigned)aSegment", | |
"socratic_lineNumber": "551" | |
}, | |
{ | |
"socratic_name": "-(unsigned)testSegment:(CGPoint)aPoint", | |
"socratic_lineNumber": "561" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "573" | |
}, | |
{ | |
"socratic_name": "-(void)mouseUp:(CPEvent)anEvent", | |
"socratic_lineNumber": "582" | |
}, | |
{ | |
"socratic_name": "-(void)trackSegment:(CPEvent)anEvent", | |
"socratic_lineNumber": "590" | |
}, | |
{ | |
"socratic_name": "-(void)setFont:(CPFont)aFont", | |
"socratic_lineNumber": "650" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPSegmentedControl", | |
"ParentClass": "CPControl", | |
"socratic_lineNumber": "47" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "674" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "706" | |
} | |
], | |
"socratic_name": "CPSegmentedControl", | |
"socratic_lineNumber": "672" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPShadow.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(id)shadowWithOffset:(CGSize)anOffsetblurRadius:(float)aBlurRadiuscolor:(CPColor)aColor", | |
"socratic_lineNumber": "46" | |
}, | |
{ | |
"socratic_name": "-(id)_initWithOffset:(CPSize)anOffsetblurRadius:(float)aBlurRadiuscolor:(CPColor)aColor", | |
"socratic_lineNumber": "52" | |
}, | |
{ | |
"socratic_name": "-(CGSize)shadowOffset", | |
"socratic_lineNumber": "71" | |
}, | |
{ | |
"socratic_name": "-(float)shadowBlurRadius", | |
"socratic_lineNumber": "79" | |
}, | |
{ | |
"socratic_name": "-(CPColor)shadowColor", | |
"socratic_lineNumber": "87" | |
}, | |
{ | |
"socratic_name": "-(CPString)cssString", | |
"socratic_lineNumber": "95" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPShadow", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "30" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPShadowView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "54" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "92" | |
}, | |
{ | |
"socratic_name": "-(void)setWeight:(CPShadowWeight)aWeight", | |
"socratic_lineNumber": "108" | |
}, | |
{ | |
"socratic_name": "-(float)leftInset", | |
"socratic_lineNumber": "122" | |
}, | |
{ | |
"socratic_name": "-(float)rightInset", | |
"socratic_lineNumber": "127" | |
}, | |
{ | |
"socratic_name": "-(float)topInset", | |
"socratic_lineNumber": "132" | |
}, | |
{ | |
"socratic_name": "-(float)bottomInset", | |
"socratic_lineNumber": "137" | |
}, | |
{ | |
"socratic_name": "-(float)horizontalInset", | |
"socratic_lineNumber": "142" | |
}, | |
{ | |
"socratic_name": "-(float)verticalInset", | |
"socratic_lineNumber": "150" | |
}, | |
{ | |
"socratic_name": "+(CGRect)frameForContentFrame:(CGRect)aFramewithWeight:(CPShadowWeight)aWeight", | |
"socratic_lineNumber": "158" | |
}, | |
{ | |
"socratic_name": "-(CGRect)frameForContentFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "166" | |
}, | |
{ | |
"socratic_name": "-(void)setFrameForContentFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "171" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPShadowView", | |
"ParentClass": "CPView", | |
"socratic_lineNumber": "49" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPSlider.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(id)themedAttributes", | |
"socratic_lineNumber": "41" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "47" | |
}, | |
{ | |
"socratic_name": "-(void)setMinValue:(float)aMinimumValue", | |
"socratic_lineNumber": "66" | |
}, | |
{ | |
"socratic_name": "-(float)minValue", | |
"socratic_lineNumber": "79" | |
}, | |
{ | |
"socratic_name": "-(void)setMaxValue:(float)aMaximumValue", | |
"socratic_lineNumber": "84" | |
}, | |
{ | |
"socratic_name": "-(float)maxValue", | |
"socratic_lineNumber": "97" | |
}, | |
{ | |
"socratic_name": "-(void)setObjectValue:(id)aValue", | |
"socratic_lineNumber": "102" | |
}, | |
{ | |
"socratic_name": "-(void)setSliderType:(CPSliderType)aSliderType", | |
"socratic_lineNumber": "110" | |
}, | |
{ | |
"socratic_name": "-(CPSliderType)sliderType", | |
"socratic_lineNumber": "124" | |
}, | |
{ | |
"socratic_name": "-(CGRect)trackRectForBounds:(CGRect)bounds", | |
"socratic_lineNumber": "129" | |
}, | |
{ | |
"socratic_name": "-(CGRect)knobRectForBounds:(CGRect)bounds", | |
"socratic_lineNumber": "162" | |
}, | |
{ | |
"socratic_name": "-(CGRect)rectForEphemeralSubviewNamed:(CPString)aName", | |
"socratic_lineNumber": "198" | |
}, | |
{ | |
"socratic_name": "-(CPView)createEphemeralSubviewNamed:(CPString)aName", | |
"socratic_lineNumber": "209" | |
}, | |
{ | |
"socratic_name": "-(void)setAltIncrementValue:(float)anAltIncrementValue", | |
"socratic_lineNumber": "223" | |
}, | |
{ | |
"socratic_name": "-(float)altIncrementValue", | |
"socratic_lineNumber": "228" | |
}, | |
{ | |
"socratic_name": "-(void)setFrameSize:(CGSize)aSize", | |
"socratic_lineNumber": "233" | |
}, | |
{ | |
"socratic_name": "-(void)_recalculateIsVertical", | |
"socratic_lineNumber": "239" | |
}, | |
{ | |
"socratic_name": "-(int)isVertical", | |
"socratic_lineNumber": "254" | |
}, | |
{ | |
"socratic_name": "-(void)layoutSubviews", | |
"socratic_lineNumber": "259" | |
}, | |
{ | |
"socratic_name": "-(BOOL)tracksMouseOutsideOfFrame", | |
"socratic_lineNumber": "276" | |
}, | |
{ | |
"socratic_name": "-(float)_valueAtPoint:(CGPoint)aPoint", | |
"socratic_lineNumber": "281" | |
}, | |
{ | |
"socratic_name": "-(BOOL)startTrackingAt:(CGPoint)aPoint", | |
"socratic_lineNumber": "324" | |
}, | |
{ | |
"socratic_name": "-(BOOL)continueTracking:(CGPoint)lastPointat:(CGPoint)aPoint", | |
"socratic_lineNumber": "355" | |
}, | |
{ | |
"socratic_name": "-(void)stopTracking:(CGPoint)lastPointat:(CGPoint)aPointmouseIsUp:(BOOL)mouseIsUp", | |
"socratic_lineNumber": "362" | |
}, | |
{ | |
"socratic_name": "-(void)setContinuous:(BOOL)flag", | |
"socratic_lineNumber": "377" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPSlider", | |
"ParentClass": "CPControl", | |
"socratic_lineNumber": "32" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "393" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "415" | |
} | |
], | |
"socratic_name": "CPSlider", | |
"socratic_lineNumber": "391" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)value", | |
"socratic_lineNumber": "428" | |
}, | |
{ | |
"socratic_name": "-(void)setValue:(id)aValue", | |
"socratic_lineNumber": "435" | |
} | |
], | |
"socratic_name": "CPSlider", | |
"socratic_lineNumber": "426" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPSliderColorPicker.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithPickerMask:(int)maskcolorPanel:(CPColorPanel)owningColorPanel", | |
"socratic_lineNumber": "58" | |
}, | |
{ | |
"socratic_name": "-(id)initView", | |
"socratic_lineNumber": "63" | |
}, | |
{ | |
"socratic_name": "-(CPView)provideNewView:(BOOL)initialRequest", | |
"socratic_lineNumber": "312" | |
}, | |
{ | |
"socratic_name": "-(int)currentMode", | |
"socratic_lineNumber": "320" | |
}, | |
{ | |
"socratic_name": "-(BOOL)supportsMode:(int)mode", | |
"socratic_lineNumber": "325" | |
}, | |
{ | |
"socratic_name": "-(void)sliderChanged:(id)sender", | |
"socratic_lineNumber": "330" | |
}, | |
{ | |
"socratic_name": "-(void)setColor:(CPColor)aColor", | |
"socratic_lineNumber": "364" | |
}, | |
{ | |
"socratic_name": "-(void)updateHSBSliders:(CPColor)aColor", | |
"socratic_lineNumber": "372" | |
}, | |
{ | |
"socratic_name": "-(void)updateHex:(CPColor)aColor", | |
"socratic_lineNumber": "381" | |
}, | |
{ | |
"socratic_name": "-(void)updateRGBSliders:(CPColor)aColor", | |
"socratic_lineNumber": "386" | |
}, | |
{ | |
"socratic_name": "-(void)updateLabels", | |
"socratic_lineNumber": "395" | |
}, | |
{ | |
"socratic_name": "-(CPImage)provideNewButtonImage", | |
"socratic_lineNumber": "406" | |
}, | |
{ | |
"socratic_name": "-(CPImage)provideNewAlternateButtonImage", | |
"socratic_lineNumber": "411" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPSliderColorPicker", | |
"ParentClass": "CPColorPicker", | |
"socratic_lineNumber": "28" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPSplitView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "59" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "69" | |
}, | |
{ | |
"socratic_name": "-(float)dividerThickness", | |
"socratic_lineNumber": "83" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isVertical", | |
"socratic_lineNumber": "88" | |
}, | |
{ | |
"socratic_name": "-(void)setVertical:(BOOL)shouldBeVertical", | |
"socratic_lineNumber": "93" | |
}, | |
{ | |
"socratic_name": "-(BOOL)_setVertical:(BOOL)shouldBeVertical", | |
"socratic_lineNumber": "121" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isPaneSplitter", | |
"socratic_lineNumber": "134" | |
}, | |
{ | |
"socratic_name": "-(void)setIsPaneSplitter:(BOOL)shouldBePaneSplitter", | |
"socratic_lineNumber": "139" | |
}, | |
{ | |
"socratic_name": "-(void)didAddSubview:(CPView)aSubview", | |
"socratic_lineNumber": "153" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isSubviewCollapsed:(CPView)subview", | |
"socratic_lineNumber": "159" | |
}, | |
{ | |
"socratic_name": "-(CGRect)rectOfDividerAtIndex:(int)aDivider", | |
"socratic_lineNumber": "164" | |
}, | |
{ | |
"socratic_name": "-(CGRect)effectiveRectOfDividerAtIndex:(int)aDivider", | |
"socratic_lineNumber": "177" | |
}, | |
{ | |
"socratic_name": "-(void)drawRect:(CGRect)rect", | |
"socratic_lineNumber": "189" | |
}, | |
{ | |
"socratic_name": "-(void)drawDividerInRect:(CGRect)aRect", | |
"socratic_lineNumber": "200" | |
}, | |
{ | |
"socratic_name": "-(void)viewWillDraw", | |
"socratic_lineNumber": "229" | |
}, | |
{ | |
"socratic_name": "-(void)_adjustSubviewsWithCalculatedSize", | |
"socratic_lineNumber": "234" | |
}, | |
{ | |
"socratic_name": "-(BOOL)cursorAtPoint:(CPPoint)aPointhitDividerAtIndex:(int)anIndex", | |
"socratic_lineNumber": "262" | |
}, | |
{ | |
"socratic_name": "-(CPView)hitTest:(CGPoint)aPoint", | |
"socratic_lineNumber": "278" | |
}, | |
{ | |
"socratic_name": "-(void)trackDivider:(CPEvent)anEvent", | |
"socratic_lineNumber": "299" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "370" | |
}, | |
{ | |
"socratic_name": "-(float)maxPossiblePositionOfDividerAtIndex:(int)dividerIndex", | |
"socratic_lineNumber": "376" | |
}, | |
{ | |
"socratic_name": "-(float)minPossiblePositionOfDividerAtIndex:(int)dividerIndex", | |
"socratic_lineNumber": "386" | |
}, | |
{ | |
"socratic_name": "-(void)setPosition:(float)positionofDividerAtIndex:(int)dividerIndex", | |
"socratic_lineNumber": "398" | |
}, | |
{ | |
"socratic_name": "-(void)setFrameSize:(CGSize)aSize", | |
"socratic_lineNumber": "440" | |
}, | |
{ | |
"socratic_name": "-(void)resizeSubviewsWithOldSize:(CPSize)oldSize", | |
"socratic_lineNumber": "449" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)delegate", | |
"socratic_lineNumber": "518" | |
}, | |
{ | |
"socratic_name": "-(void)_postNotificationWillResize", | |
"socratic_lineNumber": "539" | |
}, | |
{ | |
"socratic_name": "-(void)_postNotificationDidResize", | |
"socratic_lineNumber": "544" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPSplitView", | |
"ParentClass": "CPView", | |
"socratic_lineNumber": "37" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "561" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "584" | |
} | |
], | |
"socratic_name": "CPSplitView", | |
"socratic_lineNumber": "555" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPStringDrawing.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(CPString)cssString", | |
"socratic_lineNumber": "37" | |
}, | |
{ | |
"socratic_name": "-(CGSize)sizeWithFont:(CPFont)aFont", | |
"socratic_lineNumber": "42" | |
}, | |
{ | |
"socratic_name": "-(CGSize)sizeWithFont:(CPFont)aFontinWidth:(float)aWidth", | |
"socratic_lineNumber": "47" | |
} | |
], | |
"socratic_name": "CPString", | |
"socratic_lineNumber": "32" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPTableColumn.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithIdentifier:(CPString)anIdentifier", | |
"socratic_lineNumber": "83" | |
}, | |
{ | |
"socratic_name": "-(void)_init", | |
"socratic_lineNumber": "109" | |
}, | |
{ | |
"socratic_name": "-(void)setIdentifier:(CPString)anIdentifier", | |
"socratic_lineNumber": "120" | |
}, | |
{ | |
"socratic_name": "-(CPString)identifier", | |
"socratic_lineNumber": "128" | |
}, | |
{ | |
"socratic_name": "-(void)setTableView:(CPTableView)aTableView", | |
"socratic_lineNumber": "138" | |
}, | |
{ | |
"socratic_name": "-(CPTableView)tableView", | |
"socratic_lineNumber": "146" | |
}, | |
{ | |
"socratic_name": "-(void)setWidth:(float)aWidth", | |
"socratic_lineNumber": "156" | |
}, | |
{ | |
"socratic_name": "-(float)width", | |
"socratic_lineNumber": "164" | |
}, | |
{ | |
"socratic_name": "-(void)setMinWidth:(float)aWidth", | |
"socratic_lineNumber": "173" | |
}, | |
{ | |
"socratic_name": "-(float)minWidth", | |
"socratic_lineNumber": "182" | |
}, | |
{ | |
"socratic_name": "-(void)setMaxWidth:(float)aWidth", | |
"socratic_lineNumber": "191" | |
}, | |
{ | |
"socratic_name": "-(void)setResizingMask:(unsigned)aMask", | |
"socratic_lineNumber": "206" | |
}, | |
{ | |
"socratic_name": "-(unsigned)resizingMask", | |
"socratic_lineNumber": "219" | |
}, | |
{ | |
"socratic_name": "-(void)sizeToFit", | |
"socratic_lineNumber": "227" | |
}, | |
{ | |
"socratic_name": "-(void)setEditable:(BOOL)aFlag", | |
"socratic_lineNumber": "244" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isEditable", | |
"socratic_lineNumber": "252" | |
}, | |
{ | |
"socratic_name": "-(void)setHeaderView:(CPView)aView", | |
"socratic_lineNumber": "264" | |
}, | |
{ | |
"socratic_name": "-(CPView)headerView", | |
"socratic_lineNumber": "272" | |
}, | |
{ | |
"socratic_name": "-(void)setDataCell:(CPView<CPCoding>)aView", | |
"socratic_lineNumber": "280" | |
}, | |
{ | |
"socratic_name": "-(void)setDataView:(CPView<CPCoding>)aView", | |
"socratic_lineNumber": "288" | |
}, | |
{ | |
"socratic_name": "-(CPCell)dataCell", | |
"socratic_lineNumber": "300" | |
}, | |
{ | |
"socratic_name": "-(CPView)dataView", | |
"socratic_lineNumber": "308" | |
}, | |
{ | |
"socratic_name": "-(CPCell)dataCellForRow:(int)aRowIndex", | |
"socratic_lineNumber": "319" | |
}, | |
{ | |
"socratic_name": "-(CPView)dataViewForRow:(int)aRowIndex", | |
"socratic_lineNumber": "324" | |
}, | |
{ | |
"socratic_name": "-(void)_markView:(CPView)aViewinRow:(unsigned)aRowasPurgable:(BOOL)isPurgable", | |
"socratic_lineNumber": "340" | |
}, | |
{ | |
"socratic_name": "-(CPView)_newDataViewForRow:(int)aRowIndexavoidingRows:(CPRange)rows", | |
"socratic_lineNumber": "362" | |
}, | |
{ | |
"socratic_name": "-(void)_purge", | |
"socratic_lineNumber": "399" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPTableColumn", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "58" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "437" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "455" | |
} | |
], | |
"socratic_name": "CPTableColumn", | |
"socratic_lineNumber": "435" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPTableView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "121" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "126" | |
}, | |
{ | |
"socratic_name": "-(void)_init", | |
"socratic_lineNumber": "138" | |
}, | |
{ | |
"socratic_name": "-(float)_columnHeight", | |
"socratic_lineNumber": "168" | |
}, | |
{ | |
"socratic_name": "-(void)newCellForRow:(unsigned)aRowIndexcolumn:(unsigned)aColumnIndexavoidingRows:(CPRange)rows", | |
"socratic_lineNumber": "173" | |
}, | |
{ | |
"socratic_name": "-(void)clearCells", | |
"socratic_lineNumber": "194" | |
}, | |
{ | |
"socratic_name": "-(void)loadTableCellsInRect:(CGRect)aRect", | |
"socratic_lineNumber": "223" | |
}, | |
{ | |
"socratic_name": "-(void)setIntercellSpacing:(CGSize)aSize", | |
"socratic_lineNumber": "358" | |
}, | |
{ | |
"socratic_name": "-(CGSize)intercellSpacing", | |
"socratic_lineNumber": "403" | |
}, | |
{ | |
"socratic_name": "-(void)setRowHeight:(unsigned)aRowHeight", | |
"socratic_lineNumber": "412" | |
}, | |
{ | |
"socratic_name": "-(unsigned)rowHeight", | |
"socratic_lineNumber": "431" | |
}, | |
{ | |
"socratic_name": "-(void)addTableColumn:(CPTableColumn)aTableColumn", | |
"socratic_lineNumber": "440" | |
}, | |
{ | |
"socratic_name": "-(void)removeTableColumn:(CPTableColumn)aTableColumn", | |
"socratic_lineNumber": "467" | |
}, | |
{ | |
"socratic_name": "-(void)moveColumn:(unsigned)fromIndextoColumn:(unsinged)toIndex", | |
"socratic_lineNumber": "494" | |
}, | |
{ | |
"socratic_name": "-(CPArray)tableColumns", | |
"socratic_lineNumber": "504" | |
}, | |
{ | |
"socratic_name": "-(CPTableColumn)tableColumnWithIdentifier:(id)anObject", | |
"socratic_lineNumber": "513" | |
}, | |
{ | |
"socratic_name": "-(int)numberOfColumns", | |
"socratic_lineNumber": "525" | |
}, | |
{ | |
"socratic_name": "-(int)numberOfRows", | |
"socratic_lineNumber": "533" | |
}, | |
{ | |
"socratic_name": "-(void)tile", | |
"socratic_lineNumber": "541" | |
}, | |
{ | |
"socratic_name": "-(void)setDataSource:(id)aDataSource", | |
"socratic_lineNumber": "559" | |
}, | |
{ | |
"socratic_name": "-(id)dataSource", | |
"socratic_lineNumber": "574" | |
}, | |
{ | |
"socratic_name": "-(id)delegate", | |
"socratic_lineNumber": "580" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)aDelegate", | |
"socratic_lineNumber": "589" | |
}, | |
{ | |
"socratic_name": "-(void)noteNumberOfRowsChanged", | |
"socratic_lineNumber": "644" | |
}, | |
{ | |
"socratic_name": "-(void)noteHeightOfRowsWithIndexesChanged:(CPIndexSet)indexSet", | |
"socratic_lineNumber": "656" | |
}, | |
{ | |
"socratic_name": "-(CGRect)rectOfRow:(int)aRowIndex", | |
"socratic_lineNumber": "667" | |
}, | |
{ | |
"socratic_name": "-(CGRect)rectOfColumn:(int)aColumnIndex", | |
"socratic_lineNumber": "677" | |
}, | |
{ | |
"socratic_name": "-(void)sizeToFit", | |
"socratic_lineNumber": "685" | |
}, | |
{ | |
"socratic_name": "-(void)_recalculateColumnHeight", | |
"socratic_lineNumber": "690" | |
}, | |
{ | |
"socratic_name": "-(CGRect)visibleRectInParent", | |
"socratic_lineNumber": "715" | |
}, | |
{ | |
"socratic_name": "-(void)reloadData", | |
"socratic_lineNumber": "729" | |
}, | |
{ | |
"socratic_name": "-(void)layoutSubviews", | |
"socratic_lineNumber": "748" | |
}, | |
{ | |
"socratic_name": "-(void)displaySoon", | |
"socratic_lineNumber": "753" | |
}, | |
{ | |
"socratic_name": "-(void)displayNow", | |
"socratic_lineNumber": "759" | |
}, | |
{ | |
"socratic_name": "-(void)viewDidMoveToSuperview", | |
"socratic_lineNumber": "764" | |
}, | |
{ | |
"socratic_name": "-(void)viewBoundsChanged:(CPNotification)aNotification", | |
"socratic_lineNumber": "775" | |
}, | |
{ | |
"socratic_name": "-(void)setAllowsMultipleSelection:(BOOL)allowsMultipleSelection", | |
"socratic_lineNumber": "821" | |
}, | |
{ | |
"socratic_name": "-(void)allowsMultipleSelection", | |
"socratic_lineNumber": "830" | |
}, | |
{ | |
"socratic_name": "-(void)setAllowsEmptySelection:(BOOL)allowsEmptySelection", | |
"socratic_lineNumber": "835" | |
}, | |
{ | |
"socratic_name": "-(void)allowsEmptySelection", | |
"socratic_lineNumber": "842" | |
}, | |
{ | |
"socratic_name": "-(int)rowAtPoint:(CGPoint)aPoint", | |
"socratic_lineNumber": "853" | |
}, | |
{ | |
"socratic_name": "-(int)columnAtPoint:(CGPoint)aPoint", | |
"socratic_lineNumber": "863" | |
}, | |
{ | |
"socratic_name": "-(int)_rowAtY:(float)y", | |
"socratic_lineNumber": "878" | |
}, | |
{ | |
"socratic_name": "-(int)_columnAtX:(float)x", | |
"socratic_lineNumber": "912" | |
}, | |
{ | |
"socratic_name": "-(void)selectRowIndexes:(CPIndexSet)indexesbyExtendingSelection:(BOOL)extend", | |
"socratic_lineNumber": "942" | |
}, | |
{ | |
"socratic_name": "-(CPIndexSet)selectedRowIndexes", | |
"socratic_lineNumber": "958" | |
}, | |
{ | |
"socratic_name": "-(int)numberOfSelectedRows", | |
"socratic_lineNumber": "967" | |
}, | |
{ | |
"socratic_name": "-(void)deselectAll:(id)sender", | |
"socratic_lineNumber": "978" | |
}, | |
{ | |
"socratic_name": "-(void)editColumn:(int)columnIndexrow:(int)rowIndexwithEvent:(CPEvent)theEventselect:(BOOL)flag", | |
"socratic_lineNumber": "988" | |
}, | |
{ | |
"socratic_name": "-(void)_updateSelectionWithMouseAtRow:(int)aRow", | |
"socratic_lineNumber": "996" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "1059" | |
}, | |
{ | |
"socratic_name": "-(void)setDoubleAction:(SEL)aSelector", | |
"socratic_lineNumber": "1068" | |
}, | |
{ | |
"socratic_name": "-(SEL)doubleAction", | |
"socratic_lineNumber": "1072" | |
}, | |
{ | |
"socratic_name": "-(int)clickedColumn", | |
"socratic_lineNumber": "1077" | |
}, | |
{ | |
"socratic_name": "-(int)clickedRow", | |
"socratic_lineNumber": "1081" | |
}, | |
{ | |
"socratic_name": "-(void)trackSelection:(CPEvent)anEvent", | |
"socratic_lineNumber": "1089" | |
}, | |
{ | |
"socratic_name": "-(void)_drawSelection", | |
"socratic_lineNumber": "1143" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPTableView", | |
"ParentClass": "CPControl", | |
"socratic_lineNumber": "50" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "1240" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "1263" | |
} | |
], | |
"socratic_name": "CPTableView", | |
"socratic_lineNumber": "1238" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(CPColor)alternateSelectedControlColor", | |
"socratic_lineNumber": "1285" | |
}, | |
{ | |
"socratic_name": "+(CPColor)secondarySelectedControlColor", | |
"socratic_lineNumber": "1290" | |
} | |
], | |
"socratic_name": "CPColor", | |
"socratic_lineNumber": "1283" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPTabView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "101" | |
}, | |
{ | |
"socratic_name": "+(CPColor)bezelBorderColor", | |
"socratic_lineNumber": "136" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "141" | |
}, | |
{ | |
"socratic_name": "-(void)viewDidMoveToWindow", | |
"socratic_lineNumber": "154" | |
}, | |
{ | |
"socratic_name": "-(void)_createBezelBorder", | |
"socratic_lineNumber": "164" | |
}, | |
{ | |
"socratic_name": "-(void)layoutSubviews", | |
"socratic_lineNumber": "195" | |
}, | |
{ | |
"socratic_name": "-(void)addTabViewItem:(CPTabViewItem)aTabViewItem", | |
"socratic_lineNumber": "228" | |
}, | |
{ | |
"socratic_name": "-(void)insertTabViewItem:(CPTabViewItem)aTabViewItematIndex:(unsigned)anIndex", | |
"socratic_lineNumber": "239" | |
}, | |
{ | |
"socratic_name": "-(void)removeTabViewItem:(CPTabViewItem)aTabViewItem", | |
"socratic_lineNumber": "259" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfTabViewItem:(CPTabViewItem)aTabViewItem", | |
"socratic_lineNumber": "274" | |
}, | |
{ | |
"socratic_name": "-(int)indexOfTabViewItemWithIdentifier:(CPString)anIdentifier", | |
"socratic_lineNumber": "283" | |
}, | |
{ | |
"socratic_name": "-(unsigned)numberOfTabViewItems", | |
"socratic_lineNumber": "298" | |
}, | |
{ | |
"socratic_name": "-(CPTabViewItem)tabViewItemAtIndex:(unsigned)anIndex", | |
"socratic_lineNumber": "306" | |
}, | |
{ | |
"socratic_name": "-(CPArray)tabViewItems", | |
"socratic_lineNumber": "314" | |
}, | |
{ | |
"socratic_name": "-(void)selectFirstTabViewItem:(id)aSender", | |
"socratic_lineNumber": "324" | |
}, | |
{ | |
"socratic_name": "-(void)selectLastTabViewItem:(id)aSender", | |
"socratic_lineNumber": "336" | |
}, | |
{ | |
"socratic_name": "-(void)selectNextTabViewItem:(id)aSender", | |
"socratic_lineNumber": "348" | |
}, | |
{ | |
"socratic_name": "-(void)selectPreviousTabViewItem:(id)aSender", | |
"socratic_lineNumber": "363" | |
}, | |
{ | |
"socratic_name": "-(void)selectTabViewItem:(CPTabViewItem)aTabViewItem", | |
"socratic_lineNumber": "378" | |
}, | |
{ | |
"socratic_name": "-(void)selectTabViewItemAtIndex:(unsigned)anIndex", | |
"socratic_lineNumber": "421" | |
}, | |
{ | |
"socratic_name": "-(CPTabViewItem)selectedTabViewItem", | |
"socratic_lineNumber": "429" | |
}, | |
{ | |
"socratic_name": "-(void)setTabViewType:(CPTabViewType)aTabViewType", | |
"socratic_lineNumber": "439" | |
}, | |
{ | |
"socratic_name": "-(CPTabViewType)tabViewType", | |
"socratic_lineNumber": "462" | |
}, | |
{ | |
"socratic_name": "-(CGRect)contentRect", | |
"socratic_lineNumber": "471" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)aDelegate", | |
"socratic_lineNumber": "495" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "519" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPTabView", | |
"ParentClass": "CPView", | |
"socratic_lineNumber": "80" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "537" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "561" | |
} | |
], | |
"socratic_name": "CPTabView", | |
"socratic_lineNumber": "535" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPTabViewItem.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithIdentifier:(id)anIdentifier", | |
"socratic_lineNumber": "65" | |
}, | |
{ | |
"socratic_name": "-(void)setLabel:(CPString)aLabel", | |
"socratic_lineNumber": "80" | |
}, | |
{ | |
"socratic_name": "-(CPString)label", | |
"socratic_lineNumber": "88" | |
}, | |
{ | |
"socratic_name": "-(CPTabState)tabState", | |
"socratic_lineNumber": "97" | |
}, | |
{ | |
"socratic_name": "-(void)setIdentifier:(id)anIdentifier", | |
"socratic_lineNumber": "107" | |
}, | |
{ | |
"socratic_name": "-(id)identifier", | |
"socratic_lineNumber": "115" | |
}, | |
{ | |
"socratic_name": "-(void)setView:(CPView)aView", | |
"socratic_lineNumber": "124" | |
}, | |
{ | |
"socratic_name": "-(CPView)view", | |
"socratic_lineNumber": "132" | |
}, | |
{ | |
"socratic_name": "-(void)setAuxiliaryView:(CPView)anAuxiliaryView", | |
"socratic_lineNumber": "142" | |
}, | |
{ | |
"socratic_name": "-(CPView)auxiliaryView", | |
"socratic_lineNumber": "150" | |
}, | |
{ | |
"socratic_name": "-(CPTabView)tabView", | |
"socratic_lineNumber": "159" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPTabViewItem", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "52" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "174" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "190" | |
} | |
], | |
"socratic_name": "CPTabViewItem", | |
"socratic_lineNumber": "172" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPTextField.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(CPString)string", | |
"socratic_lineNumber": "98" | |
} | |
], | |
"socratic_name": "CPString", | |
"socratic_lineNumber": "93" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(id)themedAttributes", | |
"socratic_lineNumber": "133" | |
}, | |
{ | |
"socratic_name": "+(DOMElement)_inputElement", | |
"socratic_lineNumber": "141" | |
}, | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "255" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "261" | |
}, | |
{ | |
"socratic_name": "-(void)setEditable:(BOOL)shouldBeEditable", | |
"socratic_lineNumber": "283" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isEditable", | |
"socratic_lineNumber": "291" | |
}, | |
{ | |
"socratic_name": "-(void)setSelectable:(BOOL)aFlag", | |
"socratic_lineNumber": "300" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isSelectable", | |
"socratic_lineNumber": "308" | |
}, | |
{ | |
"socratic_name": "-(void)setSecure:(BOOL)aFlag", | |
"socratic_lineNumber": "317" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isSecure", | |
"socratic_lineNumber": "325" | |
}, | |
{ | |
"socratic_name": "-(void)setBezeled:(BOOL)shouldBeBezeled", | |
"socratic_lineNumber": "335" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isBezeled", | |
"socratic_lineNumber": "352" | |
}, | |
{ | |
"socratic_name": "-(void)setBezelStyle:(CPTextFieldBezelStyle)aBezelStyle", | |
"socratic_lineNumber": "361" | |
}, | |
{ | |
"socratic_name": "-(CPTextFieldBezelStyle)bezelStyle", | |
"socratic_lineNumber": "380" | |
}, | |
{ | |
"socratic_name": "-(void)setBordered:(BOOL)shouldBeBordered", | |
"socratic_lineNumber": "392" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isBordered", | |
"socratic_lineNumber": "409" | |
}, | |
{ | |
"socratic_name": "-(void)setDrawsBackground:(BOOL)shouldDrawBackground", | |
"socratic_lineNumber": "418" | |
}, | |
{ | |
"socratic_name": "-(BOOL)drawsBackground", | |
"socratic_lineNumber": "432" | |
}, | |
{ | |
"socratic_name": "-(void)setTextFieldBackgroundColor:(CPColor)aColor", | |
"socratic_lineNumber": "441" | |
}, | |
{ | |
"socratic_name": "-(CPColor)textFieldBackgroundColor", | |
"socratic_lineNumber": "455" | |
}, | |
{ | |
"socratic_name": "-(BOOL)acceptsFirstResponder", | |
"socratic_lineNumber": "461" | |
}, | |
{ | |
"socratic_name": "-(BOOL)becomeFirstResponder", | |
"socratic_lineNumber": "467" | |
}, | |
{ | |
"socratic_name": "-(BOOL)resignFirstResponder", | |
"socratic_lineNumber": "530" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "575" | |
}, | |
{ | |
"socratic_name": "-(id)objectValue", | |
"socratic_lineNumber": "587" | |
}, | |
{ | |
"socratic_name": "-(void)setObjectValue:(id)aValue", | |
"socratic_lineNumber": "595" | |
}, | |
{ | |
"socratic_name": "-(void)_updatePlaceholderState", | |
"socratic_lineNumber": "602" | |
}, | |
{ | |
"socratic_name": "-(void)setPlaceholderString:(CPString)aStringValue", | |
"socratic_lineNumber": "623" | |
}, | |
{ | |
"socratic_name": "-(CPString)placeholderString", | |
"socratic_lineNumber": "641" | |
}, | |
{ | |
"socratic_name": "-(void)sizeToFit", | |
"socratic_lineNumber": "650" | |
}, | |
{ | |
"socratic_name": "-(void)selectText:(id)sender", | |
"socratic_lineNumber": "661" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)aDelegate", | |
"socratic_lineNumber": "673" | |
}, | |
{ | |
"socratic_name": "-(id)delegate", | |
"socratic_lineNumber": "711" | |
}, | |
{ | |
"socratic_name": "-(CGRect)contentRectForBounds:(CGRect)bounds", | |
"socratic_lineNumber": "716" | |
}, | |
{ | |
"socratic_name": "-(CGRect)bezelRectForBounds:(CFRect)bounds", | |
"socratic_lineNumber": "731" | |
}, | |
{ | |
"socratic_name": "-(CGRect)rectForEphemeralSubviewNamed:(CPString)aName", | |
"socratic_lineNumber": "746" | |
}, | |
{ | |
"socratic_name": "-(CPView)createEphemeralSubviewNamed:(CPString)aName", | |
"socratic_lineNumber": "757" | |
}, | |
{ | |
"socratic_name": "-(void)layoutSubviews", | |
"socratic_lineNumber": "778" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPTextField", | |
"ParentClass": "CPControl", | |
"socratic_lineNumber": "111" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "854" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "877" | |
} | |
], | |
"socratic_name": "CPTextField", | |
"socratic_lineNumber": "847" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPTheme.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithContentsOfURL:(CPURL)aURL", | |
"socratic_lineNumber": "37" | |
}, | |
{ | |
"socratic_name": "-(void)loadWithDelegate:(id)aDelegate", | |
"socratic_lineNumber": "49" | |
}, | |
{ | |
"socratic_name": "-(void)bundleDidFinishLoading:(CPBundle)aBundle", | |
"socratic_lineNumber": "56" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPBlend", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "30" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "97" | |
}, | |
{ | |
"socratic_name": "+(void)setDefaultTheme:(CPTheme)aTheme", | |
"socratic_lineNumber": "143" | |
}, | |
{ | |
"socratic_name": "+(CPTheme)defaultTheme", | |
"socratic_lineNumber": "148" | |
}, | |
{ | |
"socratic_name": "+(CPTheme)themeNamed:(CPString)aName", | |
"socratic_lineNumber": "153" | |
}, | |
{ | |
"socratic_name": "+(void)loadThemesAtURL:(CPURL)aURLdelegate:(id)aLoadDelegate", | |
"socratic_lineNumber": "158" | |
}, | |
{ | |
"socratic_name": "-(id)initWithName:(CPString)aName", | |
"socratic_lineNumber": "163" | |
}, | |
{ | |
"socratic_name": "-(CPString)name", | |
"socratic_lineNumber": "179" | |
}, | |
{ | |
"socratic_name": "-(void)setActiveClass:(Class)aClass", | |
"socratic_lineNumber": "184" | |
}, | |
{ | |
"socratic_name": "-(Class)activeClass", | |
"socratic_lineNumber": "189" | |
}, | |
{ | |
"socratic_name": "-(id)valueForAttributeName:(CPString)anAttributeNameinClass:(CPClass)aClass", | |
"socratic_lineNumber": "194" | |
}, | |
{ | |
"socratic_name": "-(void)takeThemeFromObject:(id)anObject", | |
"socratic_lineNumber": "213" | |
}, | |
{ | |
"socratic_name": "-(void)setDefaultValue:(id)aValueforAttributeName:(CPString)anAttributeName", | |
"socratic_lineNumber": "224" | |
}, | |
{ | |
"socratic_name": "-(void)addValue:(id)aValueforAttributeName:(CPString)anAttributeNameinClass:(Class)aClass", | |
"socratic_lineNumber": "229" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPTheme", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "90" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "281" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "315" | |
} | |
], | |
"socratic_name": "CPTheme", | |
"socratic_lineNumber": "279" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPThemedAttribute.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithName:(CPString)aNamedefaultValue:(id)aDefaultValuetheme:(CPTheme)aThemeclass:(Class)aClass", | |
"socratic_lineNumber": "49" | |
}, | |
{ | |
"socratic_name": "-(void)setName:(CPString)aName", | |
"socratic_lineNumber": "71" | |
}, | |
{ | |
"socratic_name": "-(CPString)name", | |
"socratic_lineNumber": "76" | |
}, | |
{ | |
"socratic_name": "-(void)setDefaultValue:(id)aValue", | |
"socratic_lineNumber": "81" | |
}, | |
{ | |
"socratic_name": "-(void)setTheme:(CPTheme)aTheme", | |
"socratic_lineNumber": "87" | |
}, | |
{ | |
"socratic_name": "-(void)setThemedClass:(Class)aClass", | |
"socratic_lineNumber": "97" | |
}, | |
{ | |
"socratic_name": "-(void)setValue:(id)aValue", | |
"socratic_lineNumber": "107" | |
}, | |
{ | |
"socratic_name": "-(id)value", | |
"socratic_lineNumber": "117" | |
}, | |
{ | |
"socratic_name": "-(void)setValue:(id)aValueforControlState:(CPControlState)aState", | |
"socratic_lineNumber": "122" | |
}, | |
{ | |
"socratic_name": "-(id)valueForControlState:(CPControlState)aState", | |
"socratic_lineNumber": "133" | |
}, | |
{ | |
"socratic_name": "-(CPThemedAttribute)themedAttributeMergedWithThemedAttribute:(CPThemedAttribute)aThemedAttribute", | |
"socratic_lineNumber": "188" | |
}, | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "198" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "211" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPThemedAttribute", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "35" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPToolbar.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "107" | |
}, | |
{ | |
"socratic_name": "+(void)_addToolbar:(CPToolbar)toolbarforIdentifier:(CPString)identifier", | |
"socratic_lineNumber": "117" | |
}, | |
{ | |
"socratic_name": "-(id)initWithIdentifier:(CPString)anIdentifier", | |
"socratic_lineNumber": "135" | |
}, | |
{ | |
"socratic_name": "-(void)setDisplayMode:(CPToolbarDisplayMode)aDisplayMode", | |
"socratic_lineNumber": "156" | |
}, | |
{ | |
"socratic_name": "-(CPString)identifier", | |
"socratic_lineNumber": "164" | |
}, | |
{ | |
"socratic_name": "-(id)delegate", | |
"socratic_lineNumber": "172" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isVisible", | |
"socratic_lineNumber": "180" | |
}, | |
{ | |
"socratic_name": "-(void)setVisible:(BOOL)aFlag", | |
"socratic_lineNumber": "189" | |
}, | |
{ | |
"socratic_name": "-(CPWindow)_window", | |
"socratic_lineNumber": "199" | |
}, | |
{ | |
"socratic_name": "-(void)_setWindow:(CPWindow)aWindow", | |
"socratic_lineNumber": "204" | |
}, | |
{ | |
"socratic_name": "-(void)setDelegate:(id)aDelegate", | |
"socratic_lineNumber": "213" | |
}, | |
{ | |
"socratic_name": "-(void)_loadConfiguration", | |
"socratic_lineNumber": "224" | |
}, | |
{ | |
"socratic_name": "-(CPView)_toolbarView", | |
"socratic_lineNumber": "230" | |
}, | |
{ | |
"socratic_name": "-(void)_reloadToolbarItems", | |
"socratic_lineNumber": "245" | |
}, | |
{ | |
"socratic_name": "-(CPArray)items", | |
"socratic_lineNumber": "292" | |
}, | |
{ | |
"socratic_name": "-(CPArray)visibleItems", | |
"socratic_lineNumber": "300" | |
}, | |
{ | |
"socratic_name": "-(CPArray)itemsSortedByVisibilityPriority", | |
"socratic_lineNumber": "308" | |
}, | |
{ | |
"socratic_name": "-(id)_itemForItemIdentifier:(CPString)identifierwillBeInsertedIntoToolbar:(BOOL)toolbar", | |
"socratic_lineNumber": "314" | |
}, | |
{ | |
"socratic_name": "-(id)_itemsWithIdentifiers:(CPArray)identifiers", | |
"socratic_lineNumber": "335" | |
}, | |
{ | |
"socratic_name": "-(id)_defaultToolbarItems", | |
"socratic_lineNumber": "345" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPToolbar", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "82" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "374" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "404" | |
} | |
], | |
"socratic_name": "CPToolbar", | |
"socratic_lineNumber": "368" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPToolbarItem.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithItemIdentifier:(CPString)anItemIdentifier", | |
"socratic_lineNumber": "93" | |
}, | |
{ | |
"socratic_name": "-(CPString)itemIdentifier", | |
"socratic_lineNumber": "117" | |
}, | |
{ | |
"socratic_name": "-(CPToolbar)toolbar", | |
"socratic_lineNumber": "125" | |
}, | |
{ | |
"socratic_name": "-(CPString)label", | |
"socratic_lineNumber": "133" | |
}, | |
{ | |
"socratic_name": "-(void)setLabel:(CPString)aLabel", | |
"socratic_lineNumber": "142" | |
}, | |
{ | |
"socratic_name": "-(CPString)paletteLabel", | |
"socratic_lineNumber": "150" | |
}, | |
{ | |
"socratic_name": "-(void)setPaletteLabel:(CPString)aPaletteLabel", | |
"socratic_lineNumber": "159" | |
}, | |
{ | |
"socratic_name": "-(CPString)toolTip", | |
"socratic_lineNumber": "169" | |
}, | |
{ | |
"socratic_name": "-(void)setToolTip:(CPString)aToolTip", | |
"socratic_lineNumber": "181" | |
}, | |
{ | |
"socratic_name": "-(int)tag", | |
"socratic_lineNumber": "192" | |
}, | |
{ | |
"socratic_name": "-(void)setTag:(int)aTag", | |
"socratic_lineNumber": "204" | |
}, | |
{ | |
"socratic_name": "-(id)target", | |
"socratic_lineNumber": "215" | |
}, | |
{ | |
"socratic_name": "-(void)setTarget:(id)aTarget", | |
"socratic_lineNumber": "228" | |
}, | |
{ | |
"socratic_name": "-(SEL)action", | |
"socratic_lineNumber": "240" | |
}, | |
{ | |
"socratic_name": "-(void)setAction:(SEL)anAction", | |
"socratic_lineNumber": "252" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isEnabled", | |
"socratic_lineNumber": "264" | |
}, | |
{ | |
"socratic_name": "-(void)setEnabled:(BOOL)shouldBeEnabled", | |
"socratic_lineNumber": "276" | |
}, | |
{ | |
"socratic_name": "-(CPImage)image", | |
"socratic_lineNumber": "287" | |
}, | |
{ | |
"socratic_name": "-(void)setImage:(CPImage)anImage", | |
"socratic_lineNumber": "299" | |
}, | |
{ | |
"socratic_name": "-(void)setAlternateImage:(CPImage)anImage", | |
"socratic_lineNumber": "326" | |
}, | |
{ | |
"socratic_name": "-(CPImage)alternateImage", | |
"socratic_lineNumber": "337" | |
}, | |
{ | |
"socratic_name": "-(CPView)view", | |
"socratic_lineNumber": "348" | |
}, | |
{ | |
"socratic_name": "-(void)setView:(CPView)aView", | |
"socratic_lineNumber": "357" | |
}, | |
{ | |
"socratic_name": "-(CGSize)minSize", | |
"socratic_lineNumber": "378" | |
}, | |
{ | |
"socratic_name": "-(void)setMinSize:(CGSize)aMinSize", | |
"socratic_lineNumber": "387" | |
}, | |
{ | |
"socratic_name": "-(CGSize)maxSize", | |
"socratic_lineNumber": "398" | |
}, | |
{ | |
"socratic_name": "-(void)setMaxSize:(CGSize)aMaxSize", | |
"socratic_lineNumber": "407" | |
}, | |
{ | |
"socratic_name": "-(int)visibilityPriority", | |
"socratic_lineNumber": "425" | |
}, | |
{ | |
"socratic_name": "-(void)setVisibilityPriority:(int)aVisibilityPriority", | |
"socratic_lineNumber": "440" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPToolbarItem", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "63" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)copy", | |
"socratic_lineNumber": "449" | |
} | |
], | |
"socratic_name": "CPToolbarItem", | |
"socratic_lineNumber": "447" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(CPView)_separatorItemView", | |
"socratic_lineNumber": "485" | |
}, | |
{ | |
"socratic_name": "+(CPView)_spaceItemView", | |
"socratic_lineNumber": "499" | |
}, | |
{ | |
"socratic_name": "+(CPToolbarItem)_standardItemWithItemIdentifier:(CPString)anItemIdentifier", | |
"socratic_lineNumber": "508" | |
} | |
], | |
"socratic_name": "CPToolbarItem", | |
"socratic_lineNumber": "483" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(void)initialize", | |
"socratic_lineNumber": "192" | |
}, | |
{ | |
"socratic_name": "-(id)init", | |
"socratic_lineNumber": "211" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "220" | |
}, | |
{ | |
"socratic_name": "-(CPView)superview", | |
"socratic_lineNumber": "270" | |
}, | |
{ | |
"socratic_name": "-(CPArray)subviews", | |
"socratic_lineNumber": "279" | |
}, | |
{ | |
"socratic_name": "-(CPWindow)window", | |
"socratic_lineNumber": "287" | |
}, | |
{ | |
"socratic_name": "-(void)addSubview:(CPView)aSubview", | |
"socratic_lineNumber": "296" | |
}, | |
{ | |
"socratic_name": "-(void)addSubview:(CPView)aSubviewpositioned:(CPWindowOrderingMode)anOrderingModerelativeTo:(CPView)anotherView", | |
"socratic_lineNumber": "307" | |
}, | |
{ | |
"socratic_name": "-(void)_insertSubview:(CPView)aSubviewatIndex:(int)anIndex", | |
"socratic_lineNumber": "323" | |
}, | |
{ | |
"socratic_name": "-(void)didAddSubview:(CPView)aSubview", | |
"socratic_lineNumber": "396" | |
}, | |
{ | |
"socratic_name": "-(void)removeFromSuperview", | |
"socratic_lineNumber": "404" | |
}, | |
{ | |
"socratic_name": "-(void)replaceSubview:(CPView)aSubviewwith:(CPView)aView", | |
"socratic_lineNumber": "429" | |
}, | |
{ | |
"socratic_name": "-(void)_setWindow:(CPWindow)aWindow", | |
"socratic_lineNumber": "442" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isDescendantOf:(CPView)aView", | |
"socratic_lineNumber": "480" | |
}, | |
{ | |
"socratic_name": "-(void)viewDidMoveToSuperview", | |
"socratic_lineNumber": "496" | |
}, | |
{ | |
"socratic_name": "-(void)viewDidMoveToWindow", | |
"socratic_lineNumber": "505" | |
}, | |
{ | |
"socratic_name": "-(void)viewWillMoveToSuperview:(CPView)aView", | |
"socratic_lineNumber": "513" | |
}, | |
{ | |
"socratic_name": "-(void)viewWillMoveToWindow:(CPWindow)aWindow", | |
"socratic_lineNumber": "521" | |
}, | |
{ | |
"socratic_name": "-(void)willRemoveSubview:(CPView)aView", | |
"socratic_lineNumber": "529" | |
}, | |
{ | |
"socratic_name": "-(CPMenuItem)enclosingMenuItem", | |
"socratic_lineNumber": "537" | |
}, | |
{ | |
"socratic_name": "-(int)tag", | |
"socratic_lineNumber": "557" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isFlipped", | |
"socratic_lineNumber": "566" | |
}, | |
{ | |
"socratic_name": "-(void)setFrame:(CGRect)aFrame", | |
"socratic_lineNumber": "578" | |
}, | |
{ | |
"socratic_name": "-(CGRect)frame", | |
"socratic_lineNumber": "598" | |
}, | |
{ | |
"socratic_name": "-(void)setCenter:(CGPoint)aPoint", | |
"socratic_lineNumber": "610" | |
}, | |
{ | |
"socratic_name": "-(CGPoint)center", | |
"socratic_lineNumber": "619" | |
}, | |
{ | |
"socratic_name": "-(void)setFrameOrigin:(CGPoint)aPoint", | |
"socratic_lineNumber": "631" | |
}, | |
{ | |
"socratic_name": "-(void)setFrameSize:(CGSize)aSize", | |
"socratic_lineNumber": "655" | |
}, | |
{ | |
"socratic_name": "-(void)setBounds:(CGRect)bounds", | |
"socratic_lineNumber": "728" | |
}, | |
{ | |
"socratic_name": "-(CGRect)bounds", | |
"socratic_lineNumber": "748" | |
}, | |
{ | |
"socratic_name": "-(void)setBoundsOrigin:(CGPoint)aPoint", | |
"socratic_lineNumber": "759" | |
}, | |
{ | |
"socratic_name": "-(void)setBoundsSize:(CGSize)aSize", | |
"socratic_lineNumber": "802" | |
}, | |
{ | |
"socratic_name": "-(void)resizeWithOldSuperviewSize:(CGSize)aSize", | |
"socratic_lineNumber": "839" | |
}, | |
{ | |
"socratic_name": "-(void)resizeSubviewsWithOldSize:(CGSize)aSize", | |
"socratic_lineNumber": "870" | |
}, | |
{ | |
"socratic_name": "-(void)setAutoresizesSubviews:(BOOL)aFlag", | |
"socratic_lineNumber": "885" | |
}, | |
{ | |
"socratic_name": "-(BOOL)autoresizesSubviews", | |
"socratic_lineNumber": "894" | |
}, | |
{ | |
"socratic_name": "-(void)setAutoresizingMask:(unsigned)aMask", | |
"socratic_lineNumber": "903" | |
}, | |
{ | |
"socratic_name": "-(unsigned)autoresizingMask", | |
"socratic_lineNumber": "911" | |
}, | |
{ | |
"socratic_name": "-(BOOL)enterFullScreenMode", | |
"socratic_lineNumber": "921" | |
}, | |
{ | |
"socratic_name": "-(BOOL)enterFullScreenMode:(CPScreen)aScreenwithOptions:(CPDictionary)options", | |
"socratic_lineNumber": "931" | |
}, | |
{ | |
"socratic_name": "-(void)exitFullScreenMode", | |
"socratic_lineNumber": "960" | |
}, | |
{ | |
"socratic_name": "-(void)exitFullScreenModeWithOptions:(CPDictionary)options", | |
"socratic_lineNumber": "969" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isInFullScreenMode", | |
"socratic_lineNumber": "986" | |
}, | |
{ | |
"socratic_name": "-(void)setHidden:(BOOL)aFlag", | |
"socratic_lineNumber": "995" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isHidden", | |
"socratic_lineNumber": "1028" | |
}, | |
{ | |
"socratic_name": "-(void)setAlphaValue:(float)anAlphaValue", | |
"socratic_lineNumber": "1038" | |
}, | |
{ | |
"socratic_name": "-(float)alphaValue", | |
"socratic_lineNumber": "1064" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isHiddenOrHasHiddenAncestor", | |
"socratic_lineNumber": "1073" | |
}, | |
{ | |
"socratic_name": "-(BOOL)acceptsFirstMouse:(CPEvent)anEvent", | |
"socratic_lineNumber": "1089" | |
}, | |
{ | |
"socratic_name": "-(BOOL)hitTests", | |
"socratic_lineNumber": "1098" | |
}, | |
{ | |
"socratic_name": "-(void)setHitTests:(BOOL)shouldHitTest", | |
"socratic_lineNumber": "1107" | |
}, | |
{ | |
"socratic_name": "-(CPView)hitTest:(CPPoint)aPoint", | |
"socratic_lineNumber": "1117" | |
}, | |
{ | |
"socratic_name": "-(BOOL)mouseDownCanMoveWindow", | |
"socratic_lineNumber": "1140" | |
}, | |
{ | |
"socratic_name": "-(void)mouseDown:(CPEvent)anEvent", | |
"socratic_lineNumber": "1145" | |
}, | |
{ | |
"socratic_name": "-(void)setBackgroundColor:(CPColor)aColor", | |
"socratic_lineNumber": "1155" | |
}, | |
{ | |
"socratic_name": "-(CPColor)backgroundColor", | |
"socratic_lineNumber": "1269" | |
}, | |
{ | |
"socratic_name": "-(CGPoint)convertPoint:(CGPoint)aPointfromView:(CPView)aView", | |
"socratic_lineNumber": "1281" | |
}, | |
{ | |
"socratic_name": "-(CGPoint)convertPoint:(CGPoint)aPointtoView:(CPView)aView", | |
"socratic_lineNumber": "1292" | |
}, | |
{ | |
"socratic_name": "-(CGSize)convertSize:(CGSize)aSizefromView:(CPView)aView", | |
"socratic_lineNumber": "1303" | |
}, | |
{ | |
"socratic_name": "-(CGSize)convertSize:(CGSize)aSizetoView:(CPView)aView", | |
"socratic_lineNumber": "1314" | |
}, | |
{ | |
"socratic_name": "-(CGRect)convertRect:(CGRect)aRectfromView:(CPView)aView", | |
"socratic_lineNumber": "1325" | |
}, | |
{ | |
"socratic_name": "-(CGRect)convertRect:(CGRect)aRecttoView:(CPView)aView", | |
"socratic_lineNumber": "1336" | |
}, | |
{ | |
"socratic_name": "-(void)setPostsFrameChangedNotifications:(BOOL)shouldPostFrameChangedNotifications", | |
"socratic_lineNumber": "1353" | |
}, | |
{ | |
"socratic_name": "-(BOOL)postsFrameChangedNotifications", | |
"socratic_lineNumber": "1367" | |
}, | |
{ | |
"socratic_name": "-(void)setPostsBoundsChangedNotifications:(BOOL)shouldPostBoundsChangedNotifications", | |
"socratic_lineNumber": "1384" | |
}, | |
{ | |
"socratic_name": "-(BOOL)postsBoundsChangedNotifications", | |
"socratic_lineNumber": "1400" | |
}, | |
{ | |
"socratic_name": "-(void)dragImage:(CPImage)anImageat:(CGPoint)aLocationoffset:(CGSize)mouseOffsetevent:(CPEvent)anEventpasteboard:(CPPasteboard)aPasteboardsource:(id)aSourceObjectslideBack:(BOOL)slideBack", | |
"socratic_lineNumber": "1415" | |
}, | |
{ | |
"socratic_name": "-(void)dragView:(CPView)aViewat:(CPPoint)aLocationoffset:(CPSize)mouseOffsetevent:(CPEvent)anEventpasteboard:(CPPasteboard)aPasteboardsource:(id)aSourceObjectslideBack:(BOOL)slideBack", | |
"socratic_lineNumber": "1430" | |
}, | |
{ | |
"socratic_name": "-(void)registerForDraggedTypes:(CPArray)pasteboardTypes", | |
"socratic_lineNumber": "1439" | |
}, | |
{ | |
"socratic_name": "-(CPArray)registeredDraggedTypes", | |
"socratic_lineNumber": "1457" | |
}, | |
{ | |
"socratic_name": "-(void)unregisterDraggedTypes", | |
"socratic_lineNumber": "1468" | |
}, | |
{ | |
"socratic_name": "-(void)drawRect:(CPRect)aRect", | |
"socratic_lineNumber": "1480" | |
}, | |
{ | |
"socratic_name": "-(void)setNeedsDisplay:(BOOL)aFlag", | |
"socratic_lineNumber": "1490" | |
}, | |
{ | |
"socratic_name": "-(void)setNeedsDisplayInRect:(CPRect)aRect", | |
"socratic_lineNumber": "1504" | |
}, | |
{ | |
"socratic_name": "-(BOOL)needsDisplay", | |
"socratic_lineNumber": "1533" | |
}, | |
{ | |
"socratic_name": "-(void)displayIfNeeded", | |
"socratic_lineNumber": "1541" | |
}, | |
{ | |
"socratic_name": "-(void)display", | |
"socratic_lineNumber": "1550" | |
}, | |
{ | |
"socratic_name": "-(void)displayIfNeededInRect:(CGRect)aRect", | |
"socratic_lineNumber": "1555" | |
}, | |
{ | |
"socratic_name": "-(void)displayRect:(CPRect)aRect", | |
"socratic_lineNumber": "1565" | |
}, | |
{ | |
"socratic_name": "-(void)displayRectIgnoringOpacity:(CGRect)aRectinContext:(CPGraphicsContext)aGraphicsContext", | |
"socratic_lineNumber": "1574" | |
}, | |
{ | |
"socratic_name": "-(void)viewWillDraw", | |
"socratic_lineNumber": "1584" | |
}, | |
{ | |
"socratic_name": "-(void)lockFocus", | |
"socratic_lineNumber": "1591" | |
}, | |
{ | |
"socratic_name": "-(void)unlockFocus", | |
"socratic_lineNumber": "1626" | |
}, | |
{ | |
"socratic_name": "-(void)setNeedsLayout", | |
"socratic_lineNumber": "1633" | |
}, | |
{ | |
"socratic_name": "-(void)layoutIfNeeded", | |
"socratic_lineNumber": "1657" | |
}, | |
{ | |
"socratic_name": "-(void)layoutSubviews", | |
"socratic_lineNumber": "1667" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isOpaque", | |
"socratic_lineNumber": "1674" | |
}, | |
{ | |
"socratic_name": "-(CGRect)visibleRect", | |
"socratic_lineNumber": "1682" | |
}, | |
{ | |
"socratic_name": "-(CPScrollView)_enclosingClipView", | |
"socratic_lineNumber": "1692" | |
}, | |
{ | |
"socratic_name": "-(void)scrollPoint:(CGPoint)aPoint", | |
"socratic_lineNumber": "1707" | |
}, | |
{ | |
"socratic_name": "-(BOOL)scrollRectToVisible:(CGRect)aRect", | |
"socratic_lineNumber": "1722" | |
}, | |
{ | |
"socratic_name": "-(BOOL)autoscroll:(CPEvent)anEvent", | |
"socratic_lineNumber": "1760" | |
}, | |
{ | |
"socratic_name": "-(CGRect)adjustScroll:(CGRect)proposedVisibleRect", | |
"socratic_lineNumber": "1771" | |
}, | |
{ | |
"socratic_name": "-(void)scrollRect:(CGRect)aRectby:(float)anAmount", | |
"socratic_lineNumber": "1779" | |
}, | |
{ | |
"socratic_name": "-(CPScrollView)enclosingScrollView", | |
"socratic_lineNumber": "1788" | |
}, | |
{ | |
"socratic_name": "-(void)scrollClipView:(CPClipView)aClipViewtoPoint:(CGPoint)aPoint", | |
"socratic_lineNumber": "1804" | |
}, | |
{ | |
"socratic_name": "-(void)reflectScrolledClipView:(CPClipView)aClipView", | |
"socratic_lineNumber": "1814" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPView", | |
"ParentClass": "CPResponder", | |
"socratic_lineNumber": "121" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(BOOL)canBecomeKeyView", | |
"socratic_lineNumber": "1822" | |
}, | |
{ | |
"socratic_name": "-(CPView)nextKeyView", | |
"socratic_lineNumber": "1827" | |
}, | |
{ | |
"socratic_name": "-(CPView)nextValidKeyView", | |
"socratic_lineNumber": "1832" | |
}, | |
{ | |
"socratic_name": "-(CPView)previousKeyView", | |
"socratic_lineNumber": "1842" | |
}, | |
{ | |
"socratic_name": "-(CPView)previousValidKeyView", | |
"socratic_lineNumber": "1847" | |
}, | |
{ | |
"socratic_name": "-(void)_setPreviousKeyView:(CPView)previous", | |
"socratic_lineNumber": "1857" | |
}, | |
{ | |
"socratic_name": "-(void)setNextKeyView:(CPView)next", | |
"socratic_lineNumber": "1862" | |
} | |
], | |
"socratic_name": "CPView", | |
"socratic_lineNumber": "1820" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(void)setLayer:(CALayer)aLayer", | |
"socratic_lineNumber": "1875" | |
}, | |
{ | |
"socratic_name": "-(CALayer)layer", | |
"socratic_lineNumber": "1907" | |
}, | |
{ | |
"socratic_name": "-(void)setWantsLayer:(BOOL)aFlag", | |
"socratic_lineNumber": "1916" | |
}, | |
{ | |
"socratic_name": "-(BOOL)wantsLayer", | |
"socratic_lineNumber": "1925" | |
} | |
], | |
"socratic_name": "CPView", | |
"socratic_lineNumber": "1870" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "+(CPDictionary)themedAttributes", | |
"socratic_lineNumber": "1934" | |
}, | |
{ | |
"socratic_name": "+(CPArray)_themedAttributes", | |
"socratic_lineNumber": "1939" | |
}, | |
{ | |
"socratic_name": "-(void)_loadThemedAttributes", | |
"socratic_lineNumber": "1982" | |
}, | |
{ | |
"socratic_name": "-(void)setTheme:(CPTheme)aTheme", | |
"socratic_lineNumber": "1997" | |
}, | |
{ | |
"socratic_name": "-(CPTheme)theme", | |
"socratic_lineNumber": "2007" | |
}, | |
{ | |
"socratic_name": "-(void)viewDidChangeTheme", | |
"socratic_lineNumber": "2012" | |
}, | |
{ | |
"socratic_name": "-(CPDictionary)_themedAttributes", | |
"socratic_lineNumber": "2021" | |
}, | |
{ | |
"socratic_name": "-(void)setValue:(id)aValueforThemedAttributeName:(CPString)aNameinControlState:(CPControlState)aControlState", | |
"socratic_lineNumber": "2032" | |
}, | |
{ | |
"socratic_name": "-(void)setValue:(id)aValueforThemedAttributeName:(CPString)aName", | |
"socratic_lineNumber": "2050" | |
}, | |
{ | |
"socratic_name": "-(id)valueForThemedAttributeName:(CPString)aNameinControlState:(CPControlState)aControlState", | |
"socratic_lineNumber": "2068" | |
}, | |
{ | |
"socratic_name": "-(id)valueForThemedAttributeName:(CPString)aName", | |
"socratic_lineNumber": "2073" | |
}, | |
{ | |
"socratic_name": "-(void)currentValueForThemedAttributeName:(CPString)aName", | |
"socratic_lineNumber": "2078" | |
} | |
], | |
"socratic_name": "CPView", | |
"socratic_lineNumber": "1932" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "2107" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "2186" | |
} | |
], | |
"socratic_name": "CPView", | |
"socratic_lineNumber": "2100" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPWebView.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithFrame:(CPRect)frameRectframeName:(CPString)frameNamegroupName:(CPString)groupName", | |
"socratic_lineNumber": "75" | |
}, | |
{ | |
"socratic_name": "-(id)initWithFrame:(CPRect)aFrame", | |
"socratic_lineNumber": "84" | |
}, | |
{ | |
"socratic_name": "-(id)_initDOMWithFrame:(CPRect)aFrame", | |
"socratic_lineNumber": "99" | |
}, | |
{ | |
"socratic_name": "-(void)setFrameSize:(CPSize)aSize", | |
"socratic_lineNumber": "162" | |
}, | |
{ | |
"socratic_name": "-(BOOL)_resizeWebFrame", | |
"socratic_lineNumber": "169" | |
}, | |
{ | |
"socratic_name": "-(void)setScrollMode:(int)aScrollMode", | |
"socratic_lineNumber": "205" | |
}, | |
{ | |
"socratic_name": "-(void)_setScrollMode:(int)aScrollMode", | |
"socratic_lineNumber": "213" | |
}, | |
{ | |
"socratic_name": "-(void)loadHTMLString:(CPString)aString", | |
"socratic_lineNumber": "243" | |
}, | |
{ | |
"socratic_name": "-(void)loadHTMLString:(CPString)aStringbaseURL:(CPURL)URL", | |
"socratic_lineNumber": "248" | |
}, | |
{ | |
"socratic_name": "-(void)_loadMainFrameURL", | |
"socratic_lineNumber": "265" | |
}, | |
{ | |
"socratic_name": "-(void)_load", | |
"socratic_lineNumber": "280" | |
}, | |
{ | |
"socratic_name": "-(void)_startedLoading", | |
"socratic_lineNumber": "302" | |
}, | |
{ | |
"socratic_name": "-(void)_finishedLoading", | |
"socratic_lineNumber": "310" | |
}, | |
{ | |
"socratic_name": "-(CPString)mainFrameURL", | |
"socratic_lineNumber": "320" | |
}, | |
{ | |
"socratic_name": "-(void)setMainFrameURL:(CPString)URLString", | |
"socratic_lineNumber": "325" | |
}, | |
{ | |
"socratic_name": "-(BOOL)goBack", | |
"socratic_lineNumber": "335" | |
}, | |
{ | |
"socratic_name": "-(BOOL)goForward", | |
"socratic_lineNumber": "351" | |
}, | |
{ | |
"socratic_name": "-(BOOL)canGoBack", | |
"socratic_lineNumber": "367" | |
}, | |
{ | |
"socratic_name": "-(BOOL)canGoForward", | |
"socratic_lineNumber": "372" | |
}, | |
{ | |
"socratic_name": "-(WebBackForwardList)backForwardList", | |
"socratic_lineNumber": "377" | |
}, | |
{ | |
"socratic_name": "-(void)close", | |
"socratic_lineNumber": "383" | |
}, | |
{ | |
"socratic_name": "-(Window)window", | |
"socratic_lineNumber": "388" | |
}, | |
{ | |
"socratic_name": "-(CPWebScriptObject)windowScriptObject", | |
"socratic_lineNumber": "393" | |
}, | |
{ | |
"socratic_name": "-(CPString)stringByEvaluatingJavaScriptFromString:(CPString)script", | |
"socratic_lineNumber": "406" | |
}, | |
{ | |
"socratic_name": "-(JSObject)objectByEvaluatingJavaScriptFromString:(CPString)script", | |
"socratic_lineNumber": "412" | |
}, | |
{ | |
"socratic_name": "-(DOMCSSStyleDeclaration)computedStyleForElement:(DOMElement)elementpseudoElement:(CPString)pseudoElement", | |
"socratic_lineNumber": "417" | |
}, | |
{ | |
"socratic_name": "-(BOOL)drawsBackground", | |
"socratic_lineNumber": "430" | |
}, | |
{ | |
"socratic_name": "-(void)setDrawsBackground:(BOOL)drawsBackround", | |
"socratic_lineNumber": "435" | |
}, | |
{ | |
"socratic_name": "-(IBAction)takeStringURLFrom:(id)sender", | |
"socratic_lineNumber": "444" | |
}, | |
{ | |
"socratic_name": "-(IBAction)goBack:(id)sender", | |
"socratic_lineNumber": "449" | |
}, | |
{ | |
"socratic_name": "-(IBAction)goForward:(id)sender", | |
"socratic_lineNumber": "454" | |
}, | |
{ | |
"socratic_name": "-(IBAction)stopLoading:(id)sender", | |
"socratic_lineNumber": "459" | |
}, | |
{ | |
"socratic_name": "-(IBAction)reload:(id)sender", | |
"socratic_lineNumber": "464" | |
}, | |
{ | |
"socratic_name": "-(IBAction)print:(id)sender", | |
"socratic_lineNumber": "469" | |
}, | |
{ | |
"socratic_name": "-(id)downloadDelegate", | |
"socratic_lineNumber": "486" | |
}, | |
{ | |
"socratic_name": "-(void)setDownloadDelegate:(id)anObject", | |
"socratic_lineNumber": "490" | |
}, | |
{ | |
"socratic_name": "-(id)frameLoadDelegate", | |
"socratic_lineNumber": "494" | |
}, | |
{ | |
"socratic_name": "-(void)setFrameLoadDelegate:(id)anObject", | |
"socratic_lineNumber": "498" | |
}, | |
{ | |
"socratic_name": "-(id)policyDelegate", | |
"socratic_lineNumber": "502" | |
}, | |
{ | |
"socratic_name": "-(void)setPolicyDelegate:(id)anObject", | |
"socratic_lineNumber": "506" | |
}, | |
{ | |
"socratic_name": "-(id)resourceLoadDelegate", | |
"socratic_lineNumber": "510" | |
}, | |
{ | |
"socratic_name": "-(void)setResourceLoadDelegate:(id)anObject", | |
"socratic_lineNumber": "514" | |
}, | |
{ | |
"socratic_name": "-(id)UIDelegate", | |
"socratic_lineNumber": "518" | |
}, | |
{ | |
"socratic_name": "-(void)setUIDelegate:(id)anObject", | |
"socratic_lineNumber": "522" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPWebView", | |
"ParentClass": "CPView", | |
"socratic_lineNumber": "45" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithWindow:(Window)aWindow", | |
"socratic_lineNumber": "535" | |
}, | |
{ | |
"socratic_name": "-(id)callWebScriptMethod:(CPString)methodNamewithArguments:(CPArray)args", | |
"socratic_lineNumber": "544" | |
}, | |
{ | |
"socratic_name": "-(id)evaluateWebScript:(CPString)script", | |
"socratic_lineNumber": "557" | |
}, | |
{ | |
"socratic_name": "-(Window)window", | |
"socratic_lineNumber": "566" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPWebScriptObject", | |
"ParentClass": "CPObject", | |
"socratic_lineNumber": "530" | |
}, | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "581" | |
}, | |
{ | |
"socratic_name": "-(void)encodeWithCoder:(CPCoder)aCoder", | |
"socratic_lineNumber": "607" | |
} | |
], | |
"socratic_name": "CPWebView", | |
"socratic_lineNumber": "574" | |
} | |
] | |
}, | |
{ | |
"socratic_name": "AppKit/CPWindowController.j", | |
"Classes": [ | |
{ | |
"Selectors": [ | |
{ | |
"socratic_name": "-(id)initWithWindow:(CPWindow)aWindow", | |
"socratic_lineNumber": "53" | |
}, | |
{ | |
"socratic_name": "-(id)initWithWindowCibName:(CPString)aWindowCibName", | |
"socratic_lineNumber": "72" | |
}, | |
{ | |
"socratic_name": "-(id)initWithWindowCibName:(CPString)aWindowCibNameowner:(id)anOwner", | |
"socratic_lineNumber": "83" | |
}, | |
{ | |
"socratic_name": "-(void)loadWindow", | |
"socratic_lineNumber": "101" | |
}, | |
{ | |
"socratic_name": "-(CFAction)showWindow:(id)aSender", | |
"socratic_lineNumber": "114" | |
}, | |
{ | |
"socratic_name": "-(BOOL)isWindowLoaded", | |
"socratic_lineNumber": "128" | |
}, | |
{ | |
"socratic_name": "-(CPWindow)window", | |
"socratic_lineNumber": "136" | |
}, | |
{ | |
"socratic_name": "-(void)setWindow:(CPWindow)aWindow", | |
"socratic_lineNumber": "148" | |
}, | |
{ | |
"socratic_name": "-(void)windowDidLoad", | |
"socratic_lineNumber": "159" | |
}, | |
{ | |
"socratic_name": "-(void)windowWillLoad", | |
"socratic_lineNumber": "169" | |
}, | |
{ | |
"socratic_name": "-(void)setDocument:(CPDocument)aDocument", | |
"socratic_lineNumber": "178" | |
}, | |
{ | |
"socratic_name": "-(void)_documentWillSave:(CPNotification)aNotification", | |
"socratic_lineNumber": "226" | |
}, | |
{ | |
"socratic_name": "-(void)_documentDidSave:(CPNotification)aNotification", | |
"socratic_lineNumber": "232" | |
}, | |
{ | |
"socratic_name": "-(void)_documentDidFailToSave:(CPNotification)aNotification", | |
"socratic_lineNumber": "238" | |
}, | |
{ | |
"socratic_name": "-(CPDocument)document", | |
"socratic_lineNumber": "246" | |
}, | |
{ | |
"socratic_name": "-(void)setDocumentEdited:(BOOL)isEdited", | |
"socratic_lineNumber": "255" | |
}, | |
{ | |
"socratic_name": "-(void)synchronizeWindowTitleWithDocumentName", | |
"socratic_lineNumber": "265" | |
}, | |
{ | |
"socratic_name": "-(CPString)windowTitleForDocumentDisplayName:(CPString)aDisplayName", | |
"socratic_lineNumber": "278" | |
} | |
], | |
"socratic_externalRefs": [ | |
"ParentClass" | |
], | |
"socratic_name": "CPWindowController", | |
"ParentClass": "CPResponder", | |
"socratic_lineNumber": "40" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment