home *** CD-ROM | disk | FTP | other *** search
- @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
-