Browse Subversion Repository
Annotation of /XspfManager/XspfMCollectionViewItem.h
Parent Directory
| Revision Log
Revision 172 -
( hide annotations)
( download)
( as text)
Tue Dec 22 23:21:24 2009 UTC
(14 years, 3 months ago)
by masaki
File MIME type: text/x-chdr
File size: 537 byte(s)
[Mod] CollectionItemView内の各パーツをXspfMCollectionItemBoxのプロパティとして提供。
| 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 |
|
|
// because [self conllectionView] is already nil at [self dealloc]. |
| 16 |
|
|
NSCollectionView *collectionViewHolder; // not retained. |
| 17 |
masaki |
171 |
|
| 18 |
masaki |
172 |
XspfMCollectionItemBox *_box; |
| 19 |
masaki |
56 |
} |
| 20 |
|
|
|
| 21 |
masaki |
171 |
- (IBAction)changeRate:(id)sender; |
| 22 |
masaki |
172 |
- (void)setBox:(XspfMCollectionItemBox *)box; |
| 23 |
masaki |
171 |
|
| 24 |
masaki |
56 |
- (void)coodinateColors; |
| 25 |
|
|
@end |
|