Files
Bomberman/classWAL_1_1ISystem.html
2021-06-26 11:31:13 +00:00

246 lines
24 KiB
HTML

<!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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Bomberman: WAL::ISystem Class 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">Bomberman
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceWAL.html">WAL</a></li><li class="navelem"><a class="el" href="classWAL_1_1ISystem.html">ISystem</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classWAL_1_1ISystem-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">WAL::ISystem Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
</div><!--header-->
<div class="contents">
<p>A base class that represent a system.
<a href="classWAL_1_1ISystem.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="ISystem_8hpp_source.html">ISystem.hpp</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for WAL::ISystem:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="classWAL_1_1ISystem__inherit__graph.svg" width="8944" height="794"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
<div class="dynheader">
Collaboration diagram for WAL::ISystem:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="classWAL_1_1ISystem__coll__graph.svg" width="136" height="132"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</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:a7916b8ebc26262ea0f42c1befed4fd8b"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1ISystem.html#a7916b8ebc26262ea0f42c1befed4fd8b">update</a> (std::chrono::nanoseconds dtime)=0</td></tr>
<tr class="memdesc:a7916b8ebc26262ea0f42c1befed4fd8b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Update the whole system (every entities that this system is responsible can be updated. <a href="classWAL_1_1ISystem.html#a7916b8ebc26262ea0f42c1befed4fd8b">More...</a><br /></td></tr>
<tr class="separator:a7916b8ebc26262ea0f42c1befed4fd8b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa8676dd41f8f76d1c017e381a4f6d25a"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1ISystem.html#aa8676dd41f8f76d1c017e381a4f6d25a">fixedUpdate</a> ()=0</td></tr>
<tr class="memdesc:aa8676dd41f8f76d1c017e381a4f6d25a"><td class="mdescLeft">&#160;</td><td class="mdescRight">An alternative of update that is called every 8ms (120 times per seconds). If the system slow down, it will try to catch up. <a href="classWAL_1_1ISystem.html#aa8676dd41f8f76d1c017e381a4f6d25a">More...</a><br /></td></tr>
<tr class="separator:aa8676dd41f8f76d1c017e381a4f6d25a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afb7248ce89d12c0d0261c53d0ef805ae"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classWAL_1_1IView.html">IView</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1ISystem.html#afb7248ce89d12c0d0261c53d0ef805ae">getView</a> ()=0</td></tr>
<tr class="memdesc:afb7248ce89d12c0d0261c53d0ef805ae"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get a view containing every entity this system should update. <a href="classWAL_1_1ISystem.html#afb7248ce89d12c0d0261c53d0ef805ae">More...</a><br /></td></tr>
<tr class="separator:afb7248ce89d12c0d0261c53d0ef805ae"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0b6e35f2112486fbfc871bcc63acb740"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1ISystem.html#a0b6e35f2112486fbfc871bcc63acb740">~ISystem</a> ()=default</td></tr>
<tr class="memdesc:a0b6e35f2112486fbfc871bcc63acb740"><td class="mdescLeft">&#160;</td><td class="mdescRight">A virtual default destructor. <a href="classWAL_1_1ISystem.html#a0b6e35f2112486fbfc871bcc63acb740">More...</a><br /></td></tr>
<tr class="separator:a0b6e35f2112486fbfc871bcc63acb740"><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>A base class that represent a system. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a0b6e35f2112486fbfc871bcc63acb740"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0b6e35f2112486fbfc871bcc63acb740">&#9670;&nbsp;</a></span>~ISystem()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual WAL::ISystem::~ISystem </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span><span class="mlabel">default</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>A virtual default destructor. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="aa8676dd41f8f76d1c017e381a4f6d25a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa8676dd41f8f76d1c017e381a4f6d25a">&#9670;&nbsp;</a></span>fixedUpdate()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void WAL::ISystem::fixedUpdate </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>An alternative of update that is called every 8ms (120 times per seconds). If the system slow down, it will try to catch up. </p>
<dl class="section remark"><dt>Remarks</dt><dd>This should be used for Physics, AI and everything that could be imprecise due to float rounding. </dd></dl>
<p>Implemented in <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; Dependencies &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; BasicBombComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; ControllableComponent, MovableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; Drawable3DComponent, AnimationsComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; IntroAnimationComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; AnimationsComponent, ControllableComponent, Drawable3DComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; PositionComponent, CollisionComponent, MovableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt;&gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; HealthComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; ScoreComponent, HealthComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; TimerComponent, Drawable2DComponent, TagComponent&lt; Timer &gt; &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; MusicComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; StatComponent, Drawable2DComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; PlayerBonusComponent, ControllableComponent, BombHolderComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; TimerComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; MovableComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; GamepadComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; SoundComponent, ControllableComponent, HealthComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; LevitateComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; ShaderComponentModel &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; GridCenteredComponent, MovableComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; LobbyComponent, Drawable2DComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; ShaderComponentDrawable2D &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; KeyboardComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; BumperTimerComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; GravityComponent, MovableComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; PositionComponent, ControllableComponent, IAControllableComponent, BombHolderComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; PositionComponent, BombHolderComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; CameraComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; SoundComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; ResumeLobbyComponent, Drawable2DComponent &gt;</a>, and <a class="el" href="classWAL_1_1System.html#af23891a01001a6fb56eb9acecc0ff9b0">WAL::System&lt; ShaderComponent &gt;</a>.</p>
</div>
</div>
<a id="afb7248ce89d12c0d0261c53d0ef805ae"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afb7248ce89d12c0d0261c53d0ef805ae">&#9670;&nbsp;</a></span>getView()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classWAL_1_1IView.html">IView</a>&amp; WAL::ISystem::getView </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get a view containing every entity this system should update. </p>
<p>Implemented in <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; Dependencies &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; BasicBombComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; ControllableComponent, MovableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; Drawable3DComponent, AnimationsComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; IntroAnimationComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; AnimationsComponent, ControllableComponent, Drawable3DComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; PositionComponent, CollisionComponent, MovableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt;&gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; HealthComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; ScoreComponent, HealthComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; TimerComponent, Drawable2DComponent, TagComponent&lt; Timer &gt; &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; MusicComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; StatComponent, Drawable2DComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; PlayerBonusComponent, ControllableComponent, BombHolderComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; TimerComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; MovableComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; GamepadComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; SoundComponent, ControllableComponent, HealthComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; LevitateComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; ShaderComponentModel &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; GridCenteredComponent, MovableComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; LobbyComponent, Drawable2DComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; ShaderComponentDrawable2D &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; KeyboardComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; BumperTimerComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; GravityComponent, MovableComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; PositionComponent, ControllableComponent, IAControllableComponent, BombHolderComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; PositionComponent, BombHolderComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; CameraComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; SoundComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; ResumeLobbyComponent, Drawable2DComponent &gt;</a>, and <a class="el" href="classWAL_1_1System.html#ad9a9809572eaad4e575753797d5ebc83">WAL::System&lt; ShaderComponent &gt;</a>.</p>
</div>
</div>
<a id="a7916b8ebc26262ea0f42c1befed4fd8b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7916b8ebc26262ea0f42c1befed4fd8b">&#9670;&nbsp;</a></span>update()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void WAL::ISystem::update </td>
<td>(</td>
<td class="paramtype">std::chrono::nanoseconds&#160;</td>
<td class="paramname"><em>dtime</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Update the whole system (every entities that this system is responsible can be updated. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">dtime</td><td>The delta time since the last call to this method. </td></tr>
</table>
</dd>
</dl>
<p>Implemented in <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; Dependencies &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; BasicBombComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; ControllableComponent, MovableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; Drawable3DComponent, AnimationsComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; IntroAnimationComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; AnimationsComponent, ControllableComponent, Drawable3DComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; PositionComponent, CollisionComponent, MovableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt;&gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; HealthComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; ScoreComponent, HealthComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; TimerComponent, Drawable2DComponent, TagComponent&lt; Timer &gt; &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; MusicComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; StatComponent, Drawable2DComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; PlayerBonusComponent, ControllableComponent, BombHolderComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; TimerComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; MovableComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; GamepadComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; SoundComponent, ControllableComponent, HealthComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; LevitateComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; ShaderComponentModel &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; GridCenteredComponent, MovableComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; LobbyComponent, Drawable2DComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; ShaderComponentDrawable2D &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; KeyboardComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; BumperTimerComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; GravityComponent, MovableComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; PositionComponent, ControllableComponent, IAControllableComponent, BombHolderComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; PositionComponent, BombHolderComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; CameraComponent, PositionComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; SoundComponent, ControllableComponent &gt;</a>, <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; ResumeLobbyComponent, Drawable2DComponent &gt;</a>, and <a class="el" href="classWAL_1_1System.html#a160c40e1e9ae6b5f7a509a061f9596ff">WAL::System&lt; ShaderComponent &gt;</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>lib/wal/sources/System/<a class="el" href="ISystem_8hpp_source.html">ISystem.hpp</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.17
</small></address>
</body>
</html>