Up

NSPDFPanel class documentation

Authors

Generated by root

Software documentation for the NSPDFPanel class

NSPDFPanel : NSObject

Declared in:
AppKit/NSPDFPanel.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

panel 

+ (NSPDFPanel*) panel;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

accessoryController 

- (NSViewController*) accessoryController;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

beginSheetWithPDFInfo: modalForWindow: completionHandler: 

- (void) beginSheetWithPDFInfo: (NSPDFInfo*)pdfInfo modalForWindow: (NSWindow*)window completionHandler: (GSPDFPanelCompletionHandler)handler;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

defaultFileName 

- (NSString*) defaultFileName;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

options 

- (NSPDFPanelOptions) options;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setAccessoryController: 

- (void) setAccessoryController: (NSViewController*)accessoryController;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setDefaultFileName: 

- (void) setDefaultFileName: (NSString*)fileName;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setOptions: 

- (void) setOptions: (NSPDFPanelOptions)opts;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSPDFPanel Class

_accessoryController

@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.

_defaultFileName

@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.

_options

@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