2000-03-05 17:39:16 +00:00
|
|
|
<html><head>
|
2001-03-03 10:07:01 +00:00
|
|
|
<title>NSPrintOperation</title>
|
2000-03-05 17:39:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2001-11-08 18:26:39 +00:00
|
|
|
<a href ="NSPrintInfo.html">[Previous] </a>
|
|
|
|
<a href ="NSPageLayout.html">[Up] </a>
|
|
|
|
<a href ="NSPrintPanel.html">[Next] </a>
|
2000-03-05 17:39:16 +00:00
|
|
|
<h1>NSPrintOperation</h1>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
2001-11-08 18:26:39 +00:00
|
|
|
<dt>Fred Kiefer
|
|
|
|
<dd>
|
|
|
|
<dt>Adam Fedor
|
2000-03-05 17:39:16 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
2001-11-08 18:26:39 +00:00
|
|
|
<blockquote>
|
|
|
|
Controls generation of EPS, PDF or PS print jobs.
|
|
|
|
</blockquote>
|
|
|
|
<p>Copyright: (C) 1996 Free Software Foundation, Inc.</p>
|
|
|
|
<h2><a name ="cont-0">Class Description</a></h2>
|
|
|
|
<p>
|
|
|
|
|
|
|
|
NSPrintOperation controls printing of an
|
|
|
|
NSView. When invoked normally it will (optionally)
|
|
|
|
display a standard print panel (NSPrintPanel), and
|
|
|
|
based on the information entered by the user here as well
|
|
|
|
as information about page layout (see NSPageLayout) tells
|
|
|
|
the NSView to print it's contents. NSPrintOperation works
|
|
|
|
with the NSView to paginate the output into appropriately
|
|
|
|
sized and oriented pages and finally delivers the result
|
|
|
|
to the appropriate place, whether it be a printer, and
|
|
|
|
PostScript file, or another output.
|
|
|
|
</p>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2><a name ="NSPrintOperation">NSPrintOperation</a></h2>
|
2001-11-08 18:26:39 +00:00
|
|
|
<p><b>Declared in: </b> ../../Headers/gnustep/gui/NSPrintOperation.h</p>
|
2001-03-03 10:07:01 +00:00
|
|
|
<p><b>Inherits from: </b> NSObject</p>
|
2000-03-05 17:39:16 +00:00
|
|
|
<hr>
|
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2>Instance Variables </h2>
|
2000-03-05 17:39:16 +00:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2>Methods </h2>
|
|
|
|
<ul>
|
2001-11-08 18:26:39 +00:00
|
|
|
<li ><a href ="NSPrintOperation.html#method-0">+EPSOperationWithView:insideRect:toData:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-1">+EPSOperationWithView:insideRect:toData:printInfo:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-2">+EPSOperationWithView:insideRect:toPath:printInfo:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-3">+PDFOperationWithView:insideRect:toData:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-4">+PDFOperationWithView:insideRect:toData:printInfo:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-5">+PDFOperationWithView:insideRect:toPath:printInfo:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-6">+currentOperation</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-7">+printOperationWithView:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-8">+printOperationWithView:printInfo:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-9">+setCurrentOperation:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-10">-accessoryView</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-11">-cleanUpOperation</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-12">-context</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-13">-createContext</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-14">-currentPage</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-15">-deliverResult</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-16">-destroyContext</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-17">-initEPSOperationWithView:insideRect:toData:printInfo:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-18">-initWithView:printInfo:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-19">-isCopyingOperation</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-20">-isEPSOperation</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-21">-pageOrder</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-22">-printInfo</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-23">-printPanel</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-24">-runOperation</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-25">-runOperationModalForWindow:delegate:didRunSelector:contextInfo:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-26">-setAccessoryView:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-27">-setPageOrder:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-28">-setPrintInfo:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-29">-setPrintPanel:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-30">-setShowPanels:</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-31">-showPanels</a>
|
|
|
|
<li ><a href ="NSPrintOperation.html#method-32">-view</a>
|
2001-03-03 10:07:01 +00:00
|
|
|
</ul>
|
|
|
|
<hr><h2>Class Methods </h2>
|
|
|
|
<h3><a name ="method-0">EPSOperationWithView:insideRect:toData:</a></h3>
|
|
|
|
+ (NSPrintOperation*) <b>EPSOperationWithView:</b> (NSView*)aView <b>insideRect:</b> (NSRect)rect <b>toData:</b> (NSMutableData*)data;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-1">EPSOperationWithView:insideRect:toData:printInfo:</a></h3>
|
|
|
|
+ (NSPrintOperation*) <b>EPSOperationWithView:</b> (NSView*)aView <b>insideRect:</b> (NSRect)rect <b>toData:</b> (NSMutableData*)data <b>printInfo:</b> (NSPrintInfo*)aPrintInfo;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-2">EPSOperationWithView:insideRect:toPath:printInfo:</a></h3>
|
|
|
|
+ (NSPrintOperation*) <b>EPSOperationWithView:</b> (NSView*)aView <b>insideRect:</b> (NSRect)rect <b>toPath:</b> (NSString*)path <b>printInfo:</b> (NSPrintInfo*)aPrintInfo;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-3">PDFOperationWithView:insideRect:toData:</a></h3>
|
|
|
|
+ (NSPrintOperation*) <b>PDFOperationWithView:</b> (NSView*)aView <b>insideRect:</b> (NSRect)rect <b>toData:</b> (NSMutableData*)data;<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-4">PDFOperationWithView:insideRect:toData:printInfo:</a></h3>
|
|
|
|
+ (NSPrintOperation*) <b>PDFOperationWithView:</b> (NSView*)aView <b>insideRect:</b> (NSRect)rect <b>toData:</b> (NSMutableData*)data <b>printInfo:</b> (NSPrintInfo*)aPrintInfo;<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-5">PDFOperationWithView:insideRect:toPath:printInfo:</a></h3>
|
|
|
|
+ (NSPrintOperation*) <b>PDFOperationWithView:</b> (NSView*)aView <b>insideRect:</b> (NSRect)rect <b>toPath:</b> (NSString*)path <b>printInfo:</b> (NSPrintInfo*)aPrintInfo;<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-6">currentOperation</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
+ (NSPrintOperation*) <b>currentOperation</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Returns the NSPrintOperation object that is
|
|
|
|
currently performing a print operation (if any).
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-7">printOperationWithView:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
+ (NSPrintOperation*) <b>printOperationWithView:</b> (NSView*)aView;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-8">printOperationWithView:printInfo:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
+ (NSPrintOperation*) <b>printOperationWithView:</b> (NSView*)aView <b>printInfo:</b> (NSPrintInfo*)aPrintInfo;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-9">setCurrentOperation:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
+ (void) <b>setCurrentOperation:</b> (NSPrintOperation*)operation;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Set the current NSPrintOperation to the supplied
|
|
|
|
<var>operation</var> object. As this is currently
|
|
|
|
implemented, if a NSPrintOperation is
|
|
|
|
currently running, that <var>operation</var> is
|
|
|
|
lost (along with any associated context), so be
|
|
|
|
careful to call this only when there is no current
|
|
|
|
<var>operation</var>.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<hr><h2>Instances Methods </h2>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-10">accessoryView</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (NSView*) <b>accessoryView</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Returns the accessory view used by the NSPrintPanel
|
|
|
|
associated with the receiver.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-11">cleanUpOperation</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>cleanUpOperation</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Called by the print operation and it has finished
|
|
|
|
running a printing operation.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-12">context</a></h3>
|
|
|
|
- (NSGraphicsContext*) <b>context</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Returns the graphic contexts used by the print
|
|
|
|
operation.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-13">createContext</a></h3>
|
|
|
|
- (NSGraphicsContext*) <b>createContext</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
This method is used by the print operation to create a
|
|
|
|
special graphics context for use while running the
|
|
|
|
print operation.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-14">currentPage</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (int) <b>currentPage</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Returns the page currently being printing. Returns
|
|
|
|
0 if no page is currently being printed
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-15">deliverResult</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (BOOL) <b>deliverResult</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Called by the print operation to deliver the results
|
|
|
|
of the printing operation. This might include sending
|
|
|
|
the output to a printer, a file or a previewing
|
|
|
|
program. Returns <code>YES</code> if the output
|
|
|
|
was delivered sucessfully.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-16">destroyContext</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>destroyContext</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
This method is used by the print operation to destroy
|
|
|
|
the special graphic context used while running the
|
|
|
|
print operation.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-17">initEPSOperationWithView:insideRect:toData:printInfo:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (id) <b>initEPSOperationWithView:</b> (NSView*)aView <b>insideRect:</b> (NSRect)rect <b>toData:</b> (NSMutableData*)data <b>printInfo:</b> (NSPrintInfo*)aPrintInfo;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-18">initWithView:printInfo:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (id) <b>initWithView:</b> (NSView*)aView <b>printInfo:</b> (NSPrintInfo*)aPrintInfo;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-19">isCopyingOperation</a></h3>
|
|
|
|
- (BOOL) <b>isCopyingOperation</b>;<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-20">isEPSOperation</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (BOOL) <b>isEPSOperation</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Returns <code>YES</code> if the receiver is
|
|
|
|
performing an operation whose output is EPS
|
|
|
|
format.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-21">pageOrder</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (NSPrintingPageOrder) <b>pageOrder</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Returns the page order of printing.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-22">printInfo</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (NSPrintInfo*) <b>printInfo</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Returns the NSPrintInfo object associated with the
|
|
|
|
receiver.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-23">printPanel</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (NSPrintPanel*) <b>printPanel</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Returns the NSPrintPanel associated with the
|
|
|
|
receiver.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-24">runOperation</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (BOOL) <b>runOperation</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Call this message to run the print operation on a
|
|
|
|
view. This includes (optionally) displaying a print
|
|
|
|
panel and working with the NSView to paginate and
|
|
|
|
draw the contents of the view.
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-25">runOperationModalForWindow:delegate:didRunSelector:contextInfo:</a></h3>
|
|
|
|
- (void) <b>runOperationModalForWindow:</b> (NSWindow*)docWindow <b>delegate:</b> (id)delegate <b>didRunSelector:</b> (SEL)didRunSelector <b>contextInfo:</b> (void*)contextInfo;<br>
|
|
|
|
|
|
|
|
Run a print operation modally with respect to a window.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-26">setAccessoryView:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>setAccessoryView:</b> (NSView*)aView;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Set the accessory view used by the NSPrintPanel
|
|
|
|
associated with the receiver.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-27">setPageOrder:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>setPageOrder:</b> (NSPrintingPageOrder)order;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Set the page <var>order</var> used when printing.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-28">setPrintInfo:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>setPrintInfo:</b> (NSPrintInfo*)aPrintInfo;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Set the NSPrintInfo object associated with the
|
|
|
|
receiver.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-29">setPrintPanel:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>setPrintPanel:</b> (NSPrintPanel*)panel;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Sets the NSPrintPanel used by the receiver obtaining
|
|
|
|
and displaying printing information from/to the user.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-30">setShowPanels:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>setShowPanels:</b> (BOOL)flag;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Use this to set whether a print panel is displayed
|
|
|
|
during a printing operation. If set to
|
|
|
|
<code>NO</code>, then the receiver uses information
|
|
|
|
that was previously set and does not display any
|
|
|
|
status information about the progress of the
|
|
|
|
printing operation.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-31">showPanels</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (BOOL) <b>showPanels</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Returns <code>YES</code> if the reciever display an
|
|
|
|
NSPrintPanel and other information when
|
|
|
|
running a print operation.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-11-08 18:26:39 +00:00
|
|
|
<h3><a name ="method-32">view</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (NSView*) <b>view</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-11-08 18:26:39 +00:00
|
|
|
Return the view that is the being printed.
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2000-03-05 17:39:16 +00:00
|
|
|
</body>
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
</html>
|