2006-10-26 08:21:50 +00:00
|
|
|
|
//
|
2007-04-27 06:41:34 +00:00
|
|
|
|
// File: VLPDFWindow.h - Manipulate preview window
|
2006-10-26 08:21:50 +00:00
|
|
|
|
//
|
2007-04-27 06:41:34 +00:00
|
|
|
|
// Author(s):
|
|
|
|
|
//
|
|
|
|
|
// (MN) Matthias Neeracher
|
|
|
|
|
//
|
2011-08-29 00:01:49 +00:00
|
|
|
|
// Copyright <20> 2005-2011 Matthias Neeracher
|
2006-10-26 08:21:50 +00:00
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
2011-08-29 00:01:49 +00:00
|
|
|
|
#import <Quartz/Quartz.h>
|
2006-10-26 08:21:50 +00:00
|
|
|
|
|
2011-07-24 03:31:17 +00:00
|
|
|
|
@interface VLPDFWindow : NSWindowController <NSToolbarDelegate> {
|
2011-09-04 01:00:38 +00:00
|
|
|
|
IBOutlet NSWindowController * sheetWin;
|
|
|
|
|
IBOutlet PDFView * pdfView;
|
2006-10-26 08:21:50 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
- (void)reloadPDF;
|
|
|
|
|
|
|
|
|
|
@end
|