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" | |
var CPTextStorageDelegate_textStorageDidProcessEditing_ = 1 << 2 |
Definition at line 42 of file CPTextStorage.j.
var CPTextStorageDelegate_textStorageWillProcessEditing_ = 1 << 1 |
Definition at line 41 of file CPTextStorage.j.
CPTextStorageDidProcessEditingNotification = @"CPTextStorageDidProcessEditingNotification" |
Definition at line 31 of file CPTextStorage.j.
CPTextStorageEditedAttributes = 1 |
Definition at line 27 of file CPTextStorage.j.
CPTextStorageEditedCharacters = 2 |
Definition at line 28 of file CPTextStorage.j.
CPTextStorageWillProcessEditingNotification = @"CPTextStorageWillProcessEditingNotification" |
Definition at line 30 of file CPTextStorage.j.