Up
Authors
- Fred Kiefer(
FredKiefer@gmx.de
)
-
Classes to represent text attachments.
Copyright: (C) 2000 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSTextAttachment.h
- Conforms to:
- NSCoding
Standards:
- NotOpenStep
- GNUstep
- MacOS-X
Description forthcoming.
Method summary
- (id) attachmentCell;
Description forthcoming.
- (NSFileWrapper*) fileWrapper;
Description forthcoming.
- (id) initWithFileWrapper: (NSFileWrapper*)fileWrapper;
Description forthcoming.
- (void) setAttachmentCell: (id)cell;
Description forthcoming.
- (void) setFileWrapper: (NSFileWrapper*)fileWrapper;
Description forthcoming.
- Declared in:
- AppKit/NSTextAttachment.h
- Conforms to:
- NSTextAttachmentCell
Standards:
- NotOpenStep
- GNUstep
- MacOS-X
Description forthcoming.
- Declared in:
- AppKit/NSTextAttachment.h
- Conforms to:
- NSObject
Standards:
- NotOpenStep
- GNUstep
- MacOS-X
Description forthcoming.
Method summary
- (NSTextAttachment*) attachment;
Description forthcoming.
- (NSPoint) cellBaselineOffset;
Description forthcoming.
- (NSRect) cellFrameForTextContainer: (NSTextContainer*)textContainer proposedLineFragment: (NSRect)lineFrag glyphPosition: (NSPoint)position characterIndex: (unsigned)charIndex;
Description forthcoming.
- (NSSize) cellSize;
Description forthcoming.
- (void) drawWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Description forthcoming.
- (void) drawWithFrame: (NSRect)cellFrame inView: (NSView*)controlView characterIndex: (unsigned)charIndex;
Description forthcoming.
- (void) drawWithFrame: (NSRect)cellFrame inView: (NSView*)controlView characterIndex: (unsigned)charIndex layoutManager: (NSLayoutManager*)layoutManager;
Description forthcoming.
- (void) highlight: (BOOL)flag withFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Description forthcoming.
- (void) setAttachment: (NSTextAttachment*)anObject;
Description forthcoming.
- (BOOL) trackMouse: (NSEvent*)theEvent inRect: (NSRect)cellFrame ofView: (NSView*)controlView atCharacterIndex: (unsigned)charIndex untilMouseUp: (BOOL)flag;
Description forthcoming.
- (BOOL) trackMouse: (NSEvent*)theEvent inRect: (NSRect)cellFrame ofView: (NSView*)controlView untilMouseUp: (BOOL)flag;
Description forthcoming.
- (BOOL) wantsToTrackMouse;
Description forthcoming.
- (BOOL) wantsToTrackMouseForEvent: (NSEvent*)theEvent inRect: (NSRect)cellFrame ofView: (NSView*)controlView atCharacterIndex: (unsigned)charIndex;
Description forthcoming.
Up