Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 1215

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qdeclarativegallerytype.cpp -->
  <title>Qt Mobility 1.2: QML DocumentGalleryType Element</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>QtMobility Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li><a href="http://qt.nokia.com/doc/4.7/qdeclarativeelements.html">QML Elements</a></li>
<li>QML DocumentGalleryType Element</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#methods">Methods</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QML DocumentGalleryType Element</h1>
<span class="subtitle"></span>
<!-- $$$DocumentGalleryType-brief -->
<p>The DocumentGalleryType element allows you to request information about an item type from the document gallery. <a href="#details">More...</a></p>
<!-- @@@DocumentGalleryType -->
<p>This element was introduced in  Mobility 1.1.</p>
<ul>
<li><a href="qml-documentgallerytype-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2>Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-documentgallerytype.html#autoUpdate-prop">autoUpdate</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-documentgallerytype.html#available-prop">available</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-documentgallerytype.html#itemType-prop">itemType</a></b></b> : enum</li>
<li class="fn"><b><b><a href="qml-documentgallerytype.html#metaData-prop">metaData</a></b></b> : object</li>
<li class="fn"><b><b><a href="qml-documentgallerytype.html#progress-prop">progress</a></b></b> : real</li>
<li class="fn"><b><b><a href="qml-documentgallerytype.html#properties-prop">properties</a></b></b> : QStringList</li>
<li class="fn"><b><b><a href="qml-documentgallerytype.html#status-prop">status</a></b></b> : enum</li>
</ul>
<a name="methods"></a>
<h2>Methods</h2>
<ul>
<li class="fn"><b><b><a href="qml-documentgallerytype.html#cancel-method">cancel</a></b></b></li>
<li class="fn"><b><b><a href="qml-documentgallerytype.html#clear-method">clear</a></b></b></li>
<li class="fn"><b><b><a href="qml-documentgallerytype.html#reload-method">reload</a></b></b></li>
</ul>
<!-- $$$DocumentGalleryType-description -->
<a name="details"></a>
<h2>Detailed Description</h2>
<p>This element is part of the <b>QtMobility.gallery 1.1</b> module.</p>
<p><b>See also </b><a href="qml-documentgallerymodel.html">DocumentGalleryModel</a> and <a href="qml-documentgalleryitem.html">DocumentGalleryItem</a>.</p>
<!-- @@@DocumentGalleryType -->
<h2>Property Documentation</h2>
<!-- $$$autoUpdate -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="autoUpdate-prop"></a><span class="name">autoUpdate</span> : <span class="type"><a href="http://qt.nokia.com/doc/4.7/qml-bool.html">bool</a></span></p></td></tr></table></div><div class="qmldoc"><p>This property holds whether a request should refresh its results automatically.</p>
<p>This property group was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@autoUpdate -->
<br/>
<!-- $$$available -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="available-prop"></a><span class="qmlreadonly">read-only</span><span class="name">available</span> : <span class="type"><a href="http://qt.nokia.com/doc/4.7/qml-bool.html">bool</a></span></p></td></tr></table></div><div class="qmldoc"><p>This property holds whether the meta-data of a type is available.</p>
<p>This property group was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@available -->
<br/>
<!-- $$$itemType -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="itemType-prop"></a><span class="name">itemType</span> : <span class="type">enum</span></p></td></tr></table></div><div class="qmldoc"><p>This property holds the item type that a request fetches information about. It can be one of:</p>
<ul>
<li>DocumentGallery.InvalidType</li>
<li>DocumentGallery.File</li>
<li>DocumentGallery.Folder</li>
<li>DocumentGallery.Document</li>
<li>DocumentGallery.Text</li>
<li>DocumentGallery.Audio</li>
<li>DocumentGallery.Image</li>
<li>DocumentGallery.Video</li>
<li>DocumentGallery.Playlist</li>
<li>DocumentGallery.Artist</li>
<li>DocumentGallery.AlbumArtist</li>
<li>DocumentGallery.Album</li>
<li>DocumentGallery.AudioGenre</li>
<li>DocumentGallery.PhotoAlbum</li>
</ul>
<p>This property group was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@itemType -->
<br/>
<!-- $$$metaData -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="metaData-prop"></a><span class="qmlreadonly">read-only</span><span class="name">metaData</span> : <span class="type">object</span></p></td></tr></table></div><div class="qmldoc"><p>This property holds the meta-data of an item type/</p>
<p>This property group was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@metaData -->
<br/>
<!-- $$$progress -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="progress-prop"></a><span class="qmlreadonly">read-only</span><span class="name">progress</span> : <span class="type"><a href="http://qt.nokia.com/doc/4.7/qml-real.html">real</a></span></p></td></tr></table></div><div class="qmldoc"><p>This property holds the current progress of the request, from 0.0 (started) to 1.0 (finished).</p>
<p>This property group was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@progress -->
<br/>
<!-- $$$properties -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="properties-prop"></a><span class="name">properties</span> : <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstringlist.html">QStringList</a></span></p></td></tr></table></div><div class="qmldoc"><p>This property holds the type properties a request should return values for.</p>
<p>This property group was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@properties -->
<br/>
<!-- $$$status -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="status-prop"></a><span class="qmlreadonly">read-only</span><span class="name">status</span> : <span class="type">enum</span></p></td></tr></table></div><div class="qmldoc"><p>This property holds the status of a type request. It can be one of:</p>
<ul>
<li>Null No <a href="qml-documentgallerytype.html#itemType-prop">itemType</a> has been specified.</li>
<li>Active Information about an <a href="qml-documentgallerytype.html#itemType-prop">itemType</a> is being fetched from the gallery.</li>
<li>Finished Information about an <a href="qml-documentgallerytype.html#itemType-prop">itemType</a> is available.</li>
<li>Idle Information about an <a href="qml-documentgallerytype.html#itemType-prop">itemType</a> which will be automatically updated is available.</li>
<li>Canceling The query was canceled but hasn't yet reached the canceled status.</li>
<li>Canceled The query was canceled.</li>
<li>Error Information about a type could not be retrieved due to an error.</li>
</ul>
<p>This property group was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@status -->
<br/>
<h2>Method Documentation</h2>
<!-- $$$cancel -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlFuncNode"><p><a name="cancel-method"></a>DocumentGalleryType::<span class="name">cancel</span> ()</p></td></tr></table></div><div class="qmldoc"><p>Cancels an executing request.</p>
<p>This documentation was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@cancel -->
<br/>
<!-- $$$clear -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlFuncNode"><p><a name="clear-method"></a>DocumentGalleryType::<span class="name">clear</span> ()</p></td></tr></table></div><div class="qmldoc"><p>Clears the results of a request.</p>
<p>This documentation was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@clear -->
<br/>
<!-- $$$reload -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlFuncNode"><p><a name="reload-method"></a>DocumentGalleryType::<span class="name">reload</span> ()</p></td></tr></table></div><div class="qmldoc"><p>Re-queries the gallery.</p>
<p>This documentation was introduced in  Mobility 1.1.</p>
</div></div><!-- @@@reload -->
<br/>
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU
    Free Documentation License version 1.3</a>
    as published by the Free Software Foundation.</p>
</div>
</body>
</html>