diff options
Diffstat (limited to 'doc/html/ntqpixmap.html')
-rw-r--r-- | doc/html/ntqpixmap.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqpixmap.html b/doc/html/ntqpixmap.html index 669edf62d..1d9939132 100644 --- a/doc/html/ntqpixmap.html +++ b/doc/html/ntqpixmap.html @@ -235,7 +235,7 @@ depth of the current video mode will be used. <p> If either <em>w</em> or <em>h</em> is zero, a null pixmap is constructed. <p> <p>See also <a href="#isNull">isNull</a>() and <a href="#Optimization-enum">TQPixmap::Optimization</a>. -<h3 class=fn><a name="TQPixmap-4"></a>TQPixmap::TQPixmap ( const <a href="ntqsize.html">TQSize</a> & size, int depth = -1, <a href="ntqpixmap.html#Optimization-enum">Optimization</a> optimization = DefaultOptim ) +<h3 class=fn><a name="TQPixmap-4"></a>TQPixmap::TQPixmap ( const <a href="tqsize.html">TQSize</a> & size, int depth = -1, <a href="ntqpixmap.html#Optimization-enum">Optimization</a> optimization = DefaultOptim ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Constructs a pixmap of size <em>size</em>, <em>depth</em> bits per pixel, @@ -446,7 +446,7 @@ name <em>abs_name</em> from the default mime source factory and decodes it to a pixmap. <p> <p>See also <a href="qmimesourcefactory.html">TQMimeSourceFactory</a>, <a href="tqimage.html#fromMimeSource">TQImage::fromMimeSource</a>(), and <a href="tqimagedrag.html#decode">TQImageDrag::decode</a>(). -<p>Example: <a href="qactiongroup.html#x2113">textedit/textedit.cpp</a>. +<p>Example: <a href="tqactiongroup.html#x2113">textedit/textedit.cpp</a>. <h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="grabWidget"></a>TQPixmap::grabWidget ( <a href="tqwidget.html">TQWidget</a> * widget, int x = 0, int y = 0, int w = -1, int h = -1 )<tt> [static]</tt> </h3> Creates a pixmap and paints <em>widget</em> in it. @@ -653,7 +653,7 @@ created. New pixels will be uninitialized (random) if the pixmap is expanded. <p>Examples: <a href="desktop-example.html#x1744">desktop/desktop.cpp</a> and <a href="grapher-nsplugin-example.html#x2766">grapher/grapher.cpp</a>. -<h3 class=fn>void <a name="resize-2"></a>TQPixmap::resize ( const <a href="ntqsize.html">TQSize</a> & size ) +<h3 class=fn>void <a name="resize-2"></a>TQPixmap::resize ( const <a href="tqsize.html">TQSize</a> & size ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Resizes the pixmap to size <em>size</em>. @@ -743,7 +743,7 @@ optimization for all new pixmaps. <p> <p>See also <a href="#optimization">optimization</a>(), <a href="#setDefaultOptimization">setDefaultOptimization</a>(), and <a href="#defaultOptimization">defaultOptimization</a>(). <p>Example: <a href="desktop-example.html#x1745">desktop/desktop.cpp</a>. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="size"></a>TQPixmap::size () const +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="size"></a>TQPixmap::size () const </h3> <p> Returns the size of the pixmap. |