diff options
Diffstat (limited to 'doc/html/ntqpicture.html')
-rw-r--r-- | doc/html/ntqpicture.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqpicture.html b/doc/html/ntqpicture.html index 2ab698afe..dea681805 100644 --- a/doc/html/ntqpicture.html +++ b/doc/html/ntqpicture.html @@ -182,7 +182,7 @@ corresponding <em>format</em> string is "svg". <p> <p>See also <a href="#save">save</a>(). <p>Examples: <a href="picture-example.html#x122">picture/picture.cpp</a> and <a href="xform-example.html#x1244">xform/xform.cpp</a>. -<h3 class=fn>bool <a name="load-2"></a>TQPicture::load ( <a href="ntqiodevice.html">TQIODevice</a> * dev, const char * format = 0 ) +<h3 class=fn>bool <a name="load-2"></a>TQPicture::load ( <a href="tqiodevice.html">TQIODevice</a> * dev, const char * format = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <em>dev</em> is the device to use for loading. @@ -222,7 +222,7 @@ corresponding <em>format</em> string is "svg". <p> <p>See also <a href="#load">load</a>(). <p>Example: <a href="picture-example.html#x123">picture/picture.cpp</a>. -<h3 class=fn>bool <a name="save-2"></a>TQPicture::save ( <a href="ntqiodevice.html">TQIODevice</a> * dev, const char * format = 0 ) +<h3 class=fn>bool <a name="save-2"></a>TQPicture::save ( <a href="tqiodevice.html">TQIODevice</a> * dev, const char * format = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <em>dev</em> is the device to use for saving. @@ -245,13 +245,13 @@ function copies the input data. <p> <p>See also <a href="#data">data</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqdatastream.html">TQDataStream</a> & s, const <a href="ntqpicture.html">TQPicture</a> & r ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="ntqpicture.html">TQPicture</a> & r ) </h3> <p> Writes picture <em>r</em> to the stream <em>s</em> and returns a reference to the stream. -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="ntqpicture.html">TQPicture</a> & r ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="ntqpicture.html">TQPicture</a> & r ) </h3> <p> Reads a picture from the stream <em>s</em> into picture <em>r</em> and returns |