forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_transform_component_8hpp_source.html
150 lines (148 loc) · 17.9 KB
/
_transform_component_8hpp_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!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" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CS4850 Final Project: TransformComponent.hpp Source File</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>
<script type="text/javascript" src="clipboard.js"></script>
<script type="text/javascript" src="cookie.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 id="projectrow">
<td id="projectalign">
<div id="projectname">CS4850 Final Project
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
</div><!-- top -->
<!-- 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">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">TransformComponent.hpp</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#include <SDL2/SDL.h></span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include <memory></span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include <string></span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include "Component.hpp"</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="foldopen" id="foldopen00012" data-start="{" data-end="};">
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"><a class="line" href="struct_transform_component.html"> 12</a></span><span class="keyword">struct </span><a class="code hl_struct" href="struct_transform_component.html">TransformComponent</a> : <span class="keyword">public</span> <a class="code hl_struct" href="struct_component.html">Component</a> {</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> <a class="code hl_struct" href="struct_transform_component.html">TransformComponent</a>(SDL_FRect rectangle);</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> <a class="code hl_struct" href="struct_transform_component.html">~TransformComponent</a>();</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="struct_transform_component.html#a031ba1c6f597c25d677fb33793479d53"> 17</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="struct_transform_component.html#a031ba1c6f597c25d677fb33793479d53">Input</a>(<span class="keywordtype">float</span> deltaTime) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="struct_transform_component.html#a7f61e8eea1e3d05a32653fa45bd10fe1"> 18</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="struct_transform_component.html#a7f61e8eea1e3d05a32653fa45bd10fe1">Update</a>(<span class="keywordtype">float</span> deltaTime) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="struct_transform_component.html#a78eedf13d70917145f2cb613509c14c1"> 19</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="struct_transform_component.html#a78eedf13d70917145f2cb613509c14c1">Render</a>(SDL_Renderer* renderer) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="struct_transform_component.html#a4d30c255d54af02fc53774412b488014"> 21</a></span> ComponentType <a class="code hl_function" href="struct_transform_component.html#a4d30c255d54af02fc53774412b488014">GetType</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="struct_transform_component.html#ad0ec4d225535f56ab1a0aa942d7f006b"> 28</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="struct_transform_component.html#ad0ec4d225535f56ab1a0aa942d7f006b">SetW</a>(<span class="keywordtype">float</span> w);</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="struct_transform_component.html#a18d77f1e7dd0eae8f011f538560a91f0"> 35</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="struct_transform_component.html#a18d77f1e7dd0eae8f011f538560a91f0">SetH</a>(<span class="keywordtype">float</span> h);</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="struct_transform_component.html#a198f76af633557e85027771f60867432"> 43</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="struct_transform_component.html#a198f76af633557e85027771f60867432">SetWH</a>(<span class="keywordtype">float</span> w, <span class="keywordtype">float</span> h);</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="struct_transform_component.html#ae5501067c1a954f5ed3b0cf75aadff20"> 50</a></span> <span class="keywordtype">float</span> <a class="code hl_function" href="struct_transform_component.html#ae5501067c1a954f5ed3b0cf75aadff20">GetW</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="struct_transform_component.html#aec4ba1c40d8071ff463a2a697c2984d6"> 57</a></span> <span class="keywordtype">float</span> <a class="code hl_function" href="struct_transform_component.html#aec4ba1c40d8071ff463a2a697c2984d6">GetH</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="struct_transform_component.html#a8052d38b75f03094e781481212878589"> 64</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="struct_transform_component.html#a8052d38b75f03094e781481212878589">SetX</a>(<span class="keywordtype">float</span> x);</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="struct_transform_component.html#ab7df147cf1e48361aec3f96573278a09"> 71</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="struct_transform_component.html#ab7df147cf1e48361aec3f96573278a09">SetY</a>(<span class="keywordtype">float</span> y);</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="struct_transform_component.html#a1977fcd1d8cd835aea71651f18cc9ea4"> 79</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="struct_transform_component.html#a1977fcd1d8cd835aea71651f18cc9ea4">SetXY</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y);</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="struct_transform_component.html#a7260ce3bc9ef172d4a57a482c2b209ad"> 86</a></span> <span class="keywordtype">float</span> <a class="code hl_function" href="struct_transform_component.html#a7260ce3bc9ef172d4a57a482c2b209ad">GetX</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> </div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="struct_transform_component.html#ae02c8d6e718fdcc01065b228bbcdb10d"> 93</a></span> <span class="keywordtype">float</span> <a class="code hl_function" href="struct_transform_component.html#ae02c8d6e718fdcc01065b228bbcdb10d">GetY</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="struct_transform_component.html#a992e0cbffe237badd34641f1e82cb1b2"> 100</a></span> SDL_FRect <a class="code hl_function" href="struct_transform_component.html#a992e0cbffe237badd34641f1e82cb1b2">GetRectangle</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> SDL_FRect mRectangle;</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span>};</div>
</div>
<div class="ttc" id="astruct_component_html"><div class="ttname"><a href="struct_component.html">Component</a></div><div class="ttdoc">Base class for all components.</div><div class="ttdef"><b>Definition</b> Component.hpp:15</div></div>
<div class="ttc" id="astruct_transform_component_html"><div class="ttname"><a href="struct_transform_component.html">TransformComponent</a></div><div class="ttdoc">A component that represents a 2D transformation.</div><div class="ttdef"><b>Definition</b> TransformComponent.hpp:12</div></div>
<div class="ttc" id="astruct_transform_component_html_a031ba1c6f597c25d677fb33793479d53"><div class="ttname"><a href="struct_transform_component.html#a031ba1c6f597c25d677fb33793479d53">TransformComponent::Input</a></div><div class="ttdeci">void Input(float deltaTime) override</div><div class="ttdoc">Handle input.</div></div>
<div class="ttc" id="astruct_transform_component_html_a18d77f1e7dd0eae8f011f538560a91f0"><div class="ttname"><a href="struct_transform_component.html#a18d77f1e7dd0eae8f011f538560a91f0">TransformComponent::SetH</a></div><div class="ttdeci">void SetH(float h)</div><div class="ttdoc">Set the height of the transformation.</div></div>
<div class="ttc" id="astruct_transform_component_html_a1977fcd1d8cd835aea71651f18cc9ea4"><div class="ttname"><a href="struct_transform_component.html#a1977fcd1d8cd835aea71651f18cc9ea4">TransformComponent::SetXY</a></div><div class="ttdeci">void SetXY(float x, float y)</div><div class="ttdoc">Set the x and y position of the transformation.</div></div>
<div class="ttc" id="astruct_transform_component_html_a198f76af633557e85027771f60867432"><div class="ttname"><a href="struct_transform_component.html#a198f76af633557e85027771f60867432">TransformComponent::SetWH</a></div><div class="ttdeci">void SetWH(float w, float h)</div><div class="ttdoc">Set the width and height of the transformation.</div></div>
<div class="ttc" id="astruct_transform_component_html_a4d30c255d54af02fc53774412b488014"><div class="ttname"><a href="struct_transform_component.html#a4d30c255d54af02fc53774412b488014">TransformComponent::GetType</a></div><div class="ttdeci">ComponentType GetType() override</div><div class="ttdoc">Get the type of the component.</div></div>
<div class="ttc" id="astruct_transform_component_html_a7260ce3bc9ef172d4a57a482c2b209ad"><div class="ttname"><a href="struct_transform_component.html#a7260ce3bc9ef172d4a57a482c2b209ad">TransformComponent::GetX</a></div><div class="ttdeci">float GetX() const</div><div class="ttdoc">Get the x position of the transformation.</div></div>
<div class="ttc" id="astruct_transform_component_html_a78eedf13d70917145f2cb613509c14c1"><div class="ttname"><a href="struct_transform_component.html#a78eedf13d70917145f2cb613509c14c1">TransformComponent::Render</a></div><div class="ttdeci">void Render(SDL_Renderer *renderer) override</div><div class="ttdoc">Render the game.</div></div>
<div class="ttc" id="astruct_transform_component_html_a7f61e8eea1e3d05a32653fa45bd10fe1"><div class="ttname"><a href="struct_transform_component.html#a7f61e8eea1e3d05a32653fa45bd10fe1">TransformComponent::Update</a></div><div class="ttdeci">void Update(float deltaTime) override</div><div class="ttdoc">Update the game state.</div></div>
<div class="ttc" id="astruct_transform_component_html_a8052d38b75f03094e781481212878589"><div class="ttname"><a href="struct_transform_component.html#a8052d38b75f03094e781481212878589">TransformComponent::SetX</a></div><div class="ttdeci">void SetX(float x)</div><div class="ttdoc">Set the x position of the transformation.</div></div>
<div class="ttc" id="astruct_transform_component_html_a992e0cbffe237badd34641f1e82cb1b2"><div class="ttname"><a href="struct_transform_component.html#a992e0cbffe237badd34641f1e82cb1b2">TransformComponent::GetRectangle</a></div><div class="ttdeci">SDL_FRect GetRectangle() const</div><div class="ttdoc">Get the transformation as an SDL_FRect.</div></div>
<div class="ttc" id="astruct_transform_component_html_ab7df147cf1e48361aec3f96573278a09"><div class="ttname"><a href="struct_transform_component.html#ab7df147cf1e48361aec3f96573278a09">TransformComponent::SetY</a></div><div class="ttdeci">void SetY(float y)</div><div class="ttdoc">Set the y position of the transformation.</div></div>
<div class="ttc" id="astruct_transform_component_html_ad0ec4d225535f56ab1a0aa942d7f006b"><div class="ttname"><a href="struct_transform_component.html#ad0ec4d225535f56ab1a0aa942d7f006b">TransformComponent::SetW</a></div><div class="ttdeci">void SetW(float w)</div><div class="ttdoc">Set the width of the transformation.</div></div>
<div class="ttc" id="astruct_transform_component_html_ae02c8d6e718fdcc01065b228bbcdb10d"><div class="ttname"><a href="struct_transform_component.html#ae02c8d6e718fdcc01065b228bbcdb10d">TransformComponent::GetY</a></div><div class="ttdeci">float GetY() const</div><div class="ttdoc">Get the y position of the transformation.</div></div>
<div class="ttc" id="astruct_transform_component_html_ae5501067c1a954f5ed3b0cf75aadff20"><div class="ttname"><a href="struct_transform_component.html#ae5501067c1a954f5ed3b0cf75aadff20">TransformComponent::GetW</a></div><div class="ttdeci">float GetW() const</div><div class="ttdoc">Get the width of the transformation.</div></div>
<div class="ttc" id="astruct_transform_component_html_aec4ba1c40d8071ff463a2a697c2984d6"><div class="ttname"><a href="struct_transform_component.html#aec4ba1c40d8071ff463a2a697c2984d6">TransformComponent::GetH</a></div><div class="ttdeci">float GetH() const</div><div class="ttdoc">Get the height of the transformation.</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0
</small></address>
</body>
</html>