This is PerformTextGraphicsChange.h in view mode; [Download] [Up]
@interface PerformTextGraphicsChange : Change
{
TextGraphic *graphic; /* graphic to be modified */
GraphicView *graphicView; /* where the graphic is drawn */
Change *textChange; /* actual text change */
NXStream *stream; /* rtf stream */
}
- initGraphic:graphic view:graphicView;
- free;
- (const char *)changeName;
- undoChange;
- redoChange;
- (BOOL)incorporateChange:change;
- loadGraphic;
- unloadGraphic;
- editText;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.