diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
commit | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch) | |
tree | 3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/qmimesourcefactory.html | |
parent | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff) | |
download | tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.tar.gz tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.zip |
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qmimesourcefactory.html')
-rw-r--r-- | doc/html/qmimesourcefactory.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qmimesourcefactory.html b/doc/html/qmimesourcefactory.html index 6706511e4..4261a5e0e 100644 --- a/doc/html/qmimesourcefactory.html +++ b/doc/html/qmimesourcefactory.html @@ -69,7 +69,7 @@ The TQMimeSourceFactory class is an extensible provider of mime-typed data. collection of information. Each piece of information is represented by a <a href="qmimesource.html">TQMimeSource</a> object which can be examined and converted to concrete data types by functions such as -<a href="qimagedrag.html#canDecode">TQImageDrag::canDecode</a>() and <a href="qimagedrag.html#decode">TQImageDrag::decode</a>(). +<a href="tqimagedrag.html#canDecode">TQImageDrag::canDecode</a>() and <a href="tqimagedrag.html#decode">TQImageDrag::decode</a>(). <p> The base TQMimeSourceFactory can be used in two ways: as an abstraction of a collection of files or as specifically stored data. For it to access files, call <a href="#setFilePath">setFilePath</a>() before accessing @@ -97,7 +97,7 @@ as: </pre> <p> To be able to use this image within some rich text, for example -inside a TQLabel, you must create a <a href="ntqimage.html">TQImage</a> from the raw data and +inside a TQLabel, you must create a <a href="tqimage.html">TQImage</a> from the raw data and insert it into the factory with a unique name: <pre> TQMimeSourceFactory::<a href="#defaultFactory">defaultFactory</a>()->setImage( "myimage", TQImage(myimage_data) ); @@ -150,7 +150,7 @@ call, so you should immediately decode the result. store, the factory tries to access the local filesystem. If <em>abs_name</em> isn't an absolute file name, the factory will search for it in all defined paths (see <a href="#setFilePath">setFilePath</a>()). <p> The factory understands all the image formats supported by -<a href="qimageio.html">TQImageIO</a>. Any other mime types are determined by the file name +<a href="tqimageio.html">TQImageIO</a>. Any other mime types are determined by the file name extension. The default settings are <pre> <a href="#setExtensionType">setExtensionType</a>("html", "text/html;charset=iso8859-1"); @@ -243,11 +243,11 @@ Sets the list of directories that will be searched when named data is requested to the those given in the string list <em>path</em>. <p> <p>See also <a href="#filePath">filePath</a>(). -<h3 class=fn>void <a name="setImage"></a>TQMimeSourceFactory::setImage ( const <a href="ntqstring.html">TQString</a> & abs_name, const <a href="ntqimage.html">TQImage</a> & image )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setImage"></a>TQMimeSourceFactory::setImage ( const <a href="ntqstring.html">TQString</a> & abs_name, const <a href="tqimage.html">TQImage</a> & image )<tt> [virtual]</tt> </h3> Sets <em>image</em> to be the data item associated with the absolute name <em>abs_name</em>. -<p> Equivalent to <a href="#setData">setData</a>(abs_name, new <a href="qimagedrag.html">TQImageDrag</a>(image)). +<p> Equivalent to <a href="#setData">setData</a>(abs_name, new <a href="tqimagedrag.html">TQImageDrag</a>(image)). <h3 class=fn>void <a name="setPixmap"></a>TQMimeSourceFactory::setPixmap ( const <a href="ntqstring.html">TQString</a> & abs_name, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap )<tt> [virtual]</tt> </h3> |