Annotation of Examples/AppKit/Draw/graphicsUndo.subproj/EndEditingGraphicsChange.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * This change is created when the user finishes editing a text
        !             3:  * graphic. Undoing this change inserts the re-inserts the text
        !             4:  * editing cursor in the text. More significantly, undoing this
        !             5:  * change swaps the contents of the TextGraphic back into the
        !             6:  * field editor so that it is ready to edit.
        !             7:  */
        !             8: 
        !             9: @interface EndEditingGraphicsChange : Change
        !            10: {
        !            11:     id                 graphicView;
        !            12:     TextGraphic        *graphic;
        !            13: }
        !            14: 
        !            15: - initGraphicView:aGraphicView graphic:aGraphic;
        !            16: - free;
        !            17: - (const char *)changeName;
        !            18: - undoChange;
        !            19: - redoChange;
        !            20: 
        !            21: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.