Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 4f48f620eaa1d8b8f904a92a0540d40f > files > 1072

audaspace-doc-1.3.0-18.mga7.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Audaspace: ILockable Interface Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Audaspace
   &#160;<span id="projectnumber">1.3.0</span>
   </div>
   <div id="projectbrief">A high level audio library.</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classILockable-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">ILockable Interface Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div>  </div>
</div><!--header-->
<div class="contents">

<p>This class provides an interface for lockable objects.  
 <a href="classILockable.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="ILockable_8h_source.html">ILockable.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for ILockable:</div>
<div class="dyncontent">
<div class="center"><img src="classILockable__inherit__graph.png" border="0" usemap="#ILockable_inherit__map" alt="Inheritance graph"/></div>
<map name="ILockable_inherit__map" id="ILockable_inherit__map">
<area shape="rect"  title="This class provides an interface for lockable objects." alt="" coords="251,5,331,32"/>
<area shape="rect"  href="classIDevice.html" title="The IDevice interface represents an output device for sound sources." alt="" coords="147,80,212,107"/>
<area shape="rect"  href="classSequenceData.html" title="This class represents sequenced entries to play a sound scene." alt="" coords="237,80,346,107"/>
<area shape="rect"  href="classSequenceEntry.html" title="This class represents a sequenced entry in a sequencer sound." alt="" coords="370,80,482,107"/>
<area shape="rect"  href="classNULLDevice.html" title="This device plays nothing." alt="" coords="5,155,100,181"/>
<area shape="rect"  href="classOpenALDevice.html" title="This device plays through OpenAL." alt="" coords="124,155,235,181"/>
<area shape="rect"  href="classSoftwareDevice.html" title="The software device is a generic device with software mixing." alt="" coords="259,155,375,181"/>
<area shape="rect"  href="classJackDevice.html" title="This device plays back through JACK." alt="" coords="160,229,247,256"/>
<area shape="rect"  href="classReadDevice.html" title="This device enables to let the user read raw data out of it." alt="" coords="271,229,363,256"/>
<area shape="rect"  href="classSDLDevice.html" title="This device plays back through SDL, the simple direct media layer." alt="" coords="387,229,473,256"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:abeb599754f0ca2fbbf5d6e944e2be0c9"><td class="memItemLeft" align="right" valign="top"><a id="abeb599754f0ca2fbbf5d6e944e2be0c9"></a>
virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classILockable.html#abeb599754f0ca2fbbf5d6e944e2be0c9">lock</a> ()=0</td></tr>
<tr class="memdesc:abeb599754f0ca2fbbf5d6e944e2be0c9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Locks the object. <br /></td></tr>
<tr class="separator:abeb599754f0ca2fbbf5d6e944e2be0c9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a23bf6c56ff6aeca84cec06919ca078f4"><td class="memItemLeft" align="right" valign="top"><a id="a23bf6c56ff6aeca84cec06919ca078f4"></a>
virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classILockable.html#a23bf6c56ff6aeca84cec06919ca078f4">unlock</a> ()=0</td></tr>
<tr class="memdesc:a23bf6c56ff6aeca84cec06919ca078f4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Unlocks the previously locked object. <br /></td></tr>
<tr class="separator:a23bf6c56ff6aeca84cec06919ca078f4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>This class provides an interface for lockable objects. </p>
</div><hr/>The documentation for this interface was generated from the following file:<ul>
<li>util/<a class="el" href="ILockable_8h_source.html">ILockable.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.15
</small></address>
</body>
</html>