Browse Subversion Repository
Annotation of /XspfQT/XspfQTInformationWindowController.h
Parent Directory
| Revision Log
Revision 63 -
( hide annotations)
( download)
( as text)
Sun Sep 14 16:54:48 2008 UTC
(15 years, 7 months ago)
by masaki
File MIME type: text/x-chdr
File size: 438 byte(s)
インフォメーションパネルを実装。
| 1 |
masaki |
63 |
// |
| 2 |
|
|
// XspfQTInformationWindowController.h |
| 3 |
|
|
// XspfQT |
| 4 |
|
|
// |
| 5 |
|
|
// Created by Hori,Masaki on 08/09/14. |
| 6 |
|
|
// Copyright 2008 masakih. All rights reserved. |
| 7 |
|
|
// |
| 8 |
|
|
|
| 9 |
|
|
#import <Cocoa/Cocoa.h> |
| 10 |
|
|
|
| 11 |
|
|
|
| 12 |
|
|
@interface XspfQTInformationWindowController : NSWindowController |
| 13 |
|
|
{ |
| 14 |
|
|
IBOutlet NSObjectController *docController; |
| 15 |
|
|
IBOutlet NSObjectController *currentTrackController; |
| 16 |
|
|
NSMutableArray *observedDocs; |
| 17 |
|
|
} |
| 18 |
|
|
|
| 19 |
|
|
+ (XspfQTInformationWindowController *)sharedInstance; |
| 20 |
|
|
|
| 21 |
|
|
@end |
|