-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_cursor_8h_source.html
83 lines (83 loc) · 22.9 KB
/
_cursor_8h_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
<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Gamedev Framework (gf): Cursor.h 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/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="custom.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="projectlogo"><img alt="Logo" src="gf_logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Gamedev Framework (gf)
 <span id="projectnumber">0.11.0</span>
</div>
<div id="projectbrief">A C++14 framework for 2D games</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_6d069d519ae9d12fa11dd8e685586b60.html">gf</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Cursor.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Gamedev Framework (gf)</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * Copyright (C) 2016-2018 Julien Bernard</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * This software is provided 'as-is', without any express or implied</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * warranty. In no event will the authors be held liable for any damages</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * arising from the use of this software.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> *</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * Permission is granted to anyone to use this software for any purpose,</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * including commercial applications, and to alter it and redistribute it</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * freely, subject to the following restrictions:</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * 1. The origin of this software must not be misrepresented; you must not</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * claim that you wrote the original software. If you use this software</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * in a product, an acknowledgment in the product documentation would be</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * appreciated but is not required.</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * 2. Altered source versions must be plainly marked as such, and must not be</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * misrepresented as being the original software.</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * 3. This notice may not be removed or altered from any source distribution.</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> *</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * Part of this file comes from SFML, with the same license:</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * Copyright (C) 2007-2015 Laurent Gomila ([email protected])</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#ifndef GF_CURSOR_H</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#define GF_CURSOR_H</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <cstdint></span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include "Portability.h"</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include "Vector.h"</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> </div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="keyword">struct </span>SDL_Cursor;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">struct </span>SDL_Surface;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">namespace </span><a class="code" href="namespacegf.html">gf</a> {</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">inline</span> <span class="keyword">namespace </span>v1 {</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keyword">class </span>Image;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html"> 72</a></span>  <span class="keyword">class </span>GF_API <a class="code" href="classgf_1_1_cursor.html">Cursor</a> {</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keyword">public</span>:</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span> </div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49"> 78</a></span>  <span class="keyword">enum</span> <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49">Type</a> {</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a25b919906281f922869605e6f2f672a1"> 79</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a25b919906281f922869605e6f2f672a1">Arrow</a>, </div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49ac087eb69713be21880fe6a59dc054e26"> 80</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49ac087eb69713be21880fe6a59dc054e26">ArrowWait</a>, </div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49ab925b2f97b9f3cce5ed2922fa6286aeb"> 81</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49ab925b2f97b9f3cce5ed2922fa6286aeb">Wait</a>, </div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49acee561ffbc398c85966d587a7d884c24"> 82</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49acee561ffbc398c85966d587a7d884c24">Text</a>, </div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49aa55c208b1c2436eed83f2435ffdf1103"> 83</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49aa55c208b1c2436eed83f2435ffdf1103">Hand</a>, </div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49ab1188d3d430faaa5df59662b14996be5"> 84</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49ab1188d3d430faaa5df59662b14996be5">SizeHorizontal</a>, </div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a59b4bf3bceb5e2f810b65049b6c2fd01"> 85</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a59b4bf3bceb5e2f810b65049b6c2fd01">SizeVertical</a>, </div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a2631436c27011d4152de2235b01ed6ca"> 86</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a2631436c27011d4152de2235b01ed6ca">SizeTopLeftBottomRight</a>, </div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a6a72ebde234daa28d81ad7d49b388234"> 87</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a6a72ebde234daa28d81ad7d49b388234">SizeBottomLeftTopRight</a>, </div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a473f8c21c3da072f993f43a17229b44b"> 88</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a473f8c21c3da072f993f43a17229b44b">SizeAll</a>, </div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a641d711a2721b05181333b41f35f3e61"> 89</a></span>  <a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a641d711a2721b05181333b41f35f3e61">Cross</a>, </div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49acb38c8fd4917ce29ef56b9d6ff555e06"> 90</a></span>  NotAllowed </div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  };</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span> </div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <a class="code" href="classgf_1_1_cursor.html">Cursor</a>();</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span> </div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <a class="code" href="classgf_1_1_cursor.html">Cursor</a>(<span class="keyword">const</span> <a class="code" href="classgf_1_1_cursor.html">Cursor</a>&) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span> </div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <a class="code" href="classgf_1_1_cursor.html">Cursor</a>& operator=(<span class="keyword">const</span> <a class="code" href="classgf_1_1_cursor.html">Cursor</a>&) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span> </div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  <a class="code" href="classgf_1_1_cursor.html">Cursor</a>(<a class="code" href="classgf_1_1_cursor.html">Cursor</a>&& other) noexcept;</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span> </div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <a class="code" href="classgf_1_1_cursor.html">Cursor</a>& operator=(<a class="code" href="classgf_1_1_cursor.html">Cursor</a>&& other) noexcept;</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span> </div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  ~<a class="code" href="classgf_1_1_cursor.html">Cursor</a>();</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> </div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  <span class="keywordtype">bool</span> loadFromPixels(<span class="keyword">const</span> uint8_t* pixels, <a class="code" href="structgf_1_1_vector.html">Vector2u</a> size, <a class="code" href="structgf_1_1_vector.html">Vector2u</a> hotspot);</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span> </div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  <span class="keywordtype">bool</span> loadFromImage(<span class="keyword">const</span> <a class="code" href="classgf_1_1_image.html">Image</a>& image, <a class="code" href="structgf_1_1_vector.html">Vector2u</a> hotspot);</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span> </div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  <span class="keywordtype">bool</span> loadFromSystem(<a class="code" href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49">Type</a> type);</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span> </div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="keyword">private</span>:</div><div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="classgf_1_1_cursor.html#a553f958a25683445088050a69d3de8e9"> 178</a></span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classgf_1_1_window.html">Window</a>;</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  SDL_Cursor *m_cursor;</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  };</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span> </div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span> <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span> }</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span> }</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span> </div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="preprocessor">#endif // GF_CURSOR_H</span></div><div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49a59b4bf3bceb5e2f810b65049b6c2fd01"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a59b4bf3bceb5e2f810b65049b6c2fd01">gf::Cursor::SizeVertical</a></div><div class="ttdoc">Vertical double arrow cursor. </div><div class="ttdef"><b>Definition:</b> Cursor.h:85</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49a25b919906281f922869605e6f2f672a1"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a25b919906281f922869605e6f2f672a1">gf::Cursor::Arrow</a></div><div class="ttdoc">Arrow cursor (default) </div><div class="ttdef"><b>Definition:</b> Cursor.h:79</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49">gf::Cursor::Type</a></div><div class="ttdeci">Type</div><div class="ttdoc">Enumeration of the native system cursor types. </div><div class="ttdef"><b>Definition:</b> Cursor.h:78</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49a6a72ebde234daa28d81ad7d49b388234"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a6a72ebde234daa28d81ad7d49b388234">gf::Cursor::SizeBottomLeftTopRight</a></div><div class="ttdoc">Double arrow cursor going from bottom-left to top-right. </div><div class="ttdef"><b>Definition:</b> Cursor.h:87</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49ac087eb69713be21880fe6a59dc054e26"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49ac087eb69713be21880fe6a59dc054e26">gf::Cursor::ArrowWait</a></div><div class="ttdoc">Busy arrow cursor. </div><div class="ttdef"><b>Definition:</b> Cursor.h:80</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49ab1188d3d430faaa5df59662b14996be5"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49ab1188d3d430faaa5df59662b14996be5">gf::Cursor::SizeHorizontal</a></div><div class="ttdoc">Horizontal double arrow cursor. </div><div class="ttdef"><b>Definition:</b> Cursor.h:84</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49a641d711a2721b05181333b41f35f3e61"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a641d711a2721b05181333b41f35f3e61">gf::Cursor::Cross</a></div><div class="ttdoc">Crosshair cursor. </div><div class="ttdef"><b>Definition:</b> Cursor.h:89</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49a473f8c21c3da072f993f43a17229b44b"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a473f8c21c3da072f993f43a17229b44b">gf::Cursor::SizeAll</a></div><div class="ttdoc">Combination of SizeHorizontal and SizeVertical. </div><div class="ttdef"><b>Definition:</b> Cursor.h:88</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49ab925b2f97b9f3cce5ed2922fa6286aeb"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49ab925b2f97b9f3cce5ed2922fa6286aeb">gf::Cursor::Wait</a></div><div class="ttdoc">Busy cursor. </div><div class="ttdef"><b>Definition:</b> Cursor.h:81</div></div>
<div class="ttc" id="classgf_1_1_image_html"><div class="ttname"><a href="classgf_1_1_image.html">gf::Image</a></div><div class="ttdoc">Class for loading, manipulating and saving images. </div><div class="ttdef"><b>Definition:</b> Image.h:92</div></div>
<div class="ttc" id="namespacegf_html"><div class="ttname"><a href="namespacegf.html">gf</a></div><div class="ttdoc">The namespace for gf classes. </div><div class="ttdef"><b>Definition:</b> Action.h:35</div></div>
<div class="ttc" id="classgf_1_1_window_html"><div class="ttname"><a href="classgf_1_1_window.html">gf::Window</a></div><div class="ttdoc">An OS window. </div><div class="ttdef"><b>Definition:</b> Window.h:88</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49acee561ffbc398c85966d587a7d884c24"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49acee561ffbc398c85966d587a7d884c24">gf::Cursor::Text</a></div><div class="ttdoc">I-beam, cursor when hovering over a field allowing text entry. </div><div class="ttdef"><b>Definition:</b> Cursor.h:82</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49aa55c208b1c2436eed83f2435ffdf1103"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49aa55c208b1c2436eed83f2435ffdf1103">gf::Cursor::Hand</a></div><div class="ttdoc">Pointing hand cursor. </div><div class="ttdef"><b>Definition:</b> Cursor.h:83</div></div>
<div class="ttc" id="classgf_1_1_cursor_html_ab0a2a0075ec20bf14a992f8120d9bf49a2631436c27011d4152de2235b01ed6ca"><div class="ttname"><a href="classgf_1_1_cursor.html#ab0a2a0075ec20bf14a992f8120d9bf49a2631436c27011d4152de2235b01ed6ca">gf::Cursor::SizeTopLeftBottomRight</a></div><div class="ttdoc">Double arrow cursor going from top-left to bottom-right. </div><div class="ttdef"><b>Definition:</b> Cursor.h:86</div></div>
<div class="ttc" id="classgf_1_1_cursor_html"><div class="ttname"><a href="classgf_1_1_cursor.html">gf::Cursor</a></div><div class="ttdoc">A mouse cursor. </div><div class="ttdef"><b>Definition:</b> Cursor.h:72</div></div>
<div class="ttc" id="structgf_1_1_vector_html"><div class="ttname"><a href="structgf_1_1_vector.html">gf::Vector< unsigned, 2 ></a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>