Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMCollectionViewItem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 304 - (hide annotations) (download) (as text)
Thu Feb 4 14:27:49 2010 UTC (14 years, 2 months ago) by masaki
File MIME type: text/x-chdr
File size: 604 byte(s)
[Mod] QLPreviewPanelの表示/非表示時の動きを最適化。
1 masaki 56 //
2     // XspfMCollectionViewItem.h
3     // XspfManager
4     //
5     // Created by Hori,Masaki on 09/11/10.
6     // Copyright 2009 masakih. All rights reserved.
7     //
8    
9     #import <Cocoa/Cocoa.h>
10    
11 masaki 172 @class XspfMCollectionItemBox;
12 masaki 56
13     @interface XspfMCollectionViewItem : NSCollectionViewItem
14     {
15 masaki 174 IBOutlet NSMenu *menu;
16    
17 masaki 56 // because [self conllectionView] is already nil at [self dealloc].
18     NSCollectionView *collectionViewHolder; // not retained.
19 masaki 171
20 masaki 172 XspfMCollectionItemBox *_box;
21 masaki 56 }
22    
23 masaki 171 - (IBAction)changeRate:(id)sender;
24 masaki 172 - (void)setBox:(XspfMCollectionItemBox *)box;
25 masaki 171
26 masaki 304 - (NSRect)thumbnailFrameCoordinateBase;
27    
28 masaki 56 - (void)coodinateColors;
29     @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26