API  1.0.0
CPTextStorage.j File Reference

Go to the source code of this file.

Classes

protocol  <CPTextStorageDelegate >
 

Variables

var CPTextStorageDelegate_textStorageDidProcessEditing_ = 1 << 2
 
var CPTextStorageDelegate_textStorageWillProcessEditing_ = 1 << 1
 
 CPTextStorageDidProcessEditingNotification = @"CPTextStorageDidProcessEditingNotification"
 
 CPTextStorageEditedAttributes = 1
 
 CPTextStorageEditedCharacters = 2
 
 CPTextStorageWillProcessEditingNotification = @"CPTextStorageWillProcessEditingNotification"
 

Variable Documentation

◆ CPTextStorageDelegate_textStorageDidProcessEditing_

var CPTextStorageDelegate_textStorageDidProcessEditing_ = 1 << 2

Definition at line 42 of file CPTextStorage.j.

◆ CPTextStorageDelegate_textStorageWillProcessEditing_

var CPTextStorageDelegate_textStorageWillProcessEditing_ = 1 << 1

Definition at line 41 of file CPTextStorage.j.

◆ CPTextStorageDidProcessEditingNotification

CPTextStorageDidProcessEditingNotification = @"CPTextStorageDidProcessEditingNotification"

Definition at line 31 of file CPTextStorage.j.

◆ CPTextStorageEditedAttributes

CPTextStorageEditedAttributes = 1

Definition at line 27 of file CPTextStorage.j.

◆ CPTextStorageEditedCharacters

CPTextStorageEditedCharacters = 2

Definition at line 28 of file CPTextStorage.j.

◆ CPTextStorageWillProcessEditingNotification

CPTextStorageWillProcessEditingNotification = @"CPTextStorageWillProcessEditingNotification"

Definition at line 30 of file CPTextStorage.j.