diff options
Diffstat (limited to 'doc/html/ntqpixmap.html')
-rw-r--r-- | doc/html/ntqpixmap.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/ntqpixmap.html b/doc/html/ntqpixmap.html index 97cbf7a71..a859372d6 100644 --- a/doc/html/ntqpixmap.html +++ b/doc/html/ntqpixmap.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qpixmap-h.html">ntqpixmap.h</a>></tt> <p>Inherits <a href="ntqpaintdevice.html">TQPaintDevice</a> and <a href="ntqt.html">TQt</a>. -<p>Inherited by <a href="ntqbitmap.html">TQBitmap</a> and <a href="tqcanvaspixmap.html">TQCanvasPixmap</a>. +<p>Inherited by <a href="tqbitmap.html">TQBitmap</a> and <a href="tqcanvaspixmap.html">TQCanvasPixmap</a>. <p><a href="qpixmap-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -177,7 +177,7 @@ this: <p> In general it is recommended to make as much use of TQPixmap's <a href="shclass.html#implicit-sharing">implicit sharing</a> and the <a href="ntqpixmapcache.html">TQPixmapCache</a> as possible. -<p> <p>See also <a href="ntqbitmap.html">TQBitmap</a>, <a href="tqimage.html">TQImage</a>, <a href="tqimageio.html">TQImageIO</a>, <a href="shclass.html">Shared Classes</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="tqbitmap.html">TQBitmap</a>, <a href="tqimage.html">TQImage</a>, <a href="tqimageio.html">TQImageIO</a>, <a href="shclass.html">Shared Classes</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ColorMode-enum"></a>TQPixmap::ColorMode</h3> @@ -286,7 +286,7 @@ library) and ROMable when the application is to be stored in ROM. <p> In order to use that sort of declaration you must cast the variable back to <tt>const char **</tt> when you create the TQPixmap. -<h3 class=fn><a name="TQPixmap-8"></a>TQPixmap::TQPixmap ( const <a href="qbytearray.html">TQByteArray</a> & img_data ) +<h3 class=fn><a name="TQPixmap-8"></a>TQPixmap::TQPixmap ( const <a href="tqbytearray.html">TQByteArray</a> & img_data ) </h3> Constructs a pixmaps by loading from <em>img_data</em>. The data can be in any image format supported by TQt. @@ -301,7 +301,7 @@ Constructs a pixmap that is a copy of <em>pixmap</em>. Constructs a monochrome pixmap, with width <em>w</em> and height <em>h</em>, that is initialized with the data in <em>bits</em>. The <em>isXbitmap</em> indicates whether the data is an X bitmap and defaults to FALSE. -This constructor is protected and used by the <a href="ntqbitmap.html">TQBitmap</a> class. +This constructor is protected and used by the <a href="tqbitmap.html">TQBitmap</a> class. <h3 class=fn><a name="~TQPixmap"></a>TQPixmap::~TQPixmap () </h3> @@ -315,7 +315,7 @@ successful; otherwise returns FALSE. <a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. Passing 0 for <em>conversion_flags</em> sets all the default options. <p> Note that even though a TQPixmap with depth 1 behaves much like a -<a href="ntqbitmap.html">TQBitmap</a>, <a href="#isTQBitmap">isTQBitmap</a>() returns FALSE. +<a href="tqbitmap.html">TQBitmap</a>, <a href="#isTQBitmap">isTQBitmap</a>() returns FALSE. <p> If a pixmap with depth 1 is painted with color0 and color1 and converted to an image, the pixels painted with color0 will produce pixel index 0 in the image and those painted with color1 will @@ -342,7 +342,7 @@ ignored. <p> <p>See also <a href="#convertFromImage">convertFromImage</a>(). <p>Example: <a href="qmag-example.html#x1783">qmag/qmag.cpp</a>. -<h3 class=fn><a href="ntqbitmap.html">TQBitmap</a> <a name="createHeuristicMask"></a>TQPixmap::createHeuristicMask ( bool clipTight = TRUE ) const +<h3 class=fn><a href="tqbitmap.html">TQBitmap</a> <a name="createHeuristicMask"></a>TQPixmap::createHeuristicMask ( bool clipTight = TRUE ) const </h3> Creates and returns a heuristic mask for this pixmap. It works by selecting a color from one of the corners and then chipping away @@ -355,7 +355,7 @@ can do things such as the following: <p> This function is slow because it involves transformation to a <a href="tqimage.html">TQImage</a>, non-trivial computations and a transformation back to a -<a href="ntqbitmap.html">TQBitmap</a>. +<a href="tqbitmap.html">TQBitmap</a>. <p> If <em>clipTight</em> is TRUE the mask is just large enough to cover the pixels; otherwise, the mask is larger than the data pixels. <p> <p>See also <a href="tqimage.html#createHeuristicMask">TQImage::createHeuristicMask</a>(). @@ -542,7 +542,7 @@ pixmap. <h3 class=fn>bool <a name="isTQBitmap"></a>TQPixmap::isTQBitmap () const </h3> -<p> Returns TRUE if this is a <a href="ntqbitmap.html">TQBitmap</a>; otherwise returns FALSE. +<p> Returns TRUE if this is a <a href="tqbitmap.html">TQBitmap</a>; otherwise returns FALSE. <h3 class=fn>bool <a name="load"></a>TQPixmap::load ( const <a href="tqstring.html">TQString</a> & fileName, const char * format, int conversion_flags ) </h3> @@ -596,15 +596,15 @@ using the specified format. If <em>format</em> is not specified the file's format. <p> <p>See also <a href="#ColorMode-enum">TQPixmap::ColorMode</a>. -<h3 class=fn>bool <a name="loadFromData-3"></a>TQPixmap::loadFromData ( const <a href="qbytearray.html">TQByteArray</a> & buf, const char * format = 0, int conversion_flags = 0 ) +<h3 class=fn>bool <a name="loadFromData-3"></a>TQPixmap::loadFromData ( const <a href="tqbytearray.html">TQByteArray</a> & buf, const char * format = 0, int conversion_flags = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<h3 class=fn>const <a href="ntqbitmap.html">TQBitmap</a> * <a name="mask"></a>TQPixmap::mask () const +<h3 class=fn>const <a href="tqbitmap.html">TQBitmap</a> * <a name="mask"></a>TQPixmap::mask () const </h3> <p> Returns the mask bitmap, or 0 if no mask has been set. -<p> <p>See also <a href="#setMask">setMask</a>(), <a href="ntqbitmap.html">TQBitmap</a>, and <a href="#hasAlpha">hasAlpha</a>(). +<p> <p>See also <a href="#setMask">setMask</a>(), <a href="tqbitmap.html">TQBitmap</a>, and <a href="#hasAlpha">hasAlpha</a>(). <h3 class=fn>int <a name="metric"></a>TQPixmap::metric ( int m ) const<tt> [virtual protected]</tt> </h3> @@ -677,7 +677,7 @@ can be used, for example, to save a pixmap directly into a TQByteArray: <pre> TQPixmap pixmap; - <a href="qbytearray.html">TQByteArray</a> ba; + <a href="tqbytearray.html">TQByteArray</a> ba; <a href="ntqbuffer.html">TQBuffer</a> buffer( ba ); buffer.<a href="ntqiodevice.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> ); pixmap.<a href="#save">save</a>( &buffer, "PNG" ); // writes pixmap into ba in PNG format @@ -709,7 +709,7 @@ using the <a href="#setOptimization">setOptimization</a>() function. <p> The initial default <em>optimization</em> setting is <tt>TQPixmap::Normal</tt>. <p> <p>See also <a href="#defaultOptimization">defaultOptimization</a>(), <a href="#setOptimization">setOptimization</a>(), and <a href="#optimization">optimization</a>(). -<h3 class=fn>void <a name="setMask"></a>TQPixmap::setMask ( const <a href="ntqbitmap.html">TQBitmap</a> & newmask ) +<h3 class=fn>void <a name="setMask"></a>TQPixmap::setMask ( const <a href="tqbitmap.html">TQBitmap</a> & newmask ) </h3> Sets a mask bitmap. <p> The <em>newmask</em> bitmap defines the clip mask for this pixmap. Every @@ -726,7 +726,7 @@ data to be cleared. For example: Now, alpha and alphacopy are visually different. <p> Setting a <a href="#isNull">null</a> mask resets the mask. -<p> <p>See also <a href="#mask">mask</a>(), <a href="#createHeuristicMask">createHeuristicMask</a>(), and <a href="ntqbitmap.html">TQBitmap</a>. +<p> <p>See also <a href="#mask">mask</a>(), <a href="#createHeuristicMask">createHeuristicMask</a>(), and <a href="tqbitmap.html">TQBitmap</a>. <h3 class=fn>void <a name="setOptimization"></a>TQPixmap::setOptimization ( <a href="ntqpixmap.html#Optimization-enum">Optimization</a> optimization ) </h3> |