Updated docu.
This commit is contained in:
@@ -89,54 +89,72 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
<div class="title">screen.h</div> </div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<a href="screen_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef SCREEN_H</span></div>
|
||||
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define SCREEN_H</span></div>
|
||||
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div>
|
||||
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include <stdio.h></span></div>
|
||||
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include <stdbool.h></span></div>
|
||||
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> </div>
|
||||
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> </div>
|
||||
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> </div>
|
||||
<a href="screen_8h.html">Go to the documentation of this file.</a><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">* Project: discoverpixy</span></div>
|
||||
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">* Website: https://github.com/t-moe/discoverpixy</span></div>
|
||||
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">* Authors: Aaron Schmocker, Timo Lang</span></div>
|
||||
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">* Institution: BFH Bern University of Applied Sciences</span></div>
|
||||
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">* File: common/gui/screen.h</span></div>
|
||||
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">*</span></div>
|
||||
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">* Version History:</span></div>
|
||||
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">* Date Autor Email SHA Changes</span></div>
|
||||
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">* 2015-04-27 timolang@gmail.com cf72baa Introduced a Screen (sub) module and divided app into multiple screens.</span></div>
|
||||
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">* 2015-04-27 timolang@gmail.com 77e6d0e Fixed screen implementation.</span></div>
|
||||
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">* 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure</span></div>
|
||||
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.</span></div>
|
||||
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">* 2015-05-17 timolang@gmail.com 2d46336 Improved comments in implementation of button, checkbox, numupdown, tft, touch and screen modules/submodules.</span></div>
|
||||
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">* 2015-06-06 timolang@gmail.com c06661d Fixed some outdated comments in source code. Documented Gui Module in docu.</span></div>
|
||||
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">*</span></div>
|
||||
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">**************************************************************************************************************************************/</span></div>
|
||||
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div>
|
||||
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#ifndef SCREEN_H</span></div>
|
||||
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#define SCREEN_H</span></div>
|
||||
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div>
|
||||
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include <stdio.h></span></div>
|
||||
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <stdbool.h></span></div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d"> 29</a></span> <span class="keyword">typedef</span> void (*<a class="code" href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d">SCREEN_CALLBACK</a>)(<span class="keywordtype">void</span>* <a class="code" href="screen__filetest_8c.html#a939fdd806f427cc8505ed817e28cce9d">screen</a>);</div>
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="struct_s_c_r_e_e_n___s.html"> 34</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_s_c_r_e_e_n___s.html">SCREEN_S</a>{</div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="struct_s_c_r_e_e_n___s.html#ae6559e38ebbedb8f94a8754256dc454b"> 35</a></span>  <a class="code" href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d">SCREEN_CALLBACK</a> <a class="code" href="struct_s_c_r_e_e_n___s.html#ae6559e38ebbedb8f94a8754256dc454b">on_enter</a>; </div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="struct_s_c_r_e_e_n___s.html#a5e8f3db07ddecd10762ce1088cb2fbd8"> 36</a></span>  <a class="code" href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d">SCREEN_CALLBACK</a> <a class="code" href="struct_s_c_r_e_e_n___s.html#a5e8f3db07ddecd10762ce1088cb2fbd8">on_leave</a>; </div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="struct_s_c_r_e_e_n___s.html#ac795215b462e455f4d482f38c05e0b40"> 37</a></span>  <a class="code" href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d">SCREEN_CALLBACK</a> <a class="code" href="struct_s_c_r_e_e_n___s.html#ac795215b462e455f4d482f38c05e0b40">on_update</a>; </div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="struct_s_c_r_e_e_n___s.html#a914e64c0c6cfaf4f7b2b0c3493f0cbf2"> 39</a></span>  <span class="keyword">struct </span><a class="code" href="struct_s_c_r_e_e_n___s.html">SCREEN_S</a>* <a class="code" href="struct_s_c_r_e_e_n___s.html#a914e64c0c6cfaf4f7b2b0c3493f0cbf2">next</a>; </div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> } <a class="code" href="group__screen.html#gaf7783b8728d6d218aa9e3b29eaf9689c">SCREEN_STRUCT</a>;</div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div>
|
||||
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div>
|
||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> </div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="keywordtype">bool</span> <a class="code" href="group__screen.html#gad4473a16eaf48dab405d23f5f63af3aa">gui_screen_navigate</a>(<a class="code" href="struct_s_c_r_e_e_n___s.html">SCREEN_STRUCT</a>* <a class="code" href="screen__filetest_8c.html#a939fdd806f427cc8505ed817e28cce9d">screen</a>);</div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> </div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="keywordtype">bool</span> <a class="code" href="group__screen.html#ga8e14bc7ee0214e2926965f9bdb54a866">gui_screen_back</a>();</div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d"> 47</a></span> <span class="keyword">typedef</span> void (*<a class="code" href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d">SCREEN_CALLBACK</a>)(<span class="keywordtype">void</span>* <a class="code" href="screen__filetest_8c.html#a939fdd806f427cc8505ed817e28cce9d">screen</a>);</div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> </div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="struct_s_c_r_e_e_n___s.html"> 52</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_s_c_r_e_e_n___s.html">SCREEN_S</a> {</div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="struct_s_c_r_e_e_n___s.html#ae6559e38ebbedb8f94a8754256dc454b"> 53</a></span>  <a class="code" href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d">SCREEN_CALLBACK</a> <a class="code" href="struct_s_c_r_e_e_n___s.html#ae6559e38ebbedb8f94a8754256dc454b">on_enter</a>; </div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="struct_s_c_r_e_e_n___s.html#a5e8f3db07ddecd10762ce1088cb2fbd8"> 54</a></span>  <a class="code" href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d">SCREEN_CALLBACK</a> <a class="code" href="struct_s_c_r_e_e_n___s.html#a5e8f3db07ddecd10762ce1088cb2fbd8">on_leave</a>; </div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="struct_s_c_r_e_e_n___s.html#ac795215b462e455f4d482f38c05e0b40"> 55</a></span>  <a class="code" href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d">SCREEN_CALLBACK</a> <a class="code" href="struct_s_c_r_e_e_n___s.html#ac795215b462e455f4d482f38c05e0b40">on_update</a>; </div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> </div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="struct_s_c_r_e_e_n___s.html#a914e64c0c6cfaf4f7b2b0c3493f0cbf2"> 57</a></span>  <span class="keyword">struct </span><a class="code" href="struct_s_c_r_e_e_n___s.html">SCREEN_S</a>* <a class="code" href="struct_s_c_r_e_e_n___s.html#a914e64c0c6cfaf4f7b2b0c3493f0cbf2">next</a>; </div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> } <a class="code" href="group__screen.html#gaf7783b8728d6d218aa9e3b29eaf9689c">SCREEN_STRUCT</a>;</div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> </div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <a class="code" href="struct_s_c_r_e_e_n___s.html">SCREEN_STRUCT</a>* <a class="code" href="group__screen.html#gae57813381133ca7d2e50f6823e41aaf9">gui_screen_get_current</a>();</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> </div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="comment">//Updates/switches the screens. Call this from the app main loop, as fast as you can.</span></div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="comment"></span><span class="keywordtype">void</span> <a class="code" href="group__screen.html#gab7394734ee1d57093721cbd22b901323">gui_screen_update</a>();</div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> </div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor">#endif </span><span class="comment">/* SCREEN_H */</span><span class="preprocessor"></span></div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="keywordtype">bool</span> <a class="code" href="group__screen.html#gad4473a16eaf48dab405d23f5f63af3aa">gui_screen_navigate</a>(<a class="code" href="struct_s_c_r_e_e_n___s.html">SCREEN_STRUCT</a>* <a class="code" href="screen__filetest_8c.html#a939fdd806f427cc8505ed817e28cce9d">screen</a>);</div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="keywordtype">bool</span> <a class="code" href="group__screen.html#ga8e14bc7ee0214e2926965f9bdb54a866">gui_screen_back</a>();</div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> </div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <a class="code" href="struct_s_c_r_e_e_n___s.html">SCREEN_STRUCT</a>* <a class="code" href="group__screen.html#gae57813381133ca7d2e50f6823e41aaf9">gui_screen_get_current</a>();</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> </div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="comment">//Updates/switches the screens. Call this from the app main loop, as fast as you can.</span></div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="comment"></span><span class="keywordtype">void</span> <a class="code" href="group__screen.html#gab7394734ee1d57093721cbd22b901323">gui_screen_update</a>();</div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> </div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="preprocessor">#endif </span><span class="comment">/* SCREEN_H */</span><span class="preprocessor"></span></div>
|
||||
<div class="ttc" id="group__screen_html_gaf7783b8728d6d218aa9e3b29eaf9689c"><div class="ttname"><a href="group__screen.html#gaf7783b8728d6d218aa9e3b29eaf9689c">SCREEN_STRUCT</a></div><div class="ttdeci">struct SCREEN_S SCREEN_STRUCT</div></div>
|
||||
<div class="ttc" id="struct_s_c_r_e_e_n___s_html_ae6559e38ebbedb8f94a8754256dc454b"><div class="ttname"><a href="struct_s_c_r_e_e_n___s.html#ae6559e38ebbedb8f94a8754256dc454b">SCREEN_S::on_enter</a></div><div class="ttdeci">SCREEN_CALLBACK on_enter</div><div class="ttdoc">The Callback which is called when the screen is entered. Add/Register all UI-Elements here...</div><div class="ttdef"><b>Definition:</b> screen.h:35</div></div>
|
||||
<div class="ttc" id="struct_s_c_r_e_e_n___s_html_a914e64c0c6cfaf4f7b2b0c3493f0cbf2"><div class="ttname"><a href="struct_s_c_r_e_e_n___s.html#a914e64c0c6cfaf4f7b2b0c3493f0cbf2">SCREEN_S::next</a></div><div class="ttdeci">struct SCREEN_S * next</div><div class="ttdoc">Used internally. do not modify, do not initialize. </div><div class="ttdef"><b>Definition:</b> screen.h:39</div></div>
|
||||
<div class="ttc" id="group__screen_html_gab7394734ee1d57093721cbd22b901323"><div class="ttname"><a href="group__screen.html#gab7394734ee1d57093721cbd22b901323">gui_screen_update</a></div><div class="ttdeci">void gui_screen_update()</div><div class="ttdef"><b>Definition:</b> screen.c:22</div></div>
|
||||
<div class="ttc" id="group__screen_html_gae57813381133ca7d2e50f6823e41aaf9"><div class="ttname"><a href="group__screen.html#gae57813381133ca7d2e50f6823e41aaf9">gui_screen_get_current</a></div><div class="ttdeci">SCREEN_STRUCT * gui_screen_get_current()</div><div class="ttdef"><b>Definition:</b> screen.c:17</div></div>
|
||||
<div class="ttc" id="struct_s_c_r_e_e_n___s_html_a5e8f3db07ddecd10762ce1088cb2fbd8"><div class="ttname"><a href="struct_s_c_r_e_e_n___s.html#a5e8f3db07ddecd10762ce1088cb2fbd8">SCREEN_S::on_leave</a></div><div class="ttdeci">SCREEN_CALLBACK on_leave</div><div class="ttdoc">The Callback which is called when the screen is left. Remove/Unregister all UI-Elements here...</div><div class="ttdef"><b>Definition:</b> screen.h:36</div></div>
|
||||
<div class="ttc" id="group__screen_html_gad4473a16eaf48dab405d23f5f63af3aa"><div class="ttname"><a href="group__screen.html#gad4473a16eaf48dab405d23f5f63af3aa">gui_screen_navigate</a></div><div class="ttdeci">bool gui_screen_navigate(SCREEN_STRUCT *screen)</div><div class="ttdef"><b>Definition:</b> screen.c:51</div></div>
|
||||
<div class="ttc" id="struct_s_c_r_e_e_n___s_html"><div class="ttname"><a href="struct_s_c_r_e_e_n___s.html">SCREEN_S</a></div><div class="ttdef"><b>Definition:</b> screen.h:34</div></div>
|
||||
<div class="ttc" id="screen__filetest_8c_html_a939fdd806f427cc8505ed817e28cce9d"><div class="ttname"><a href="screen__filetest_8c.html#a939fdd806f427cc8505ed817e28cce9d">screen</a></div><div class="ttdeci">static SCREEN_STRUCT screen</div><div class="ttdef"><b>Definition:</b> screen_filetest.c:121</div></div>
|
||||
<div class="ttc" id="group__screen_html_gad87c84be7c1bc93ec95a1fa03f49e06d"><div class="ttname"><a href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d">SCREEN_CALLBACK</a></div><div class="ttdeci">void(* SCREEN_CALLBACK)(void *screen)</div><div class="ttdef"><b>Definition:</b> screen.h:29</div></div>
|
||||
<div class="ttc" id="group__screen_html_ga8e14bc7ee0214e2926965f9bdb54a866"><div class="ttname"><a href="group__screen.html#ga8e14bc7ee0214e2926965f9bdb54a866">gui_screen_back</a></div><div class="ttdeci">bool gui_screen_back()</div><div class="ttdef"><b>Definition:</b> screen.c:60</div></div>
|
||||
<div class="ttc" id="struct_s_c_r_e_e_n___s_html_ac795215b462e455f4d482f38c05e0b40"><div class="ttname"><a href="struct_s_c_r_e_e_n___s.html#ac795215b462e455f4d482f38c05e0b40">SCREEN_S::on_update</a></div><div class="ttdeci">SCREEN_CALLBACK on_update</div><div class="ttdoc">The Callback which is called repeatedly when the screen should be updated. Update/Redraw all UI-Eleme...</div><div class="ttdef"><b>Definition:</b> screen.h:37</div></div>
|
||||
<div class="ttc" id="struct_s_c_r_e_e_n___s_html_ae6559e38ebbedb8f94a8754256dc454b"><div class="ttname"><a href="struct_s_c_r_e_e_n___s.html#ae6559e38ebbedb8f94a8754256dc454b">SCREEN_S::on_enter</a></div><div class="ttdeci">SCREEN_CALLBACK on_enter</div><div class="ttdoc">The Callback which is called when the screen is entered. Add/Register all UI-Elements here...</div><div class="ttdef"><b>Definition:</b> <a href="screen_8h_source.html#l00053">screen.h:53</a></div></div>
|
||||
<div class="ttc" id="struct_s_c_r_e_e_n___s_html_a914e64c0c6cfaf4f7b2b0c3493f0cbf2"><div class="ttname"><a href="struct_s_c_r_e_e_n___s.html#a914e64c0c6cfaf4f7b2b0c3493f0cbf2">SCREEN_S::next</a></div><div class="ttdeci">struct SCREEN_S * next</div><div class="ttdoc">Used internally. do not modify, do not initialize. </div><div class="ttdef"><b>Definition:</b> <a href="screen_8h_source.html#l00057">screen.h:57</a></div></div>
|
||||
<div class="ttc" id="group__screen_html_gab7394734ee1d57093721cbd22b901323"><div class="ttname"><a href="group__screen.html#gab7394734ee1d57093721cbd22b901323">gui_screen_update</a></div><div class="ttdeci">void gui_screen_update()</div><div class="ttdef"><b>Definition:</b> <a href="screen_8c_source.html#l00041">screen.c:41</a></div></div>
|
||||
<div class="ttc" id="group__screen_html_gae57813381133ca7d2e50f6823e41aaf9"><div class="ttname"><a href="group__screen.html#gae57813381133ca7d2e50f6823e41aaf9">gui_screen_get_current</a></div><div class="ttdeci">SCREEN_STRUCT * gui_screen_get_current()</div><div class="ttdef"><b>Definition:</b> <a href="screen_8c_source.html#l00035">screen.c:35</a></div></div>
|
||||
<div class="ttc" id="struct_s_c_r_e_e_n___s_html_a5e8f3db07ddecd10762ce1088cb2fbd8"><div class="ttname"><a href="struct_s_c_r_e_e_n___s.html#a5e8f3db07ddecd10762ce1088cb2fbd8">SCREEN_S::on_leave</a></div><div class="ttdeci">SCREEN_CALLBACK on_leave</div><div class="ttdoc">The Callback which is called when the screen is left. Remove/Unregister all UI-Elements here...</div><div class="ttdef"><b>Definition:</b> <a href="screen_8h_source.html#l00054">screen.h:54</a></div></div>
|
||||
<div class="ttc" id="group__screen_html_gad4473a16eaf48dab405d23f5f63af3aa"><div class="ttname"><a href="group__screen.html#gad4473a16eaf48dab405d23f5f63af3aa">gui_screen_navigate</a></div><div class="ttdeci">bool gui_screen_navigate(SCREEN_STRUCT *screen)</div><div class="ttdef"><b>Definition:</b> <a href="screen_8c_source.html#l00074">screen.c:74</a></div></div>
|
||||
<div class="ttc" id="struct_s_c_r_e_e_n___s_html"><div class="ttname"><a href="struct_s_c_r_e_e_n___s.html">SCREEN_S</a></div><div class="ttdef"><b>Definition:</b> <a href="screen_8h_source.html#l00052">screen.h:52</a></div></div>
|
||||
<div class="ttc" id="screen__filetest_8c_html_a939fdd806f427cc8505ed817e28cce9d"><div class="ttname"><a href="screen__filetest_8c.html#a939fdd806f427cc8505ed817e28cce9d">screen</a></div><div class="ttdeci">static SCREEN_STRUCT screen</div><div class="ttdef"><b>Definition:</b> <a href="screen__filetest_8c_source.html#l00134">screen_filetest.c:134</a></div></div>
|
||||
<div class="ttc" id="group__screen_html_gad87c84be7c1bc93ec95a1fa03f49e06d"><div class="ttname"><a href="group__screen.html#gad87c84be7c1bc93ec95a1fa03f49e06d">SCREEN_CALLBACK</a></div><div class="ttdeci">void(* SCREEN_CALLBACK)(void *screen)</div><div class="ttdef"><b>Definition:</b> <a href="screen_8h_source.html#l00047">screen.h:47</a></div></div>
|
||||
<div class="ttc" id="group__screen_html_ga8e14bc7ee0214e2926965f9bdb54a866"><div class="ttname"><a href="group__screen.html#ga8e14bc7ee0214e2926965f9bdb54a866">gui_screen_back</a></div><div class="ttdeci">bool gui_screen_back()</div><div class="ttdef"><b>Definition:</b> <a href="screen_8c_source.html#l00085">screen.c:85</a></div></div>
|
||||
<div class="ttc" id="struct_s_c_r_e_e_n___s_html_ac795215b462e455f4d482f38c05e0b40"><div class="ttname"><a href="struct_s_c_r_e_e_n___s.html#ac795215b462e455f4d482f38c05e0b40">SCREEN_S::on_update</a></div><div class="ttdeci">SCREEN_CALLBACK on_update</div><div class="ttdoc">The Callback which is called repeatedly when the screen should be updated. Update/Redraw all UI-Eleme...</div><div class="ttdef"><b>Definition:</b> <a href="screen_8h_source.html#l00055">screen.h:55</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.9.1
|
||||
</small></address>
|
||||
|
||||
Reference in New Issue
Block a user