Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSPDFPanel.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
+ (
NSPDFPanel*)
panel;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSViewController*)
accessoryController;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
beginSheetWithPDFInfo: (
NSPDFInfo*)pdfInfo
modalForWindow: (
NSWindow*)window
completionHandler: (GSPDFPanelCompletionHandler)handler;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*)
defaultFileName;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSPDFPanelOptions)
options;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setAccessoryController: (
NSViewController*)accessoryController;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setDefaultFileName: (NSString*)fileName;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setOptions: (
NSPDFPanelOptions)opts;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSPDFPanel Class
@protected NSViewController* _accessoryController;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString* _defaultFileName;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSPDFPanelOptions _options;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up