Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMCollectionView.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 110 - (hide annotations) (download) (as text)
Mon Nov 23 08:47:22 2009 UTC (14 years, 4 months ago) by masaki
File MIME type: text/x-chdr
File size: 439 byte(s)
[New] XspfCollectionViewに対するファイルのドラックでの登録を実装。
1 masaki 10 //
2     // XspfMCollectionView.h
3     // XspfManager
4     //
5     // Created by Hori,Masaki on 09/11/03.
6     // Copyright 2009 masakih. All rights reserved.
7     //
8    
9     #import <Cocoa/Cocoa.h>
10    
11     @protocol XspfMCollectionView_Delegate;
12    
13     @interface XspfMCollectionView : NSCollectionView
14     {
15     IBOutlet id<XspfMCollectionView_Delegate> delegate;
16 masaki 110
17     BOOL draggingHilight;
18 masaki 10 }
19    
20     @end
21    
22     @protocol XspfMCollectionView_Delegate
23     - (void)enterAction:(XspfMCollectionView *)view;
24     @end

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