2000-03-05 17:39:16 +00:00
|
|
|
<html><head>
|
2001-03-03 10:07:01 +00:00
|
|
|
<title>NSPageLayout</title>
|
2000-03-05 17:39:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>NSPageLayout</h1>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
2001-10-16 02:09:09 +00:00
|
|
|
<dt>Adam Fedor
|
2000-03-05 17:39:16 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
2001-10-16 02:09:09 +00:00
|
|
|
<blockquote>
|
|
|
|
Standard panel for querying user about page layout.
|
|
|
|
</blockquote>
|
|
|
|
<p>Copyright: (C) 2001 Free Software Foundation, Inc.</p>
|
|
|
|
<h2><a name ="cont-0">
|
|
|
|
Software documentation for the NSPageLayout class
|
|
|
|
</a></h2>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2><a name ="NSPageLayout">NSPageLayout</a></h2>
|
2001-10-16 02:09:09 +00:00
|
|
|
<p><b>Declared in: </b> NSPageLayout.h</p>
|
|
|
|
<p><b>Inherits from: </b> NSPanel</p>
|
2000-03-05 17:39:16 +00:00
|
|
|
<hr>
|
|
|
|
|
2001-10-16 02:09:09 +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-10-16 02:09:09 +00:00
|
|
|
<li ><a href ="NSPageLayout.html#method-0">+pageLayout</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-1">-accessoryView</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-2">-beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-3">-convertOldFactor:newFactor:</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-4">-pickedButton:</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-5">-pickedOrientation:</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-6">-pickedPaperSize:</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-7">-pickedUnits:</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-8">-printInfo</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-9">-readPrintInfo</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-10">-runModal</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-11">-runModalWithPrintInfo:</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-12">-setAccessoryView:</a>
|
|
|
|
<li ><a href ="NSPageLayout.html#method-13">-writePrintInfo</a>
|
2001-03-03 10:07:01 +00:00
|
|
|
</ul>
|
|
|
|
<hr><h2>Class Methods </h2>
|
|
|
|
<h3><a name ="method-0">pageLayout</a></h3>
|
|
|
|
+ (NSPageLayout*) <b>pageLayout</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<hr><h2>Instances Methods </h2>
|
|
|
|
<h3><a name ="method-1">accessoryView</a></h3>
|
|
|
|
- (NSView*) <b>accessoryView</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-2">beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:</a></h3>
|
|
|
|
- (void) <b>beginSheetWithPrintInfo:</b> (NSPrintInfo*)printInfo <b>modalForWindow:</b> (NSWindow*)docWindow <b>delegate:</b> (id)delegate <b>didEndSelector:</b> (SEL)didEndSelector <b>contextInfo:</b> (void*)contextInfo;<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-3">convertOldFactor:newFactor:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>convertOldFactor:</b> (float*)old <b>newFactor:</b> (float*)new;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-4">pickedButton:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>pickedButton:</b> (id)sender;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-5">pickedOrientation:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>pickedOrientation:</b> (id)sender;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-6">pickedPaperSize:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>pickedPaperSize:</b> (id)sender;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-7">pickedUnits:</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>pickedUnits:</b> (id)sender;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-8">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-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-9">readPrintInfo</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>readPrintInfo</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-10">runModal</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (int) <b>runModal</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-11">runModalWithPrintInfo:</a></h3>
|
|
|
|
- (int) <b>runModalWithPrintInfo:</b> (NSPrintInfo*)pInfo;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-12">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-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2001-10-16 02:09:09 +00:00
|
|
|
<h3><a name ="method-13">writePrintInfo</a></h3>
|
2001-03-03 10:07:01 +00:00
|
|
|
- (void) <b>writePrintInfo</b>;<br>
|
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>
|