Up
Authors
- Generated by builder
-
- Declared in:
- AppKit/NSLayoutManager.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (NSTextView*) firstTextView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (float) hyphenationFactor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) invalidateDisplayForCharacterRange: (NSRange)aRange;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) invalidateDisplayForGlyphRange: (NSRange)aRange;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) layoutManagerOwnsFirstResponderInWindow: (NSWindow*)window;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSView*) rulerAccessoryViewForTextView: (NSTextView*)textView paragraphStyle: (NSParagraphStyle*)style ruler: (NSRulerView*)ruler enabled: (BOOL)isEnabled;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*) rulerMarkersForTextView: (NSTextView*)textView paragraphStyle: (NSParagraphStyle*)paragraphStyle ruler: (NSRulerView*)aRulerView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setHyphenationFactor: (float)factor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSTextView*) textViewForBeginningOfSelection;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSLayoutManager Class
@public BOOL _beganEditing;
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.
@public BOOL _isSynchronizingDelegates;
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.
@public BOOL _isSynchronizingFlags;
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.
@public NSRange _original_selected_range;
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.
@public NSRange _selected_range;
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.
@public NSSelectionAffinity _selectionAffinity;
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.
@public NSSelectionGranularity _selectionGranularity;
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.
@public NSMutableDictionary* _typingAttributes;
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/NSLayoutManager.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (void) drawBackgroundForGlyphRange: (NSRange)range atPoint: (NSPoint)containerOrigin;
Availability: Not in OpenStep/MacOS-X
Drawing
- (void) drawGlyphsForGlyphRange: (NSRange)range atPoint: (NSPoint)containerOrigin;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- Declared in:
- AppKit/NSLayoutManager.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (NSRect) boundingRectForGlyphRange: (NSRange)glyphRange inTextContainer: (NSTextContainer*)aTextContainer;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (unsigned int) characterIndexMoving: (GSInsertionPointMovementDirection)direction fromCharacterIndex: (unsigned int)from originalCharacterIndex: (unsigned int)original distance: (float)distance;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (unsigned int) glyphIndexForPoint: (NSPoint)aPoint inTextContainer: (NSTextContainer*)aTextContainer;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (unsigned int) glyphIndexForPoint: (NSPoint)point inTextContainer: (NSTextContainer*)container fractionOfDistanceThroughGlyph: (float*)partialFraction;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRange) glyphRangeForBoundingRect: (NSRect)bounds inTextContainer: (NSTextContainer*)container;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRange) glyphRangeForBoundingRectWithoutAdditionalLayout: (NSRect)bounds inTextContainer: (NSTextContainer*)container;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRect) insertionPointRectForCharacterIndex: (unsigned int)cindex inTextContainer: (NSTextContainer*)textContainer;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSPoint) locationForGlyphAtIndex: (unsigned int)glyphIndex;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRect*) rectArrayForCharacterRange: (NSRange)charRange withinSelectedCharacterRange: (NSRange)selCharRange inTextContainer: (NSTextContainer*)container rectCount: (unsigned int*)rectCount;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRect*) rectArrayForGlyphRange: (NSRange)glyphRange withinSelectedGlyphRange: (NSRange)selGlyphRange inTextContainer: (NSTextContainer*)container rectCount: (unsigned int*)rectCount;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) textContainerChangedTextView: (NSTextContainer*)aContainer;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up