summaryrefslogtreecommitdiff
path: root/doc/fl_paged_device.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_paged_device.html')
-rw-r--r--doc/fl_paged_device.html62
1 files changed, 57 insertions, 5 deletions
diff --git a/doc/fl_paged_device.html b/doc/fl_paged_device.html
index 42926f9..79dc467 100644
--- a/doc/fl_paged_device.html
+++ b/doc/fl_paged_device.html
@@ -51,12 +51,57 @@
<td>Page_Layout</td>
</tr>
+ <tr>
+ <td>page_format</td>
+ <td>Page_Format_Info</td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+ <td>Page_Format_Info_Array</td>
+ </tr>
+
+</table>
+
+
+
+<table class="type">
+ <tr><th colspan="2">Errors</th></tr>
+
+ <tr>
+ <td>int</td>
+ <td>Page_Error</td>
+ </tr>
+
</table>
<table class="function">
- <tr><th colspan="2">Functions and Procedures</th></tr>
+ <tr><th colspan="2">Static Attributes</th></tr>
+
+ <tr>
+<td><pre>
+static const char * class_id = "Fl_Paged_Device";
+</pre></td>
+<td>Deprecated, use runtime tag checks instead.</td>
+ </tr>
+
+ <tr>
+<td><pre>
+static const page_format page_formats[NO_PAGE_FORMATS];
+</pre></td>
+<td><pre>
+Page_Formats : constant Page_Format_Info_Array (A0 .. Envelope);
+</pre></td>
+ </tr>
+
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Constructors</th></tr>
<tr>
<td><pre>
@@ -68,11 +113,18 @@ function Create
</pre></td>
</tr>
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
+
<tr>
<td><pre>
const char * class_name();
</pre></td>
-<td>&nbsp;</td>
+<td>Deprecated, use runtime tag checks instead.</td>
</tr>
<tr>
@@ -210,12 +262,12 @@ virtual int start_job(int pagecount, int *frompage=NULL, int *topage=NULL);
<td><pre>
procedure Start_Job
(This : in out Paged_Device;
- Count : in Natural);
+ Count : in Natural := 0);
procedure Start_Job
(This : in out Paged_Device;
- Count : in Natural;
- From, To : in Positive);
+ Count : in Natural := 0;
+ From, To : out Positive);
</pre></td>
</tr>