Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 5b6c31d6428e1f6ea754ea6f7b1aed6e > files > 10

soprano-apidocs-2.6.0-2.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Soprano: /builddir/build/BUILD/soprano-2.6.0/soprano/util/asyncmodel.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript">
function hasClass(ele,cls) {
  return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}

function addClass(ele,cls) {
  if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}

function removeClass(ele,cls) {
  if (hasClass(ele,cls)) {
    var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
    ele.className=ele.className.replace(reg,' ');
  }
}

function toggleVisibility(linkObj) {
 var base = linkObj.getAttribute('id');
 var summary = document.getElementById(base + '-summary');
 var content = document.getElementById(base + '-content');
 var trigger = document.getElementById(base + '-trigger');
 if ( hasClass(linkObj,'closed') ) {
   summary.style.display = 'none';
   content.style.display = 'block';
   trigger.src = 'open.png';
   removeClass(linkObj,'closed');
   addClass(linkObj,'opened');
 } else if ( hasClass(linkObj,'opened') ) {
   summary.style.display = 'block';
   content.style.display = 'none';
   trigger.src = 'closed.png';
   removeClass(linkObj,'opened');
   addClass(linkObj,'closed');
 }
 return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Soprano&#160;<span id="projectnumber">2.6.0</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>/builddir/build/BUILD/soprano-2.6.0/soprano/util/asyncmodel.h</h1>  </div>
</div>
<div class="contents">
<a href="asyncmodel_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * This file is part of Soprano Project.</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2008 Sebastian Trueg &lt;trueg@kde.org&gt;</span>
<a name="l00005"></a>00005 <span class="comment"> *</span>
<a name="l00006"></a>00006 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00007"></a>00007 <span class="comment"> * modify it under the terms of the GNU Library General Public</span>
<a name="l00008"></a>00008 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00009"></a>00009 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
<a name="l00010"></a>00010 <span class="comment"> *</span>
<a name="l00011"></a>00011 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00012"></a>00012 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00013"></a>00013 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00014"></a>00014 <span class="comment"> * Library General Public License for more details.</span>
<a name="l00015"></a>00015 <span class="comment"> *</span>
<a name="l00016"></a>00016 <span class="comment"> * You should have received a copy of the GNU Library General Public License</span>
<a name="l00017"></a>00017 <span class="comment"> * along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00018"></a>00018 <span class="comment"> * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00019"></a>00019 <span class="comment"> * Boston, MA 02110-1301, USA.</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="preprocessor">#ifndef _SOPRANO_ASYNC_MODEL_H_</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define _SOPRANO_ASYNC_MODEL_H_</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;filtermodel.h&quot;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &quot;<a class="code" href="asyncresult_8h.html">asyncresult.h</a>&quot;</span> <span class="comment">// backwards comp when AsyncResult was defined in this header</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="preprocessor">#include &quot;soprano_export.h&quot;</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="keyword">namespace </span>Soprano {
<a name="l00032"></a>00032 
<a name="l00033"></a>00033     <span class="keyword">class </span><a class="code" href="namespaceSoprano_1_1Vocabulary_1_1RDF.html#af23b686a1c9a8978fe3d60138375f329">Statement</a>;
<a name="l00034"></a>00034     <span class="keyword">class </span>StatementIterator;
<a name="l00035"></a>00035     <span class="keyword">class </span>Node;
<a name="l00036"></a>00036     <span class="keyword">class </span>NodeIterator;
<a name="l00037"></a>00037     <span class="keyword">class </span>QueryResultIterator;
<a name="l00038"></a>00038 
<a name="l00039"></a>00039     <span class="keyword">namespace </span>Util {
<a name="l00040"></a><a class="code" href="namespaceSoprano_1_1Util.html">00040</a> 
<a name="l00041"></a>00041         <span class="keyword">class </span>AsyncModelPrivate;
<a name="l00042"></a>00042 
<a name="l00067"></a>00067         <span class="keyword">class </span><a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="code" href="classSoprano_1_1Util_1_1AsyncModel.html" title="Filter model that allows to perform operations asyncroneously.">AsyncModel</a> : <span class="keyword">public</span> <a class="code" href="classSoprano_1_1FilterModel.html" title="A FilterModel is a virtual model that wraps another Model.">FilterModel</a>
<a name="l00068"></a><a class="code" href="classSoprano_1_1Util_1_1AsyncModel.html">00068</a>         {
<a name="l00069"></a>00069             Q_OBJECT
<a name="l00070"></a>00070 
<a name="l00071"></a>00071         <span class="keyword">public</span>:
<a name="l00077"></a>00077             <a class="code" href="classSoprano_1_1Util_1_1AsyncModel.html" title="Filter model that allows to perform operations asyncroneously.">AsyncModel</a>( <a class="code" href="classSoprano_1_1Model.html" title="A Model is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements.">Model</a>* parent = 0 );
<a name="l00078"></a>00078 
<a name="l00082"></a>00082             ~<a class="code" href="classSoprano_1_1Util_1_1AsyncModel.html" title="Filter model that allows to perform operations asyncroneously.">AsyncModel</a>();
<a name="l00083"></a>00083 
<a name="l00089"></a>00089             <span class="keyword">enum</span> <a class="code" href="classSoprano_1_1Util_1_1AsyncModel.html#a603c50087a4c48d816f6ed28ef946216">AsyncModelMode</a> {
<a name="l00095"></a>00095                 SingleThreaded,
<a name="l00096"></a><a class="code" href="classSoprano_1_1Util_1_1AsyncModel.html#a603c50087a4c48d816f6ed28ef946216a1749db71b5398f5f9c9b918d71a5001f">00096</a> 
<a name="l00102"></a>00102                 MultiThreaded
<a name="l00103"></a><a class="code" href="classSoprano_1_1Util_1_1AsyncModel.html#a603c50087a4c48d816f6ed28ef946216a9880e88a8ca617fdd724e396b59e999b">00103</a>             };
<a name="l00104"></a>00104 
<a name="l00113"></a>00113             <span class="keywordtype">void</span> setMode( AsyncModelMode mode );
<a name="l00114"></a>00114 
<a name="l00122"></a>00122             AsyncModelMode mode() <span class="keyword">const</span>;
<a name="l00123"></a>00123 
<a name="l00134"></a>00134             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* addStatementAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Statement.html" title="A Statement instance represents one RDF quadruple.">Statement</a>&amp; statement );
<a name="l00135"></a>00135 
<a name="l00141"></a>00141             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* addStatementAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1RDF.html#a803a0b2775b07dcd50826e920dac4539">subject</a>, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1RDF.html#a58fc26cecb8631102c8e45296d3305db">predicate</a>, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <span class="keywordtype">object</span>, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1SIL.html#a3e7ce7c5a205285635b1dfec8649f4ef">context</a> = <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>() );
<a name="l00142"></a>00142 
<a name="l00148"></a>00148             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* addStatementsAsync( <span class="keyword">const</span> <a class="codeRef" href="qlist.html">QList&lt;Statement&gt;</a>&amp; statements );
<a name="l00149"></a>00149 
<a name="l00162"></a>00162             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* removeStatementAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Statement.html" title="A Statement instance represents one RDF quadruple.">Statement</a>&amp; statement );
<a name="l00163"></a>00163 
<a name="l00169"></a>00169             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* removeStatementAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; subject, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; predicate, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <span class="keywordtype">object</span>, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1SIL.html#a3e7ce7c5a205285635b1dfec8649f4ef">context</a> = <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>() );
<a name="l00170"></a>00170 
<a name="l00176"></a>00176             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* removeStatementsAsync( <span class="keyword">const</span> <a class="codeRef" href="qlist.html">QList&lt;Statement&gt;</a>&amp; statements );
<a name="l00177"></a>00177 
<a name="l00190"></a>00190             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* removeAllStatementsAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Statement.html" title="A Statement instance represents one RDF quadruple.">Statement</a>&amp; statement );
<a name="l00191"></a>00191 
<a name="l00197"></a>00197             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* removeAllStatementsAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; subject, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; predicate, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <span class="keywordtype">object</span>, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1SIL.html#a3e7ce7c5a205285635b1dfec8649f4ef">context</a> = <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>() );
<a name="l00198"></a>00198 
<a name="l00207"></a>00207             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* isEmptyAsync() <span class="keyword">const</span>;
<a name="l00208"></a>00208 
<a name="l00217"></a>00217             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* statementCountAsync() <span class="keyword">const</span>;
<a name="l00218"></a>00218 
<a name="l00230"></a>00230             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* listStatementsAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Statement.html" title="A Statement instance represents one RDF quadruple.">Statement</a>&amp; statement ) <span class="keyword">const</span>;
<a name="l00231"></a>00231 
<a name="l00237"></a>00237             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* listStatementsAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; subject, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; predicate, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <span class="keywordtype">object</span>, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1SIL.html#a3e7ce7c5a205285635b1dfec8649f4ef">context</a> = <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>() ) <span class="keyword">const</span>;
<a name="l00238"></a>00238 
<a name="l00246"></a>00246             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* listStatementsAsync() <span class="keyword">const</span>;
<a name="l00247"></a>00247 
<a name="l00256"></a>00256             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* listContextsAsync() <span class="keyword">const</span>;
<a name="l00257"></a>00257 
<a name="l00276"></a>00276             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* executeQueryAsync( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; query,
<a name="l00277"></a>00277                                             <a class="code" href="namespaceSoprano_1_1Query.html#ab568869993a9d6c452c8e5a34d5ac26c">Query::QueryLanguage</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1Xesam.html#a24eb968dfba3510cc343904910f0059d">language</a>,
<a name="l00278"></a>00278                                             <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; userQueryLanguage = <a class="codeRef" href="qstring.html">QString</a>() ) <span class="keyword">const</span>;
<a name="l00279"></a>00279 
<a name="l00292"></a>00292             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* containsStatementAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Statement.html" title="A Statement instance represents one RDF quadruple.">Statement</a>&amp; statement ) <span class="keyword">const</span>;
<a name="l00293"></a>00293 
<a name="l00299"></a>00299             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* containsStatementAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; subject, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; predicate, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <span class="keywordtype">object</span>, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1SIL.html#a3e7ce7c5a205285635b1dfec8649f4ef">context</a> = <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>() ) <span class="keyword">const</span>;
<a name="l00300"></a>00300 
<a name="l00312"></a>00312             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* containsAnyStatementAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Statement.html" title="A Statement instance represents one RDF quadruple.">Statement</a>&amp; statement ) <span class="keyword">const</span>;
<a name="l00313"></a>00313 
<a name="l00319"></a>00319             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* containsAnyStatementAsync( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; subject, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; predicate, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <span class="keywordtype">object</span>, <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>&amp; <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1SIL.html#a3e7ce7c5a205285635b1dfec8649f4ef">context</a> = <a class="code" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a>() ) <span class="keyword">const</span>;
<a name="l00320"></a>00320 
<a name="l00329"></a>00329             <a class="code" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel.">AsyncResult</a>* createBlankNodeAsync();
<a name="l00330"></a>00330 
<a name="l00339"></a>00339             <a class="code" href="classSoprano_1_1StatementIterator.html" title="An iterator that provides a stream of Statements.">StatementIterator</a> listStatements( <span class="keyword">const</span> <a class="code" href="classSoprano_1_1Statement.html" title="A Statement instance represents one RDF quadruple.">Statement</a>&amp; partial ) <span class="keyword">const</span>;
<a name="l00340"></a>00340 
<a name="l00349"></a>00349             <a class="code" href="classSoprano_1_1NodeIterator.html" title="An iterator that provides a stream of Nodes.">NodeIterator</a> listContexts() <span class="keyword">const</span>;
<a name="l00350"></a>00350 
<a name="l00359"></a>00359             <a class="code" href="classSoprano_1_1QueryResultIterator.html" title="An iterator for query results.">QueryResultIterator</a> executeQuery( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; query, <a class="code" href="namespaceSoprano_1_1Query.html#ab568869993a9d6c452c8e5a34d5ac26c">Query::QueryLanguage</a> language, <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; userQueryLanguage = <a class="codeRef" href="qstring.html">QString</a>() ) <span class="keyword">const</span>;
<a name="l00360"></a>00360 
<a name="l00361"></a>00361             <span class="keyword">using</span> <a class="code" href="classSoprano_1_1FilterModel.html#a1994117b73985823f12cb76192fdcda1">FilterModel::addStatement</a>;
<a name="l00362"></a>00362             <span class="keyword">using</span> <a class="code" href="classSoprano_1_1FilterModel.html#af6bf72a84ffb0fe92c2470eeb0eb8b4e">FilterModel::removeStatement</a>;
<a name="l00363"></a>00363             <span class="keyword">using</span> <a class="code" href="classSoprano_1_1Model.html#ad24bce8972e94eeaa15d811131204394">FilterModel::removeAllStatements</a>;
<a name="l00364"></a>00364             <span class="keyword">using</span> <a class="code" href="classSoprano_1_1Model.html#a3731d8cd907919b237d0ba2f93d9b572">FilterModel::listStatements</a>;
<a name="l00365"></a>00365             <span class="keyword">using</span> <a class="code" href="classSoprano_1_1FilterModel.html#af846accbea848739b50cd4e0f3f832e1">FilterModel::containsStatement</a>;
<a name="l00366"></a>00366             <span class="keyword">using</span> <a class="code" href="classSoprano_1_1FilterModel.html#ae3dc83bde44d1de4055eaea93f392c0a">FilterModel::containsAnyStatement</a>;
<a name="l00367"></a>00367 
<a name="l00368"></a>00368         <span class="keyword">private</span>:
<a name="l00369"></a>00369             AsyncModelPrivate* <span class="keyword">const</span> d;
<a name="l00370"></a>00370 
<a name="l00371"></a>00371             Q_PRIVATE_SLOT( d, <span class="keywordtype">void</span> _s_executeNextCommand() )
<a name="l00372"></a>00372         };
<a name="l00373"></a>00373     }
<a name="l00374"></a>00374 }
<a name="l00375"></a>00375 
<a name="l00376"></a>00376 <span class="preprocessor">#endif</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Mar 11 2011 for Soprano by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>