diff options
Diffstat (limited to 'doc/html/qmimesourcefactory.html')
-rw-r--r-- | doc/html/qmimesourcefactory.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/qmimesourcefactory.html b/doc/html/qmimesourcefactory.html index 4261a5e0e..79530628a 100644 --- a/doc/html/qmimesourcefactory.html +++ b/doc/html/qmimesourcefactory.html @@ -136,12 +136,12 @@ mimesource factories. If the <a href="#defaultFactory">defaultFactory</a>() can' until the data can be resolved. <p> <p>See also <a href="#removeFactory">removeFactory</a>(). -<h3 class=fn>void <a name="addFilePath"></a>TQMimeSourceFactory::addFilePath ( const <a href="ntqstring.html">TQString</a> & p ) +<h3 class=fn>void <a name="addFilePath"></a>TQMimeSourceFactory::addFilePath ( const <a href="tqstring.html">TQString</a> & p ) </h3> Adds another search path, <em>p</em> to the existing search paths. <p> <p>See also <a href="#setFilePath">setFilePath</a>(). -<h3 class=fn>const <a href="qmimesource.html">TQMimeSource</a> * <a name="data"></a>TQMimeSourceFactory::data ( const <a href="ntqstring.html">TQString</a> & abs_name ) const<tt> [virtual]</tt> +<h3 class=fn>const <a href="qmimesource.html">TQMimeSource</a> * <a name="data"></a>TQMimeSourceFactory::data ( const <a href="tqstring.html">TQString</a> & abs_name ) const<tt> [virtual]</tt> </h3> Returns a reference to the data associated with <em>abs_name</em>. The return value remains valid only until the next <a href="#data">data</a>() or <a href="#setData">setData</a>() @@ -183,10 +183,10 @@ more specialized mime-type detection. The same applies if you want to use the mime source factory to access URL referenced data over a network. -<h3 class=fn>const <a href="qmimesource.html">TQMimeSource</a> * <a name="data-2"></a>TQMimeSourceFactory::data ( const <a href="ntqstring.html">TQString</a> & abs_or_rel_name, const <a href="ntqstring.html">TQString</a> & context ) const +<h3 class=fn>const <a href="qmimesource.html">TQMimeSource</a> * <a name="data-2"></a>TQMimeSourceFactory::data ( const <a href="tqstring.html">TQString</a> & abs_or_rel_name, const <a href="tqstring.html">TQString</a> & context ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> A convenience function. See <a href="#data">data</a>(const <a href="ntqstring.html">TQString</a>& abs_name). The +<p> A convenience function. See <a href="#data">data</a>(const <a href="tqstring.html">TQString</a>& abs_name). The file name is given in <em>abs_or_rel_name</em> and the path is in <em>context</em>. <h3 class=fn><a href="qmimesourcefactory.html">TQMimeSourceFactory</a> * <a name="defaultFactory"></a>TQMimeSourceFactory::defaultFactory ()<tt> [static]</tt> @@ -200,11 +200,11 @@ initial factory for the more complex render widgets, <a href="ntqtextedit.html"> <p> <p>See also <a href="#setDefaultFactory">setDefaultFactory</a>(). <p>Examples: <a href="qaction-application-example.html#x1140">action/application.cpp</a> and <a href="simple-application-example.html#x1558">application/application.cpp</a>. -<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="filePath"></a>TQMimeSourceFactory::filePath () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="filePath"></a>TQMimeSourceFactory::filePath () const<tt> [virtual]</tt> </h3> Returns the currently set search paths. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="makeAbsolute"></a>TQMimeSourceFactory::makeAbsolute ( const <a href="ntqstring.html">TQString</a> & abs_or_rel_name, const <a href="ntqstring.html">TQString</a> & context ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="makeAbsolute"></a>TQMimeSourceFactory::makeAbsolute ( const <a href="tqstring.html">TQString</a> & abs_or_rel_name, const <a href="tqstring.html">TQString</a> & context ) const<tt> [virtual]</tt> </h3> Converts the absolute or relative data item name <em>abs_or_rel_name</em> to an absolute name, interpreted within the context (path) of the data item named <em>context</em> (this must be an @@ -216,7 +216,7 @@ Removes the mimesource factory <em>f</em> from the list of available mimesource factories. <p> <p>See also <a href="#addFactory">addFactory</a>(). -<h3 class=fn>void <a name="setData"></a>TQMimeSourceFactory::setData ( const <a href="ntqstring.html">TQString</a> & abs_name, <a href="qmimesource.html">TQMimeSource</a> * data )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setData"></a>TQMimeSourceFactory::setData ( const <a href="tqstring.html">TQString</a> & abs_name, <a href="qmimesource.html">TQMimeSource</a> * data )<tt> [virtual]</tt> </h3> Sets <em>data</em> to be the data item associated with the absolute name <em>abs_name</em>. Note that the ownership of <em>data</em> is @@ -231,30 +231,30 @@ source provider. The ownership of the factory is transferred to TQt. <p> <p>See also <a href="#defaultFactory">defaultFactory</a>(). -<h3 class=fn>void <a name="setExtensionType"></a>TQMimeSourceFactory::setExtensionType ( const <a href="ntqstring.html">TQString</a> & ext, const char * mimetype )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setExtensionType"></a>TQMimeSourceFactory::setExtensionType ( const <a href="tqstring.html">TQString</a> & ext, const char * mimetype )<tt> [virtual]</tt> </h3> Sets the mime-type to be associated with the file name extension, <em>ext</em> to <em>mimetype</em>. This determines the mime-type for files found via the paths set by <a href="#setFilePath">setFilePath</a>(). -<h3 class=fn>void <a name="setFilePath"></a>TQMimeSourceFactory::setFilePath ( const <a href="ntqstringlist.html">TQStringList</a> & path )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFilePath"></a>TQMimeSourceFactory::setFilePath ( const <a href="tqstringlist.html">TQStringList</a> & path )<tt> [virtual]</tt> </h3> 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="tqimage.html">TQImage</a> & image )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setImage"></a>TQMimeSourceFactory::setImage ( const <a href="tqstring.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="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 class=fn>void <a name="setPixmap"></a>TQMimeSourceFactory::setPixmap ( const <a href="tqstring.html">TQString</a> & abs_name, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap )<tt> [virtual]</tt> </h3> Sets <em>pixmap</em> to be the data item associated with the absolute name <em>abs_name</em>. -<h3 class=fn>void <a name="setText"></a>TQMimeSourceFactory::setText ( const <a href="ntqstring.html">TQString</a> & abs_name, const <a href="ntqstring.html">TQString</a> & text )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setText"></a>TQMimeSourceFactory::setText ( const <a href="tqstring.html">TQString</a> & abs_name, const <a href="tqstring.html">TQString</a> & text )<tt> [virtual]</tt> </h3> Sets <em>text</em> to be the data item associated with the absolute name <em>abs_name</em>. |