Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
MyWindowController.h
// ====================================================================================================================== |
// MyWindowController.h |
// ====================================================================================================================== |
#import <Cocoa/Cocoa.h> |
#import <Quartz/Quartz.h> |
#import "MyPDFView.h" |
@interface MyWindowController : NSWindowController |
{ |
NSMutableArray *_linkList; |
int _scanPageIndex; |
IBOutlet NSSplitView *_splitView; |
IBOutlet MyPDFView *_pdfView; |
IBOutlet NSTableView *_linksTable; |
IBOutlet NSTextField *_linkCount; |
} |
- (PDFAnnotation *) activeAnnotation; |
@end |
Copyright © 2005 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2005-06-01