Name

NSTextAttachmentCell — Mac OS X 10.0

Synopsis

This class implements the interface defined by the NSTextAttachmentCell protocol.

image with no caption

@interface NSTextAttachmentCell : NSCell <NSTextAttachmentCell>
                                  // Methods Implementing NSTextAttachmentCell
   - (void)drawWithFrame:(NSRect)cellFrame 
                                 inView:(NSView *)controlView;
   - (BOOL)wantsToTrackMouse;
   - (void)highlight:(BOOL)flag 
                                 withFrame:(NSRect)cellFrame  
                                 inView:(NSView *)controlView;
   - (BOOL)trackMouse:(NSEvent *)theEvent 
                                 inRect:(NSRect)cellFrame 
                                 ofView:(NSView *)controlView
                                 untilMouseUp:(BOOL)flag;
   - (NSSize)cellSize;
   - (NSPoint)cellBaselineOffset;
   - (void)setAttachment:(NSTextAttachment *)anObject;
   - (NSTextAttachment *)attachment;
   - (void)drawWithFrame:(NSRect)cellFrame 
                                 inView:(NSView *)controlView 
                                 characterIndex:(unsigned)charIndex;
   - (void)drawWithFrame:(NSRect)cellFrame 
                                 inView:(NSView *)controlView 
                                 characterIndex:(unsigned)charIndex
                                 layoutManager:(NSLayoutManager *)layoutManager;
   - (BOOL)wantsToTrackMouseForEvent:(NSEvent *)theEvent 
                                 inRect:(NSRect)cellFrame 
                                 ofView:(NSView *)controlView
                                 atCharacterIndex:(unsigned)charIndex;
   - (BOOL)trackMouse:(NSEvent *)theEvent 
                                 inRect:(NSRect)cellFrame 
                                 ofView:(NSView *)controlView
                                 atCharacterIndex:(unsigned)charIndex 
                                 untilMouseUp:(BOOL)flag;
   - (NSRect)cellFrameForTextContainer:(NSTextContainer *)textContainer 
                                 proposedLineFragment:(NSRect)lineFrag
                                 glyphPosition:(NSPoint)position ...

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.