Annotation of Examples/AppKit/Draw/graphicsUndo.subproj/GridChange.h, revision 1.1.1.1

1.1       root        1: @interface GridChange : Change
                      2: {
                      3:     id         graphicView;
                      4:     int        oldSpacing;
                      5:     float      oldGray;
                      6:     BOOL       oldVisible;
                      7:     BOOL       oldEnabled;
                      8:     int        newSpacing;
                      9:     float      newGray;
                     10:     BOOL       newVisible;
                     11:     BOOL       newEnabled;
                     12: }
                     13: 
                     14: - initGraphicView:aGraphicView;
                     15: - (const char *)changeName;
                     16: - saveBeforeChange;
                     17: - undoChange;
                     18: - redoChange;
                     19: - (BOOL)subsumeChange:change;
                     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.