Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMCollectionView.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (hide annotations) (download) (as text)
Tue Nov 3 14:17:18 2009 UTC (14 years, 5 months ago) by masaki
File MIME type: text/x-chdr
File size: 414 byte(s)
[New] Xspfファイルを開けるようにした。
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     }
17    
18     @end
19    
20     @protocol XspfMCollectionView_Delegate
21     - (void)enterAction:(XspfMCollectionView *)view;
22     @end

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