Up
Authors
- Generated by fedor
-
- Declared in:
- AppKit/NSLayoutManager.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (
NSTextView*)
firstTextView;
Availability: OpenStep
Description forthcoming.
- (float)
hyphenationFactor;
Availability: OpenStep
Description forthcoming.
- (void)
invalidateDisplayForCharacterRange: (
NSRange)aRange;
Availability: OpenStep
Description forthcoming.
- (void)
invalidateDisplayForGlyphRange: (
NSRange)aRange;
Availability: OpenStep
Description forthcoming.
- (BOOL)
layoutManagerOwnsFirstResponderInWindow: (
NSWindow*)window;
Availability: OpenStep
Description forthcoming.
- (void)
setHyphenationFactor: (float)factor;
Availability: OpenStep
Description forthcoming.
- (
NSTextView*)
textViewForBeginningOfSelection;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSLayoutManager Class
@public BOOL _beganEditing;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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: OpenStep
Description forthcoming.
Method summary
- (void)
drawBackgroundForGlyphRange: (
NSRange)range
atPoint: (
NSPoint)containerOrigin;
Availability: OpenStep
Drawing
- (void)
drawGlyphsForGlyphRange: (
NSRange)range
atPoint: (
NSPoint)containerOrigin;
Availability: OpenStep
Description forthcoming.
- Declared in:
- AppKit/NSLayoutManager.h
Availability: OpenStep
Description forthcoming.
Method summary
- (
NSRect)
boundingRectForGlyphRange: (
NSRange)glyphRange
inTextContainer: (
NSTextContainer*)aTextContainer;
Availability: OpenStep
Description forthcoming.
- (unsigned int)
characterIndexMoving: (
GSInsertionPointMovementDirection)direction
fromCharacterIndex: (unsigned int)from
originalCharacterIndex: (unsigned int)original
distance: (float)distance;
Availability: OpenStep
Description forthcoming.
- (unsigned int)
glyphIndexForPoint: (
NSPoint)aPoint
inTextContainer: (
NSTextContainer*)aTextContainer;
Availability: OpenStep
Description forthcoming.
- (unsigned int)
glyphIndexForPoint: (
NSPoint)point
inTextContainer: (
NSTextContainer*)container
fractionOfDistanceThroughGlyph: (float*)partialFraction;
Availability: OpenStep
Description forthcoming.
- (
NSRange)
glyphRangeForBoundingRect: (
NSRect)bounds
inTextContainer: (
NSTextContainer*)container;
Availability: OpenStep
Description forthcoming.
- (
NSRange)
glyphRangeForBoundingRectWithoutAdditionalLayout: (
NSRect)bounds
inTextContainer: (
NSTextContainer*)container;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
insertionPointRectForCharacterIndex: (unsigned int)cindex
inTextContainer: (
NSTextContainer*)textContainer;
Availability: OpenStep
Description forthcoming.
- (
NSPoint)
locationForGlyphAtIndex: (unsigned int)glyphIndex;
Availability: OpenStep
Description forthcoming.
- (
NSRect*)
rectArrayForCharacterRange: (
NSRange)charRange
withinSelectedCharacterRange: (
NSRange)selCharRange
inTextContainer: (
NSTextContainer*)container
rectCount: (unsigned int*)rectCount;
Availability: OpenStep
Description forthcoming.
- (
NSRect*)
rectArrayForGlyphRange: (
NSRange)glyphRange
withinSelectedGlyphRange: (
NSRange)selGlyphRange
inTextContainer: (
NSTextContainer*)container
rectCount: (unsigned int*)rectCount;
Availability: OpenStep
Description forthcoming.
- (void)
textContainerChangedTextView: (
NSTextContainer*)aContainer;
Availability: OpenStep
Description forthcoming.
Up