/filesystems/procfs/sequencegrab/CSGImage.h

http://macfuse.googlecode.com/ · C++ Header · 19 lines · 8 code · 4 blank · 7 comment · 0 complexity · 351994541f0a845a14437353c3e192e7 MD5 · raw file

  1. //
  2. // CSGImage.h
  3. // MotionTracker
  4. //
  5. // Created by Tim Omernick on 3/6/05.
  6. // Copyright 2005 Tim Omernick. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface CSGImage : NSImage
  10. {
  11. NSTimeInterval sampleTime;
  12. }
  13. - (NSTimeInterval)sampleTime;
  14. - (void)setSampleTime:(NSTimeInterval)newSampleTime;
  15. @end