Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bad97183153701b09df5fae1052b1c30 > files > 3166

crystalspace-doc-1.2.1-5mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Crystal Space 1.2.1: iLibraryReference Struct Reference (Crystal Space 1.2.1 Public API Reference)</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="head">
 <tr height="59">
  <td class="head" width="202" valign="bottom" style="padding-left:0;"><a href="http://www.crystalspace3d.org/"><img src="csblur.png" width="236" height="59" alt="CrystalSpace" border="0"></a></td>
  <td class="head"><h2>Public API Reference</h2></td>
 </tr>
 <tr height="11">
  <td colspan="2" class="headshadow" valign="top" style="padding-left:0;"><img src="csblurb.png" width="236" height="11" alt="" border="0"></td>
 </tr>
</table>
<div class="content">
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li class="current"><a href="classes.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul>
</div>
<h1>iLibraryReference Struct Reference</h1><!-- doxytag: class="iLibraryReference" --><!-- doxytag: inherits="iBase" -->This interface represents a reference to a library file.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="imap_2saverref_8h-source.html">imap/saverref.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for iLibraryReference:</div>
<div class="dynsection">
<p><center><img src="structiLibraryReference__inherit__graph.png" border="0" usemap="#iLibraryReference__inherit__map" alt="Inheritance graph"></center>
<map name="iLibraryReference__inherit__map">
<area shape="rect" href="classscfImplementationExt2.html" title="scfImplementationExt2\&lt; csLibraryReference, csObject, iLibraryReference, iSelfDestruct \&gt;" alt="" coords="293,5,899,32"><area shape="rect" href="structiBase.html" title="This is the basic interface: all other interfaces should be derived from this one..." alt="" coords="5,5,61,32"><area shape="rect" href="classcsLibraryReference.html" title="An object representing a reference to a library." alt="" coords="947,5,1093,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="structiLibraryReference-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiLibraryReference.html#a7f4a2188adaf38829a0db0a67e989fd">GetCheckDupes</a> () const =0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get whether we should check dupes.  <a href="#a7f4a2188adaf38829a0db0a67e989fd"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiLibraryReference.html#39cc196d4585b64696d56526c758fc33">GetFile</a> () const =0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the file name of the library reference.  <a href="#39cc196d4585b64696d56526c758fc33"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiLibraryReference.html#fbc40185ab13da839e22572bc65c2c4d">GetPath</a> () const =0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the path of the library reference.  <a href="#fbc40185ab13da839e22572bc65c2c4d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="structiObject.html">iObject</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiLibraryReference.html#07fda4b84ea210815f41d765043d5b2b">QueryObject</a> ()=0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the <a class="el" href="structiObject.html" title="This interface is an SCF interface for encapsulating csObject.">iObject</a> for this interface.  <a href="#07fda4b84ea210815f41d765043d5b2b"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This interface represents a reference to a library file. 
<p>Definition at line <a class="el" href="imap_2saverref_8h-source.html#l00033">33</a> of file <a class="el" href="imap_2saverref_8h-source.html">saverref.h</a>.</p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="a7f4a2188adaf38829a0db0a67e989fd"></a><!-- doxytag: member="iLibraryReference::GetCheckDupes" ref="a7f4a2188adaf38829a0db0a67e989fd" args="() const =0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool iLibraryReference::GetCheckDupes           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get whether we should check dupes. 
<p>

<p>Implemented in <a class="el" href="classcsLibraryReference.html#86aaedf941f6dac1897029f045122de2">csLibraryReference</a>.</p>

</div>
</div><p>
<a class="anchor" name="39cc196d4585b64696d56526c758fc33"></a><!-- doxytag: member="iLibraryReference::GetFile" ref="39cc196d4585b64696d56526c758fc33" args="() const =0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* iLibraryReference::GetFile           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the file name of the library reference. 
<p>

<p>Implemented in <a class="el" href="classcsLibraryReference.html#48f90a1e56932d5525ca4c6c597d5f07">csLibraryReference</a>.</p>

</div>
</div><p>
<a class="anchor" name="fbc40185ab13da839e22572bc65c2c4d"></a><!-- doxytag: member="iLibraryReference::GetPath" ref="fbc40185ab13da839e22572bc65c2c4d" args="() const =0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* iLibraryReference::GetPath           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the path of the library reference. 
<p>

<p>Implemented in <a class="el" href="classcsLibraryReference.html#9171e7581f1ec64e6c2e154165cdf8f3">csLibraryReference</a>.</p>

</div>
</div><p>
<a class="anchor" name="07fda4b84ea210815f41d765043d5b2b"></a><!-- doxytag: member="iLibraryReference::QueryObject" ref="07fda4b84ea210815f41d765043d5b2b" args="()=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="structiObject.html">iObject</a>* iLibraryReference::QueryObject           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the <a class="el" href="structiObject.html" title="This interface is an SCF interface for encapsulating csObject.">iObject</a> for this interface. 
<p>

<p>Implemented in <a class="el" href="classcsLibraryReference.html#62f14e5580310f858f07c18d2bd3e9d2">csLibraryReference</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>imap/<a class="el" href="imap_2saverref_8h-source.html">saverref.h</a></ul>
<hr size="1"><address><small>Generated for Crystal Space 1.2.1 by 
<a href="http://www.doxygen.org/index.html">doxygen</a> 1.5.3 
</small></address> </div></body> </html>