Sophie

Sophie

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

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/graph.h File Reference</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>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a>  </div>
  <div class="headertitle">
<h1>/builddir/build/BUILD/soprano-2.5.2/soprano/graph.h File Reference</h1>  </div>
</div>
<div class="contents">
<code>#include &lt;QtCore/QList&gt;</code><br/>
<code>#include &lt;QtCore/QSharedDataPointer&gt;</code><br/>
<code>#include &quot;<a class="el" href="soprano__export_8h_source.html">soprano_export.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="error_8h_source.html">error.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="sopranotypes_8h_source.html">sopranotypes.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="node_8h_source.html">node.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="statement_8h_source.html">statement.h</a>&quot;</code><br/>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
  <img id="dynsection-0-trigger" src="closed.png"/> Include dependency graph for graph.h:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<div class="center"><img src="graph_8h__incl.png" border="0" usemap="#_2builddir_2build_2BUILD_2soprano-2_85_82_2soprano_2graph_8h" alt=""/></div>
<map name="_2builddir_2build_2BUILD_2soprano-2_85_82_2soprano_2graph_8h" id="_2builddir_2build_2BUILD_2soprano-2_85_82_2soprano_2graph_8h">
<area shape="rect" id="node7" href="soprano__export_8h.html" title="soprano_export.h" alt="" coords="787,392,909,421"/><area shape="rect" id="node11" href="error_8h.html" title="error.h" alt="" coords="935,315,993,344"/><area shape="rect" id="node17" href="sopranotypes_8h.html" title="sopranotypes.h" alt="" coords="1068,315,1177,344"/><area shape="rect" id="node23" href="node_8h.html" title="node.h" alt="" coords="585,160,647,189"/><area shape="rect" id="node50" href="statement_8h.html" title="statement.h" alt="" coords="784,83,875,112"/><area shape="rect" id="node31" href="literalvalue_8h.html" title="literalvalue.h" alt="" coords="452,237,545,267"/><area shape="rect" id="node37" href="languagetag_8h.html" title="languagetag.h" alt="" coords="332,315,433,344"/><area shape="rect" id="node48" href="sopranomacros_8h.html" title="sopranomacros.h" alt="" coords="687,237,809,267"/></map>
</div>

<p><a href="graph_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoprano_1_1Graph.html">Soprano::Graph</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A simple collection of statements.  <a href="classSoprano_1_1Graph.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceSoprano.html">Soprano</a></td></tr>
</table>
</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>