Go to the source code of this file.
Variables | |
import< Foundation/CPString.j > import< Foundation/CPArray.j > import CPResponder j import CPWindowController j | CPSaveOperation = 0 |
CPSaveAsOperation = 1 | |
CPSaveToOperation = 2 | |
CPAutosaveOperation = 3 | |
CPChangeDone = 0 | |
CPChangeUndone = 1 | |
CPChangeCleared = 2 | |
CPChangeReadOtherContents = 3 | |
CPChangeAutosaved = 4 | |
CPDocumentWillSaveNotification = @"@"CPDocumentWillSaveNotification" | |
CPDocumentDidSaveNotification = @"@"CPDocumentDidSaveNotification" | |
CPDocumentDidFailToSaveNotification = @"@"CPDocumentDidFailToSaveNotification" | |
var | CPDocumentUntitledCount = 0 |
Definition at line 49 of file CPDocument.j.
Definition at line 75 of file CPDocument.j.
CPChangeCleared = 2 |
Definition at line 65 of file CPDocument.j.
CPChangeDone = 0 |
Definition at line 55 of file CPDocument.j.
Definition at line 70 of file CPDocument.j.
CPChangeUndone = 1 |
Definition at line 60 of file CPDocument.j.
Definition at line 79 of file CPDocument.j.
Definition at line 78 of file CPDocument.j.
var CPDocumentUntitledCount = 0 |
Definition at line 81 of file CPDocument.j.
Definition at line 77 of file CPDocument.j.
Definition at line 39 of file CPDocument.j.
import<Foundation/CPString.j> import<Foundation/CPArray.j> import CPResponder j import CPWindowController j CPSaveOperation = 0 |
Definition at line 34 of file CPDocument.j.
Definition at line 44 of file CPDocument.j.