diff options
Diffstat (limited to 'doc/html/ntqbitmap.html')
-rw-r--r-- | doc/html/ntqbitmap.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqbitmap.html b/doc/html/ntqbitmap.html index 0d285601b..ce6c4a19d 100644 --- a/doc/html/ntqbitmap.html +++ b/doc/html/ntqbitmap.html @@ -97,7 +97,7 @@ most cases. Games and other pixmap-intensive applications may benefit from setting this argument; see <a href="ntqpixmap.html#Optimization-enum">TQPixmap::Optimization</a>. <p> <p>See also <a href="ntqpixmap.html#setOptimization">TQPixmap::setOptimization</a>() and <a href="ntqpixmap.html#setDefaultOptimization">TQPixmap::setDefaultOptimization</a>(). -<h3 class=fn><a name="TQBitmap-3"></a>TQBitmap::TQBitmap ( const <a href="ntqsize.html">TQSize</a> & size, bool clear = FALSE, <a href="ntqpixmap.html#Optimization-enum">TQPixmap::Optimization</a> optimization = TQPixmap::DefaultOptim ) +<h3 class=fn><a name="TQBitmap-3"></a>TQBitmap::TQBitmap ( const <a href="tqsize.html">TQSize</a> & size, bool clear = FALSE, <a href="ntqpixmap.html#Optimization-enum">TQPixmap::Optimization</a> optimization = TQPixmap::DefaultOptim ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Constructs a bitmap with the size <em>size</em>. @@ -122,7 +122,7 @@ The <a href="tqimage.html">TQImage</a> documentation discusses bit order of mono </pre> -<h3 class=fn><a name="TQBitmap-5"></a>TQBitmap::TQBitmap ( const <a href="ntqsize.html">TQSize</a> & size, const uchar * bits, bool isXbitmap = FALSE ) +<h3 class=fn><a name="TQBitmap-5"></a>TQBitmap::TQBitmap ( const <a href="tqsize.html">TQSize</a> & size, const uchar * bits, bool isXbitmap = FALSE ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Constructs a bitmap with the size <em>size</em> and sets the contents to |