API  1.0.0
CPTextContainer Class Reference

#import <CPTextContainer.h>

+ Inheritance diagram for CPTextContainer:

Instance Methods

(CGSize) - containerSize
 
(BOOL) - containsPoint:
 
(void) - encodeWithCoder:
 
(id) - init
 
(id) - initWithCoder:
 
(id) - initWithContainerSize:
 
(BOOL) - isSimpleRectangularTextContainer
 
(CPLayoutManager- layoutManager
 
(float) - lineFragmentPadding
 
(CGRect) - lineFragmentRectForProposedRect:sweepDirection:movementDirection:remainingRect:
 
(void) - setContainerSize:
 
(void) - setLayoutManager:
 
(void) - setLineFragmentPadding:
 
(void) - setTextView:
 
(void) - setWidthTracksTextView:
 
(CPTextView- textView
 
(void) - textViewFrameChanged:
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Additional Inherited Members

- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 2 of file CPTextContainer.h.

Method Documentation

◆ containerSize()

- (CGSize) containerSize
implementation

Synthesized accessor method.

Provided by category CPTextContainer(CPSynthesizedAccessors).

Definition at line 270 of file CPTextContainer.j.

◆ containsPoint:()

- (BOOL) containsPoint: (CGPoint)  aPoint
implementation

Definition at line 176 of file CPTextContainer.j.

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Provided by category CPTextContainer(CPCoding).

Definition at line 241 of file CPTextContainer.j.

◆ init()

- (id) init
implementation

Initializes the receiver

Returns
the initialized receiver

Reimplemented from CPObject.

Definition at line 101 of file CPTextContainer.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Provided by category CPTextContainer(CPCoding).

Definition at line 224 of file CPTextContainer.j.

◆ initWithContainerSize:()

- (id) initWithContainerSize: (CGSize)  aSize
implementation

Definition at line 88 of file CPTextContainer.j.

◆ isSimpleRectangularTextContainer()

- (BOOL) isSimpleRectangularTextContainer
implementation

Definition at line 181 of file CPTextContainer.j.

◆ layoutManager()

- (CPLayoutManager) layoutManager
implementation

Synthesized accessor method.

Provided by category CPTextContainer(CPSynthesizedAccessors).

Definition at line 286 of file CPTextContainer.j.

◆ lineFragmentPadding()

- (float) lineFragmentPadding
implementation

Synthesized accessor method.

Provided by category CPTextContainer(CPSynthesizedAccessors).

Definition at line 254 of file CPTextContainer.j.

◆ lineFragmentRectForProposedRect:sweepDirection:movementDirection:remainingRect:()

- (CGRect) lineFragmentRectForProposedRect: (CGRect)  proposedRect
sweepDirection: (CPLineSweepDirection)  sweep
movementDirection: (CPLineMovementDirection)  movement
remainingRect: (CGRectPointer)  remainingRect 
implementation

Definition at line 186 of file CPTextContainer.j.

◆ setContainerSize:()

- (void) setContainerSize: (CGSize)  someSize
implementation

Synthesized accessor method.

Provided by category CPTextContainer(CPSynthesizedAccessors).

Definition at line 117 of file CPTextContainer.j.

◆ setLayoutManager:()

- (void) setLayoutManager: (CPLayoutManager aValue
implementation

Synthesized accessor method.

Provided by category CPTextContainer(CPSynthesizedAccessors).

Definition at line 294 of file CPTextContainer.j.

◆ setLineFragmentPadding:()

- (void) setLineFragmentPadding: (float)  aValue
implementation

Synthesized accessor method.

Provided by category CPTextContainer(CPSynthesizedAccessors).

Definition at line 262 of file CPTextContainer.j.

◆ setTextView:()

- (void) setTextView: (CPTextView aTextView
implementation

Synthesized accessor method.

Provided by category CPTextContainer(CPSynthesizedAccessors).

Definition at line 163 of file CPTextContainer.j.

◆ setWidthTracksTextView:()

- (void) setWidthTracksTextView: (BOOL)  flag
implementation

Definition at line 137 of file CPTextContainer.j.

◆ textView()

- (CPTextView) textView
implementation

Synthesized accessor method.

Provided by category CPTextContainer(CPSynthesizedAccessors).

Definition at line 302 of file CPTextContainer.j.

◆ textViewFrameChanged:()

- (void) textViewFrameChanged: (CPNotification aNotification
implementation

Definition at line 156 of file CPTextContainer.j.


The documentation for this class was generated from the following files: