Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMCollectionViewItem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 56 - (hide annotations) (download) (as text)
Tue Nov 10 15:35:26 2009 UTC (14 years, 5 months ago) by masaki
File MIME type: text/x-chdr
File size: 449 byte(s)
[New] CollectionViewItemの色を様々に変化させるために色々変更。
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    
12     @interface XspfMCollectionViewItem : NSCollectionViewItem
13     {
14     IBOutlet NSBox *box;
15     IBOutlet NSImageView *thumbnail;
16    
17     // because [self conllectionView] is already nil at [self dealloc].
18     NSCollectionView *collectionViewHolder; // not retained.
19     }
20    
21     - (void)coodinateColors;
22     @end

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