home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////////
- // FILENAME: eTRTFDFileLink.h
- // SUMMARY: Interface for an RTFD inclusion handler
- // SUPERCLASS: eTFileLink:eTImage:Object
- // INTERFACE: None
- // PROTOCOLS: None added
- // AUTHOR: Rohit Khare
- // COPYRIGHT: (c) 1994 California Institure of Technology, eText Project
- ///////////////////////////////////////////////////////////////////////////////
- // DESCRIPTION
- // Has one purpose in life: to read \NeXTGraphic directives.
- // This may lay the groundwork for reading \helpLinks, too....
- ///////////////////////////////////////////////////////////////////////////////
- // HISTORY
- // 07/23/94: Created. First actual implementation.
- ///////////////////////////////////////////////////////////////////////////////
-
- #import "eTFileLink.h"
-
- @interface eTRTFDFileLink:eTFileLink
- + toolAwake:theApp;
- - readRichText:(NXStream *) stream forView:view;
- @end