~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to doc/html/qcontactactionfilter.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    </div>
48
48
    <div id="shortCut">
49
49
      <ul>
50
 
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1 BETA</a></span></li>
 
50
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1</a></span></li>
51
51
        <li class="shortCut-topleft-active"><a href="http://doc.qt.nokia.com">ALL VERSIONS        </a></li>
52
52
      </ul>
53
53
     </div>
178
178
<p>Constructs a new action filter</p>
179
179
<h3 class="fn"><a name="QContactActionFilter-2"></a>QContactActionFilter::QContactActionFilter ( const <a href="qcontactfilter.html">QContactFilter</a> &amp; <i>other</i> )</h3>
180
180
<p>Constructs a copy of <i>other</i> if possible, otherwise constructs a new action filter</p>
181
 
<h3 class="fn"><a name="actionName"></a>QString QContactActionFilter::actionName () const</h3>
 
181
<h3 class="fn"><a name="actionName"></a><a href="http://qt.nokia.com/doc/4.6/qstring.html">QString</a> QContactActionFilter::actionName () const</h3>
182
182
<p>Returns the action name criterion of the filter</p>
183
183
<p>See also <a href="qcontactactionfilter.html#setActionName">setActionName</a>().</p>
184
 
<h3 class="fn"><a name="setActionName"></a>void QContactActionFilter::setActionName ( const QString &amp; <i>action</i> )</h3>
 
184
<h3 class="fn"><a name="setActionName"></a>void QContactActionFilter::setActionName ( const <a href="http://qt.nokia.com/doc/4.6/qstring.html">QString</a> &amp; <i>action</i> )</h3>
185
185
<p>Sets the name of the action whose availability is required to <i>action</i></p>
186
186
<p>See also <a href="qcontactactionfilter.html#actionName">actionName</a>().</p>
187
187
</div>