diff options
Diffstat (limited to 'doc/html/tqimage.html')
-rw-r--r-- | doc/html/tqimage.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqimage.html b/doc/html/tqimage.html index 8d7cd5213..b8fb20c78 100644 --- a/doc/html/tqimage.html +++ b/doc/html/tqimage.html @@ -267,7 +267,7 @@ per pixel, <em>numColors</em> colors and bit order <em>bitOrder</em>. image and then calling the <a href="#create">create</a>() function. <p> <p>See also <a href="#create">create</a>(). -<h3 class=fn><a name="TQImage-3"></a>TQImage::TQImage ( const <a href="ntqsize.html">TQSize</a> & size, int depth, int numColors = 0, <a href="tqimage.html#Endian-enum">Endian</a> bitOrder = IgnoreEndian ) +<h3 class=fn><a name="TQImage-3"></a>TQImage::TQImage ( const <a href="tqsize.html">TQSize</a> & size, int depth, int numColors = 0, <a href="tqimage.html#Endian-enum">Endian</a> bitOrder = IgnoreEndian ) </h3> Constructs an image with size <em>size</em> pixels, depth <em>depth</em> bits, <em>numColors</em> and <em>bitOrder</em> endianness. @@ -459,7 +459,7 @@ table of <a href="#scanLine">scanline</a> pointers (<a href="#jumpTable">jumpTab and the image data (<a href="#bits">bits</a>()). <p> <p>See also <a href="#fill">fill</a>(), <a href="#width">width</a>(), <a href="#height">height</a>(), <a href="#depth">depth</a>(), <a href="#numColors">numColors</a>(), <a href="#bitOrder">bitOrder</a>(), <a href="#jumpTable">jumpTable</a>(), <a href="#scanLine">scanLine</a>(), <a href="#bits">bits</a>(), <a href="#bytesPerLine">bytesPerLine</a>(), and <a href="#numBytes">numBytes</a>(). -<h3 class=fn>bool <a name="create-2"></a>TQImage::create ( const <a href="ntqsize.html">TQSize</a> &, int depth, int numColors = 0, <a href="tqimage.html#Endian-enum">Endian</a> bitOrder = IgnoreEndian ) +<h3 class=fn>bool <a name="create-2"></a>TQImage::create ( const <a href="tqsize.html">TQSize</a> &, int depth, int numColors = 0, <a href="tqimage.html#Endian-enum">Endian</a> bitOrder = IgnoreEndian ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> @@ -819,7 +819,7 @@ function returns a <a href="#isNull">null</a> image. quality, use <a href="#smoothScale">smoothScale</a>() instead. <p> <p>See also <a href="#scaleWidth">scaleWidth</a>(), <a href="#scaleHeight">scaleHeight</a>(), <a href="#smoothScale">smoothScale</a>(), and <a href="#xForm">xForm</a>(). -<h3 class=fn><a href="tqimage.html">TQImage</a> <a name="scale-2"></a>TQImage::scale ( const <a href="ntqsize.html">TQSize</a> & s, <a href="tqimage.html#ScaleMode-enum">ScaleMode</a> mode = ScaleFree ) const +<h3 class=fn><a href="tqimage.html">TQImage</a> <a name="scale-2"></a>TQImage::scale ( const <a href="tqsize.html">TQSize</a> & s, <a href="tqimage.html#ScaleMode-enum">ScaleMode</a> mode = ScaleFree ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> The requested size of the image is <em>s</em>. @@ -919,7 +919,7 @@ values can be found in <a href="http://www.libpng.org/pub/png/spec/1.2/png-1.2-p should specify the language code (see <a href="http://www.rfc-editor.org/rfc/rfc1766.txt">RFC 1766</a>) or 0. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="size"></a>TQImage::size () const +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="size"></a>TQImage::size () const </h3> <p> Returns the size of the image, i.e. its width and height. @@ -951,7 +951,7 @@ notice appear in supporting documentation. This software is provided "as is" without express or implied warranty. <p> <p>See also <a href="#scale">scale</a>() and <a href="#mirror">mirror</a>(). -<h3 class=fn><a href="tqimage.html">TQImage</a> <a name="smoothScale-2"></a>TQImage::smoothScale ( const <a href="ntqsize.html">TQSize</a> & s, <a href="tqimage.html#ScaleMode-enum">ScaleMode</a> mode = ScaleFree ) const +<h3 class=fn><a href="tqimage.html">TQImage</a> <a name="smoothScale-2"></a>TQImage::smoothScale ( const <a href="tqsize.html">TQSize</a> & s, <a href="tqimage.html#ScaleMode-enum">ScaleMode</a> mode = ScaleFree ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> The requested size of the image is <em>s</em>. |