Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMCollectionViewItem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 174 - (hide annotations) (download) (as text)
Wed Dec 23 02:20:54 2009 UTC (14 years, 3 months ago) by masaki
File MIME type: text/x-chdr
File size: 563 byte(s)
[Mod] メニューを持てるようにし、コピー時に受け渡すようにした。
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 56 - (void)coodinateColors;
27     @end

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