API  0.9.6
 All Classes Files Functions Variables Macros Modules Pages
CPMutableAttributedString Class Reference

#import <CPMutableAttributedString.h>

+ Inheritance diagram for CPMutableAttributedString:

Additional Inherited Members

- Instance Methods inherited from CPAttributedString
(void) - addAttribute:value:range:
 
(void) - addAttributes:range:
 
(void) - appendAttributedString:
 
(id) - attribute:atIndex:effectiveRange:
 
(id) - attribute:atIndex:longestEffectiveRange:inRange:
 
(CPAttributedString- attributedSubstringFromRange:
 
(CPDictionary- attributesAtIndex:effectiveRange:
 
(CPDictionary- attributesAtIndex:longestEffectiveRange:inRange:
 
(void) - beginEditing
 
(void) - deleteCharactersInRange:
 
(void) - endEditing
 
(id) - initWithAttributedString:
 
(id) - initWithString:
 
(id) - initWithString:attributes:
 
(void) - insertAttributedString:atIndex:
 
(BOOL) - isEqual:
 
(BOOL) - isEqualToAttributedString:
 
(unsigned) - length
 
(CPString- mutableString
 
(void) - removeAttribute:range:
 
(void) - replaceCharactersInRange:withAttributedString:
 
(void) - replaceCharactersInRange:withString:
 
(void) - setAttributedString:
 
(void) - setAttributes:range:
 
(CPString- string
 
- 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:
 
(id) - init
 
(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:
 
(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:
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(Class) + class
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isSubclassOfClass:
 
(CPSet+ keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 
- Instance Variables inherited from CPObject
Class isa
 

Detailed Description

This class is just an empty subclass of CPAttributedString. CPAttributedString already implements mutable methods and this class only exists for source compatibility.

Definition at line 798 of file CPAttributedString.j.


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