diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/ntqbitmap.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt-7552c6d7.tar.gz tqt-7552c6d7.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |