This is GridChange.h in view mode; [Download] [Up]
@interface GridChange : Change
{
id graphicView;
int oldSpacing;
float oldGray;
BOOL oldVisible;
BOOL oldEnabled;
int newSpacing;
float newGray;
BOOL newVisible;
BOOL newEnabled;
}
- initGraphicView:aGraphicView;
- (const char *)changeName;
- saveBeforeChange;
- undoChange;
- redoChange;
- (BOOL)subsumeChange:change;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.