Browse CVS Repository
Contents of /enbanfukusyaya/EnbanKensa/macosx/GraphView.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
( as text)
Sun May 29 17:12:23 2005 UTC
(18 years, 10 months ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
/* 円盤複写屋 - EnbanKensa |
| 2 |
* Copyright (c) 2005 Kagetani Hideto |
| 3 |
* GraphView.h - ビュークラス |
| 4 |
* $Date: 2005/05/17 15:42:28 $ |
| 5 |
* $Revision: 1.1 $ |
| 6 |
*/ |
| 7 |
|
| 8 |
#import <Cocoa/Cocoa.h> |
| 9 |
|
| 10 |
@interface GraphView : NSView |
| 11 |
{ |
| 12 |
} |
| 13 |
- (void)setImage:(NSImage *)image; |
| 14 |
@end |
|