Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > fc669c0115c2f74e1d26807f2cb98f7a > files > 651

soprano-apidocs-2.5.2-1.fc13.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.5.2/soprano/vocabulary/nao.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.1 -->
<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 class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;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 class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>/builddir/build/BUILD/soprano-2.5.2/soprano/vocabulary/nao.h</h1>  </div>
</div>
<div class="contents">
<a href="nao_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 has been generated by the onto2vocabularyclass tool</span>
<a name="l00003"></a>00003 <span class="comment"> * copyright (C) 2007-2008 Sebastian Trueg &lt;trueg@kde.org&gt;</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00006"></a>00006 <span class="comment"> * modify it under the terms of the GNU Library General Public</span>
<a name="l00007"></a>00007 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00008"></a>00008 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00011"></a>00011 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00013"></a>00013 <span class="comment"> * Library General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * You should have received a copy of the GNU Library General Public License</span>
<a name="l00016"></a>00016 <span class="comment"> * along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00017"></a>00017 <span class="comment"> * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00018"></a>00018 <span class="comment"> * Boston, MA 02110-1301, USA.</span>
<a name="l00019"></a>00019 <span class="comment"> */</span>
<a name="l00020"></a>00020 
<a name="l00021"></a>00021 <span class="preprocessor">#ifndef _SOPRANO_NAO_H_</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define _SOPRANO_NAO_H_</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;QtCore/QUrl&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;<a class="code" href="soprano__export_8h.html">soprano_export.h</a>&quot;</span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="keyword">namespace </span>Soprano {
<a name="l00028"></a>00028     <span class="keyword">namespace </span>Vocabulary {
<a name="l00029"></a><a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html">00029</a>         <span class="keyword">namespace </span>NAO {
<a name="l00033"></a>00033             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a6087c2767bb87b7b748b6772374ee723">naoNamespace</a>();
<a name="l00034"></a>00034 
<a name="l00041"></a>00041             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#ab07338dc2cb6ae8a857615e8a1a29555">FreeDesktopIcon</a>();
<a name="l00042"></a>00042 
<a name="l00048"></a>00048             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#ab696e42478c940d583c45d3f1fbe3418">Party</a>();
<a name="l00049"></a>00049 
<a name="l00055"></a>00055             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a47ee60188a8737d66ed13d69ad1c5c04">Symbol</a>();
<a name="l00056"></a>00056 
<a name="l00062"></a>00062             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#ab9c155266802a154fe593cd8e4a79c5f">Tag</a>();
<a name="l00063"></a>00063 
<a name="l00069"></a>00069             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#ad428036b5bc50edff4e479f43eff1d0c">altLabel</a>();
<a name="l00070"></a>00070 
<a name="l00076"></a>00076             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#ac806b69898a40cd73a4b26487e264e83">altSymbol</a>();
<a name="l00077"></a>00077 
<a name="l00083"></a>00083             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a254f0832fbf85642da893081dd160dbd">annotation</a>();
<a name="l00084"></a>00084 
<a name="l00091"></a>00091             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#af8a7ef54404df66890872c8e7ebab178">contributor</a>();
<a name="l00092"></a>00092 
<a name="l00098"></a>00098             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#aa3e58677dba5672c0954a04e8b1bf782">created</a>();
<a name="l00099"></a>00099 
<a name="l00106"></a>00106             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a19bfd74b3a866ec918946b2cd7b5f652">creator</a>();
<a name="l00107"></a>00107 
<a name="l00113"></a>00113             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a23a2ace17892de4e5f0a5e0d5d989dd1">description</a>();
<a name="l00114"></a>00114 
<a name="l00120"></a>00120             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#ab594574276b4b4b8f795ef25bebd30f7">engineeringTool</a>();
<a name="l00121"></a>00121 
<a name="l00127"></a>00127             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a7a99858a7c6071682a116ae6fccd0bd3">hasDefaultNamespace</a>();
<a name="l00128"></a>00128 
<a name="l00134"></a>00134             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a2bbe600263be3c2b5043385be30e2dc2">hasDefaultNamespaceAbbreviation</a>();
<a name="l00135"></a>00135 
<a name="l00142"></a>00142             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a13c5e4660665390761fab483d946793e">hasSubResource</a>();
<a name="l00143"></a>00143 
<a name="l00150"></a>00150             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#ad9afe65dce6eeb708f923d9a2cda0b2f">hasSuperResource</a>();
<a name="l00151"></a>00151 
<a name="l00157"></a>00157             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a92d6bd8fbd42e35c4cb6077f80704c35">hasSymbol</a>();
<a name="l00158"></a>00158 
<a name="l00164"></a>00164             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#ae34f4c43728c58ba49f4e5bdc040c0ba">hasTag</a>();
<a name="l00165"></a>00165 
<a name="l00172"></a>00172             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a04acd89e3db800ea0aa7ed7f34c8355a">hasTopic</a>();
<a name="l00173"></a>00173 
<a name="l00180"></a>00180             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a88e289fef5a7e0b1e80485b610486144">iconName</a>();
<a name="l00181"></a>00181 
<a name="l00187"></a>00187             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a17fbc8e1e181057f8e102967c31316ae">identifier</a>();
<a name="l00188"></a>00188 
<a name="l00195"></a>00195             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a7080f873de9cddf13ed93e9aa557e4bb">isRelated</a>();
<a name="l00196"></a>00196 
<a name="l00202"></a>00202             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a0f83dff96666c0e63fffe90a4b4e4564">isTagFor</a>();
<a name="l00203"></a>00203 
<a name="l00210"></a>00210             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#ade25feaa3a5a44ff9dff537caa9e9761">isTopicOf</a>();
<a name="l00211"></a>00211 
<a name="l00217"></a>00217             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a7b54b50d54b959f899deface4c9bab24">lastModified</a>();
<a name="l00218"></a>00218 
<a name="l00224"></a>00224             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#aff3b9ef4d5ed6ad48b3893e81f64634c">modified</a>();
<a name="l00225"></a>00225 
<a name="l00233"></a>00233             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a0c9eba4dfd087ac10055e54a98676651">numericRating</a>();
<a name="l00234"></a>00234 
<a name="l00240"></a>00240             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a950d69c4b3ce33da3505a6d4c1613027">personalIdentifier</a>();
<a name="l00241"></a>00241 
<a name="l00247"></a>00247             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a469befa38fe0457177258bc909d908dc">pluralPrefLabel</a>();
<a name="l00248"></a>00248 
<a name="l00254"></a>00254             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a95a4354b0b114cfd4d8fba12ae2fabaa">prefLabel</a>();
<a name="l00255"></a>00255 
<a name="l00261"></a>00261             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a84fba25bf1e20da12ed7700b6388c049">prefSymbol</a>();
<a name="l00262"></a>00262 
<a name="l00268"></a>00268             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a12c4ad23ee7e945e565e8f6b30e4d276">rating</a>();
<a name="l00269"></a>00269 
<a name="l00275"></a>00275             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#aa5c22fe8b87ae61b8309e58b226dd6b7">score</a>();
<a name="l00276"></a>00276 
<a name="l00285"></a>00285             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#aa7e058921489edcf7c86e7fc20bfd582">scoreParameter</a>();
<a name="l00286"></a>00286 
<a name="l00293"></a>00293             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#ab35cb0ae88e6d33b6c97ac21a4f6451e">serializationLanguage</a>();
<a name="l00294"></a>00294 
<a name="l00300"></a>00300             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a0367f02578a973c7cd4e2b529550a75c">status</a>();
<a name="l00301"></a>00301 
<a name="l00307"></a>00307             <a class="code" href="soprano__export_8h.html#a4f040b77f4fdd45fda0c3d6ced1e3776">SOPRANO_EXPORT</a> <a class="codeRef" href="qurl.html">QUrl</a> <a class="code" href="namespaceSoprano_1_1Vocabulary_1_1NAO.html#a19104d724f0b1c980403d3c518d6780f">version</a>();
<a name="l00308"></a>00308         }
<a name="l00309"></a>00309     }
<a name="l00310"></a>00310 }
<a name="l00311"></a>00311 
<a name="l00312"></a>00312 <span class="preprocessor">#endif</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Thu Oct 21 2010 for Soprano by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>