summaryrefslogtreecommitdiff
path: root/docs/html/_allegro_wrappers_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/_allegro_wrappers_8h_source.html')
-rw-r--r--docs/html/_allegro_wrappers_8h_source.html159
1 files changed, 159 insertions, 0 deletions
diff --git a/docs/html/_allegro_wrappers_8h_source.html b/docs/html/_allegro_wrappers_8h_source.html
new file mode 100644
index 0000000..5325bcd
--- /dev/null
+++ b/docs/html/_allegro_wrappers_8h_source.html
@@ -0,0 +1,159 @@
+<!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>Rally X: source/logic/AllegroWrappers.h Source File</title>
+
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<script type="text/javascript">
+ $(document).ready(function() { searchBox.OnSelectItem(0); });
+</script>
+
+</head>
+<body>
+<div id="top"><!-- do not remove this div! -->
+
+
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+
+ <td id="projectlogo"><img alt="Logo" src="car.PNG"/></td>
+
+
+ <td style="padding-left: 0.5em;">
+ <div id="projectname">Rally X
+
+ </div>
+ <div id="projectbrief">ELEN3009 Project by Justin Wernick and David Schneider</div>
+ </td>
+
+
+
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<!-- Generated by Doxygen 1.7.5.1 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+ <div id="navrow1" class="tabs">
+ <ul class="tablist">
+ <li><a href="index.html"><span>Main&#160;Page</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>
+ <li>
+ <div id="MSearchBox" class="MSearchBoxInactive">
+ <span class="left">
+ <img id="MSearchSelect" src="search/mag_sel.png"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ alt=""/>
+ <input type="text" id="MSearchField" value="Search" accesskey="S"
+ onfocus="searchBox.OnSearchFieldFocus(true)"
+ onblur="searchBox.OnSearchFieldFocus(false)"
+ onkeyup="searchBox.OnSearchFieldChange(event)"/>
+ </span><span class="right">
+ <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+ </span>
+ </div>
+ </li>
+ </ul>
+ </div>
+ <div id="navrow2" class="tabs2">
+ <ul class="tablist">
+ <li><a href="files.html"><span>File&#160;List</span></a></li>
+ <li><a href="globals.html"><span>File&#160;Members</span></a></li>
+ </ul>
+ </div>
+<div class="header">
+ <div class="headertitle">
+<div class="title">source/logic/AllegroWrappers.h</div> </div>
+</div>
+<div class="contents">
+<a href="_allegro_wrappers_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef ALLEGRO_WRAPPERS_H</span>
+<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define ALLEGRO_WRAPPERS_H</span>
+<a name="l00003"></a>00003 <span class="preprocessor"></span>
+<a name="l00004"></a>00004 <span class="preprocessor">#include &lt;allegro5/allegro.h&gt;</span>
+<a name="l00005"></a>00005 <span class="preprocessor">#include &lt;allegro5/allegro_primitives.h&gt;</span>
+<a name="l00006"></a>00006 <span class="preprocessor">#include &lt;allegro5/allegro_font.h&gt;</span>
+<a name="l00007"></a>00007 <span class="preprocessor">#include &lt;allegro5/allegro_ttf.h&gt;</span>
+<a name="l00008"></a>00008
+<a name="l00015"></a><a class="code" href="class_install_failure.html">00015</a> <span class="keyword">class </span><a class="code" href="class_install_failure.html" title="Exception to be thrown if any component of Allegro fails to install at runtime.">InstallFailure</a> {};
+<a name="l00016"></a>00016
+<a name="l00025"></a><a class="code" href="class_allegro_init.html">00025</a> <span class="keyword">class </span><a class="code" href="class_allegro_init.html" title="Class ensures that Allegro is initialized and uninstalled when appropriate.">AllegroInit</a>
+<a name="l00026"></a>00026 {
+<a name="l00027"></a>00027 <span class="keyword">public</span>:
+<a name="l00031"></a>00031 <a class="code" href="class_allegro_init.html#a14e28ffed7456b158cf919d310920af4" title="Constructor calls al_init() if it is the first instance.">AllegroInit</a>();
+<a name="l00035"></a>00035 <a class="code" href="class_allegro_init.html#a14e28ffed7456b158cf919d310920af4" title="Constructor calls al_init() if it is the first instance.">AllegroInit</a>(<span class="keyword">const</span> <a class="code" href="class_allegro_init.html" title="Class ensures that Allegro is initialized and uninstalled when appropriate.">AllegroInit</a>&amp; ref);
+<a name="l00040"></a>00040 <span class="comment">//assignment operator provided by compiler. _initCount does not need incrementing on assignment,</span>
+<a name="l00041"></a>00041 <span class="comment">//because assignment does not make a new instance, just changes one.</span>
+<a name="l00042"></a>00042
+<a name="l00043"></a>00043 <a class="code" href="class_allegro_init.html#a41fb85a1de21168ec2a93e79e0e20b89" title="Destructor calls al_uninstall_system() if it is the last instant.">~AllegroInit</a>();
+<a name="l00044"></a>00044 <span class="keyword">private</span>:
+<a name="l00045"></a><a class="code" href="class_allegro_init.html#ab8d20b549d0b996dde5cdbe8acd7186c">00045</a> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="class_allegro_init.html#ab8d20b549d0b996dde5cdbe8acd7186c" title="Count of the current number of initialised AllegroInit objects.">_initCount</a>;
+<a name="l00046"></a>00046 };
+<a name="l00047"></a>00047
+<a name="l00057"></a><a class="code" href="class_allegro_keyboard_init.html">00057</a> <span class="keyword">class </span><a class="code" href="class_allegro_keyboard_init.html" title="Class ensures that Allegro&#39;s keyboard is installed and uninstalled when appropriate.">AllegroKeyboardInit</a>
+<a name="l00058"></a>00058 {
+<a name="l00059"></a>00059 <span class="keyword">public</span>:
+<a name="l00063"></a>00063 <a class="code" href="class_allegro_keyboard_init.html#a42fce2d97b6b7c0c0c666d0f5804a45e" title="Constructor calls al_install_keyboard() if it is the first instance.">AllegroKeyboardInit</a>();
+<a name="l00067"></a>00067 <a class="code" href="class_allegro_keyboard_init.html#a42fce2d97b6b7c0c0c666d0f5804a45e" title="Constructor calls al_install_keyboard() if it is the first instance.">AllegroKeyboardInit</a>(<span class="keyword">const</span> <a class="code" href="class_allegro_keyboard_init.html" title="Class ensures that Allegro&#39;s keyboard is installed and uninstalled when appropriate.">AllegroKeyboardInit</a>&amp; ref);
+<a name="l00071"></a>00071 <a class="code" href="class_allegro_keyboard_init.html#a7d1b1cda1d2220ad522ee955ba8a2c5d" title="Destructor calls al_uninstall_keyboard() if it is the last instant.">~AllegroKeyboardInit</a>();
+<a name="l00072"></a>00072 <span class="keyword">private</span>:
+<a name="l00073"></a><a class="code" href="class_allegro_keyboard_init.html#ac7f75bcc5cb56a1c2f4e9ce653d9dfd7">00073</a> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="class_allegro_keyboard_init.html#ac7f75bcc5cb56a1c2f4e9ce653d9dfd7" title="Count of the current number of initialised AllegroKeyboardInit objects.">_initCount</a>;
+<a name="l00074"></a><a class="code" href="class_allegro_keyboard_init.html#af8655fcd2e20750f965e55304500bc3b">00074</a> <a class="code" href="class_allegro_init.html" title="Class ensures that Allegro is initialized and uninstalled when appropriate.">AllegroInit</a> <a class="code" href="class_allegro_keyboard_init.html#af8655fcd2e20750f965e55304500bc3b" title="Depends on Allegro being initialised.">_allegro</a>;
+<a name="l00075"></a>00075
+<a name="l00076"></a>00076 <span class="comment">//assignment operator provided by compiler. _initCount does not need incrementing on assignment,</span>
+<a name="l00077"></a>00077 <span class="comment">//because assignment does not make a new instance, just changes one.</span>
+<a name="l00078"></a>00078 };
+<a name="l00079"></a>00079
+<a name="l00089"></a><a class="code" href="class_allegro_drawing_init.html">00089</a> <span class="keyword">class </span><a class="code" href="class_allegro_drawing_init.html" title="Class ensures that Allegro&#39;s primitive and text drawing is installed and uninstalled when appropriate...">AllegroDrawingInit</a>
+<a name="l00090"></a>00090 {
+<a name="l00091"></a>00091 <span class="keyword">public</span>:
+<a name="l00095"></a>00095 <a class="code" href="class_allegro_drawing_init.html#ab7cf79c71bf662f897bd8cba32f42cda" title="Constructor calls al_init_primitives_addon(), al_init_font_addon(), and al_init_ttf_addon() if it is ...">AllegroDrawingInit</a>();
+<a name="l00099"></a>00099 <a class="code" href="class_allegro_drawing_init.html#ab7cf79c71bf662f897bd8cba32f42cda" title="Constructor calls al_init_primitives_addon(), al_init_font_addon(), and al_init_ttf_addon() if it is ...">AllegroDrawingInit</a>(<span class="keyword">const</span> <a class="code" href="class_allegro_drawing_init.html" title="Class ensures that Allegro&#39;s primitive and text drawing is installed and uninstalled when appropriate...">AllegroDrawingInit</a>&amp; ref);
+<a name="l00103"></a>00103 <a class="code" href="class_allegro_drawing_init.html#aa1c05a296b0c63f8f20276cce6472e6b" title="Destructor calls al_shutdown_primitives_addon(), al_shutdown_font_addon(), and al_shutdown_ttf_addon(...">~AllegroDrawingInit</a>();
+<a name="l00104"></a>00104 <span class="keyword">private</span>:
+<a name="l00105"></a><a class="code" href="class_allegro_drawing_init.html#a78e8f792c6dba89eddf42e74d4a3d577">00105</a> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="class_allegro_drawing_init.html#a78e8f792c6dba89eddf42e74d4a3d577">_initCount</a>;
+<a name="l00106"></a><a class="code" href="class_allegro_drawing_init.html#a8254ecb9b3ad13409ff1ec1cfeee66ef">00106</a> <a class="code" href="class_allegro_init.html" title="Class ensures that Allegro is initialized and uninstalled when appropriate.">AllegroInit</a> <a class="code" href="class_allegro_drawing_init.html#a8254ecb9b3ad13409ff1ec1cfeee66ef">_allegro</a>;
+<a name="l00107"></a>00107
+<a name="l00108"></a>00108 <span class="comment">//assignment operator provided by compiler. _initCount does not need incrementing on assignment,</span>
+<a name="l00109"></a>00109 <span class="comment">//because assignment does not make a new instance, just changes one.</span>
+<a name="l00110"></a>00110 };
+<a name="l00111"></a>00111
+<a name="l00112"></a>00112 <span class="preprocessor">#endif</span>
+</pre></div></div>
+</div>
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ onkeydown="return searchBox.OnSearchSelectKey(event)">
+<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a></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>
+
+
+
+<hr class="footer"/><address class="footer"><small>
+Generated on Wed Oct 5 2011 20:08:30 for Rally X by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.7.5.1
+</small></address>
+
+</body>
+</html>