Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2102

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<class name="QLibraryInfo" doc="/**
&lt;p&gt;The &lt;a href=&quot;QLibraryInfo.html&quot;&gt;&lt;tt&gt;QLibraryInfo&lt;/tt&gt;&lt;/a&gt; class provides information about the Qt library.&lt;/p&gt;
&lt;p&gt;Many pieces of information are established when Qt is configured. Installation paths, license information, and even a unique build key. This class provides an abstraction for accessing this information.&lt;/p&gt;
&lt;p&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;2&quot; cellspacing=&quot;1&quot; border=&quot;0&quot;&gt;
&lt;thead&gt;&lt;tr valign=&quot;top&quot; class=&quot;qt-style&quot;&gt;&lt;th&gt;Function&lt;/th&gt;&lt;th&gt;Return value&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;
&lt;tr valign=&quot;top&quot; class=&quot;odd&quot;&gt;&lt;td&gt;&lt;a href=&quot;QLibraryInfo.html#buildKey()&quot;&gt;&lt;tt&gt;buildKey&lt;/tt&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;A string that identifies the Qt version and the configuration. This key is used to ensure that plugins&lt;/tt&gt; link against the same version of Qt as the application.&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot; class=&quot;even&quot;&gt;&lt;td&gt;&lt;a href=&quot;QLibraryInfo.html#location(com.trolltech.qt.core.QLibraryInfo.LibraryLocation)&quot;&gt;&lt;tt&gt;location&lt;/tt&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;The path to a certain Qt component (e.g&amp;#x2e;, documentation, header files).&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot; class=&quot;odd&quot;&gt;&lt;td&gt;&lt;a href=&quot;QLibraryInfo.html#licensee()&quot;&gt;&lt;tt&gt;licensee&lt;/tt&gt;&lt;/a&gt;, &lt;a href=&quot;QLibraryInfo.html#licensedProducts()&quot;&gt;&lt;tt&gt;licensedProducts&lt;/tt&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Licensing information.&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;
&lt;p&gt;You can also use a &lt;tt&gt;qt.conf&lt;/tt&gt; file to override the hard-coded paths that are compiled into the Qt library. For more information, see the &lt;a href=&quot;%2E%2E/qt-conf.html&quot;&gt;Using qt.conf&lt;/tt&gt;&lt;/a&gt; documentation.&lt;/p&gt;

@see &lt;tt&gt;QSysInfo&lt;/tt&gt;
@see &lt;a href=&quot;%2E%2E/qt-conf.html&quot;&gt;Using qt.conf&lt;/tt&gt;&lt;/a&gt; */">
    <method name="public native static java.lang.String buildKey()" doc="/**
&lt;p&gt;Returns a unique key identifying this build of Qt and its configurations. This key is not globally unique, rather only useful for establishing of two configurations are compatible. This can be used to compare with the &lt;tt&gt;QT_BUILD_KEY&lt;/tt&gt; preprocessor symbol.&lt;/p&gt;

@see &lt;a href=&quot;QLibraryInfo.html#location(com.trolltech.qt.core.QLibraryInfo.LibraryLocation)&quot;&gt;&lt;tt&gt;location&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public native static java.lang.String licensedProducts()" doc="/**
&lt;p&gt;Returns the products that the license for this build of Qt has access to.&lt;/p&gt;

@see &lt;a href=&quot;QLibraryInfo.html#licensee()&quot;&gt;&lt;tt&gt;licensee&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public native static java.lang.String licensee()" doc="/**
&lt;p&gt;Returns the person to whom this build of Qt is licensed.&lt;/p&gt;

@see &lt;a href=&quot;QLibraryInfo.html#licensedProducts()&quot;&gt;&lt;tt&gt;licensedProducts&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public static java.lang.String location(com.trolltech.qt.core.QLibraryInfo.LibraryLocation arg__1)" doc="/**
&lt;p&gt;Returns the location specified by &lt;tt&gt;arg__1&lt;/tt&gt;.&lt;/p&gt;
 */"/>
    <enum name="LibraryLocation" doc="/**
&lt;a name=&quot;library-location&quot;&gt;&lt;/a&gt;&lt;p&gt;This enum type is used to specify a specific location specifier:&lt;/p&gt;
&lt;p&gt;&lt;table border=&quot;1&quot; cellpadding=&quot;2&quot; cellspacing=&quot;1&quot; width=&quot;100%&quot;&gt;
&lt;tr&gt;&lt;th width=&quot;25%&quot;&gt;Constant&lt;/th&gt;&lt;th width=&quot;15%&quot;&gt;Value&lt;/th&gt;&lt;th width=&quot;60%&quot;&gt;Description&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;PrefixPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;0&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The default prefix for all paths.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;DocumentationPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;1&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The location for documentation upon install.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;HeadersPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;2&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The location for all headers.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;LibrariesPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;3&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The location of installed librarires.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;BinariesPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;4&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The location of installed Qt binaries (tools and applications).&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;PluginsPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;5&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The location of installed Qt plugins.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;DataPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;6&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The location of general Qt data.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;TranslationsPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;7&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The location of translation information for Qt strings.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;SettingsPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;8&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The location for Qt settings.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;ExamplesPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;10&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The location for examples upon install.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;tt&gt;DemosPath&lt;/tt&gt;&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;tt&gt;9&lt;/tt&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The location for demos upon install.&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;

@see &lt;a href=&quot;QLibraryInfo.html#location(com.trolltech.qt.core.QLibraryInfo.LibraryLocation)&quot;&gt;&lt;tt&gt;location&lt;/tt&gt;&lt;/a&gt; */">
        <enum-value name="PrefixPath" doc="/**
&lt;p&gt;The default prefix for all paths.&lt;/p&gt;
 */"/>
        <enum-value name="DocumentationPath" doc="/**
&lt;p&gt;The location for documentation upon install.&lt;/p&gt;
 */"/>
        <enum-value name="HeadersPath" doc="/**
&lt;p&gt;The location for all headers.&lt;/p&gt;
 */"/>
        <enum-value name="LibrariesPath" doc="/**
&lt;p&gt;The location of installed librarires.&lt;/p&gt;
 */"/>
        <enum-value name="BinariesPath" doc="/**
&lt;p&gt;The location of installed Qt binaries (tools and applications).&lt;/p&gt;
 */"/>
        <enum-value name="PluginsPath" doc="/**
&lt;p&gt;The location of installed Qt plugins.&lt;/p&gt;
 */"/>
        <enum-value name="DataPath" doc="/**
&lt;p&gt;The location of general Qt data.&lt;/p&gt;
 */"/>
        <enum-value name="TranslationsPath" doc="/**
&lt;p&gt;The location of translation information for Qt strings.&lt;/p&gt;
 */"/>
        <enum-value name="SettingsPath" doc="/**
&lt;p&gt;The location for Qt settings.&lt;/p&gt;
 */"/>
        <enum-value name="DemosPath" doc="/**
&lt;p&gt;The location for demos upon install.&lt;/p&gt;
 */"/>
        <enum-value name="ExamplesPath" doc="/**
&lt;p&gt;The location for examples upon install.&lt;/p&gt;
 */"/>
</enum>
</class>