_cell ;
Availability: MacOS-X 10.0.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSFileWrapper* _fileWrapper ;
Availability: MacOS-X 10.0.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected struct GSTextAttachmentFlagsType struct GSTextAttachmentFlagsType ;
Availability: MacOS-X 10.0.0
Description forthcoming.
class_NSTextAttachmentCell
NSCell
NSCell
NSTextAttachmentCell
NSTextAttachmentCell
NSCell->NSTextAttachmentCell
p_NSTextAttachmentCell
NSTextAttachmentCell
p_NSTextAttachmentCell->NSTextAttachmentCell
Declared in:
AppKit/NSTextAttachment.h
Conforms to:
NSTextAttachmentCell
Availability: MacOS-X 10.0.0
Description forthcoming.
Instance Variables
Instance Variables for NSTextAttachmentCell Class
@protected NSTextAttachment* _attachment ;
Availability: MacOS-X 10.0.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
Declared in:
AppKit/NSTextAttachment.h
Availability: MacOS-X 10.0.0
Description forthcoming.
+ (NSAttributedString*)
attributedStringWithAttachment: (
NSTextAttachment *)attachment;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (BOOL)
containsAttachments ;
Availability: MacOS-X 10.0.0
Description forthcoming.
Declared in:
AppKit/NSTextAttachment.h
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
updateAttachmentsFromPath: (NSString*)path;
Availability: MacOS-X 10.0.0
Description forthcoming.
Declared in:
AppKit/NSTextAttachment.h
Availability: MacOS-X 10.0.0
Description forthcoming.
- (
NSTextAttachment *)
attachment ;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (NSPoint)
cellBaselineOffset ;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (NSRect)
cellFrameForTextContainer: (
NSTextContainer *)textContainer
proposedLineFragment: (NSRect)lineFrag
glyphPosition: (NSPoint)position
characterIndex: (NSUInteger)charIndex;
Availability: MacOS-X 10.0.0
The new way of placing the cell.
- (NSSize)
cellSize ;
Availability: MacOS-X 10.0.0
The old way of placing the cell. The text system will
never call these directly (TODO: make sure it
doesn't), but other things might. The class
implements the new method by calling these, so
subclasses can easily change behavior by
overriding these.
- (void)
drawWithFrame: (NSRect)cellFrame
inView: (
NSView *)controlView;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
drawWithFrame: (NSRect)cellFrame
inView: (
NSView *)controlView
characterIndex: (NSUInteger)charIndex;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
drawWithFrame: (NSRect)cellFrame
inView: (
NSView *)controlView
characterIndex: (NSUInteger)charIndex
layoutManager: (
NSLayoutManager *)layoutManager;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
highlight: (BOOL)flag
withFrame: (NSRect)cellFrame
inView: (
NSView *)controlView;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
setAttachment: (
NSTextAttachment *)anObject;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (BOOL)
trackMouse: (
NSEvent *)theEvent
inRect: (NSRect)cellFrame
ofView: (
NSView *)controlView
atCharacterIndex: (NSUInteger)charIndex
untilMouseUp: (BOOL)flag;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (BOOL)
trackMouse: (
NSEvent *)theEvent
inRect: (NSRect)cellFrame
ofView: (
NSView *)controlView
untilMouseUp: (BOOL)flag;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (BOOL)
wantsToTrackMouse ;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (BOOL)
wantsToTrackMouseForEvent: (
NSEvent *)theEvent
inRect: (NSRect)cellFrame
ofView: (
NSView *)controlView
atCharacterIndex: (NSUInteger)charIndex;
Availability: MacOS-X 10.0.0
Description forthcoming.
Up