home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextLibrary / Frameworks / NEXTIME.framework / Versions / A / Headers / NEXTIME.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-22  |  1.4 KB  |  58 lines

  1. /*
  2.  Copyright (c) 1993 by NeXT Computer, Inc as an unpublished work.
  3.  All rights reserved.
  4.  
  5. This file is included by all NEXTIME application source files for easy build.
  6. Using this file is preferred over importing individual files because it will
  7. use a precompiled version.
  8. */
  9.  
  10. #ifndef NEXTIME_H
  11. #define NEXTIME_H
  12.  
  13. #import    "movies.h"
  14. #import    "status.h"
  15. #import    "NTExceptions.h"
  16.  
  17. #import "NTComponent.h"
  18. #import "NTComponentManager.h"
  19.  
  20. #import "NTClient.h"
  21. #import "NTContext.h"
  22.  
  23. /* Data description objects, associated with NTSample objects */
  24. #import "NTValueDictionary.h"
  25. #import "NTDictionaryKeys.h"
  26.  
  27. /* Data transport objects */
  28. #import "NTSampleBuffer.h"
  29.  
  30. /* Sample processing API */
  31. #import "NTSampleProcessorProtocol.h"
  32.  
  33. /* Built-in helper objects of various sorts */
  34. #import "NTSampleFIFO.h"
  35. #import "NTRealTimeClock.h"
  36. #import "NTFileIO.h"
  37.  
  38. /* In-core abstract representations of stored movies */
  39. #import "NTMovie.h"
  40. #import "NTTrack.h"
  41. #import "NTMedia.h"
  42.  
  43. /* Objects used to manage movie manipulation sessions. */
  44. #import "NTProgressMonitor.h"
  45. #import "NTErrorMonitor.h"
  46. #import "NTMediaHandler.h"
  47. #import "NTMediaController.h"
  48. #import "NTFileParser.h"
  49.  
  50. /* High level client API objects */
  51. #import "NTMovieDocument.h"
  52. /* #import "NTMovieAttachment.h" FIXME: Temporary til ported to Nov 1995 API secondOfMinute*/
  53. #import "NTMovieControlView.h"
  54. #import "NTMovieScreenCell.h"
  55. #import "NTMovieScreen.h"
  56.  
  57. #endif NEXTIME_H
  58.