summaryrefslogtreecommitdiff
path: root/doc/gutenprint/html/structstp__image.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gutenprint/html/structstp__image.html')
-rw-r--r--doc/gutenprint/html/structstp__image.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/gutenprint/html/structstp__image.html b/doc/gutenprint/html/structstp__image.html
index e5b4644..ea9ede8 100644
--- a/doc/gutenprint/html/structstp__image.html
+++ b/doc/gutenprint/html/structstp__image.html
@@ -3,12 +3,12 @@
<title>libgutenprint API Reference: stp_image Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
-<!-- Generated by Doxygen 1.4.3-20050530 -->
+<!-- Generated by Doxygen 1.4.3 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<h1>stp_image Struct Reference<br>
<small>
[<a class="el" href="group__image.html">image</a>]</small>
-</h1><!-- doxytag: class="stp_image" -->The image type is an abstract data type for interfacing with the image creation program.
+</h1><!-- doxytag: class=<stp_image> -->The image type is an abstract data type for interfacing with the image creation program.
<a href="#_details">More...</a>
<p>
<code>#include &lt;image.h&gt;</code>
@@ -47,7 +47,7 @@ The image type is an abstract data type for interfacing with the image creation
It provides callbacks to functions defined within the client application which are called while printing the image.
<p>
<hr><h2>Field Documentation</h2>
-<a class="anchor" name="o6"></a><!-- doxytag: member="stp_image::conclude" ref="o6" args=")(struct stp_image *image)" --><p>
+<a class="anchor" name="o6"></a><!-- doxytag: member=<stp_image::conclude> ref=<o6> args=<)(struct stp_image *image)> --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -72,7 +72,7 @@ This callback is called at the end of each page.
</td>
</tr>
</table>
-<a class="anchor" name="o5"></a><!-- doxytag: member="stp_image::get_appname" ref="o5" args=")(struct stp_image *image)" --><p>
+<a class="anchor" name="o5"></a><!-- doxytag: member=<stp_image::get_appname> ref=<o5> args=<)(struct stp_image *image)> --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -97,7 +97,7 @@ This callback returns the name of the application.
This is embedded in the output by some drivers. </td>
</tr>
</table>
-<a class="anchor" name="o4"></a><!-- doxytag: member="stp_image::get_row" ref="o4" args=")(struct stp_image *image, unsigned char *data, size_t byte_limit, int row)" --><p>
+<a class="anchor" name="o4"></a><!-- doxytag: member=<stp_image::get_row> ref=<o4> args=<)(struct stp_image *image, unsigned char *data, size_t byte_limit, int row)> --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -130,7 +130,7 @@ It is called from the driver layer. It should copy WIDTH (as returned by the <a
</td>
</tr>
</table>
-<a class="anchor" name="o3"></a><!-- doxytag: member="stp_image::height" ref="o3" args=")(struct stp_image *image)" --><p>
+<a class="anchor" name="o3"></a><!-- doxytag: member=<stp_image::height> ref=<o3> args=<)(struct stp_image *image)> --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -160,7 +160,7 @@ This callback returns the height of the image in pixels.
</td>
</tr>
</table>
-<a class="anchor" name="o0"></a><!-- doxytag: member="stp_image::init" ref="o0" args=")(struct stp_image *image)" --><p>
+<a class="anchor" name="o0"></a><!-- doxytag: member=<stp_image::init> ref=<o0> args=<)(struct stp_image *image)> --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -190,7 +190,7 @@ It will be called once per image. <dl compact><dt><b>Parameters:</b></dt><dd>
</td>
</tr>
</table>
-<a class="anchor" name="o7"></a><!-- doxytag: member="stp_image::rep" ref="o7" args="" --><p>
+<a class="anchor" name="o7"></a><!-- doxytag: member=<stp_image::rep> ref=<o7> args=<> --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -215,7 +215,7 @@ A pointer to an application-specific state information that might need to be ass
</td>
</tr>
</table>
-<a class="anchor" name="o1"></a><!-- doxytag: member="stp_image::reset" ref="o1" args=")(struct stp_image *image)" --><p>
+<a class="anchor" name="o1"></a><!-- doxytag: member=<stp_image::reset> ref=<o1> args=<)(struct stp_image *image)> --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -246,7 +246,7 @@ It may (in principle) be called multiple times if a page is being printed more t
</td>
</tr>
</table>
-<a class="anchor" name="o2"></a><!-- doxytag: member="stp_image::width" ref="o2" args=")(struct stp_image *image)" --><p>
+<a class="anchor" name="o2"></a><!-- doxytag: member=<stp_image::width> ref=<o2> args=<)(struct stp_image *image)> --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -278,8 +278,8 @@ This callback returns the width of the image in pixels.
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>include/gutenprint/<a class="el" href="image_8h.html">image.h</a></ul>
-<hr size="1"><address style="align: right;"><small>Generated on Sat Jul 2 09:45:09 2005 for libgutenprint API Reference by&nbsp;
+<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 15 19:52:20 2005 for libgutenprint API Reference by&nbsp;
<a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.3-20050530 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.3 </small></address>
</body>
</html>