Changeset 2171 for trunk/macosx/PiecesView.h
- Timestamp:
- Jun 20, 2007, 10:53:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/PiecesView.h
r2149 r2171 26 26 #import "Torrent.h" 27 27 28 @interface PiecesView : NS Object28 @interface PiecesView : NSImageView 29 29 { 30 30 int8_t * fPieces; … … 36 36 Torrent * fTorrent; 37 37 int fNumPieces, fAcross, fWidth, fExtraBorder; 38 39 IBOutlet NSImageView * fImageView;40 38 } 41 39 42 40 - (void) setTorrent: (Torrent *) torrent; 43 41 - (void) updateView: (BOOL) first; 44 - (void) toggleView;45 42 46 43 @end
Note: See TracChangeset
for help on using the changeset viewer.