Files
N64FlashcartMenu/ui__components_8h_source.html
2025-10-07 22:02:28 +00:00

289 lines
55 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" 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.12.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>N64FlashcartMenu: ui_components.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/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.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">N64FlashcartMenu
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.12.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @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&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search',false);
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){ initResizable(false); });
/* @license-end */
</script>
<!-- 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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_1a56cc8cdc1689899910be5fa4716ee4.html">menu</a></li> </ul>
</div>
</div><!-- top -->
<div id="doc-content">
<div class="header">
<div class="headertitle"><div class="title">ui_components.h</div></div>
</div><!--header-->
<div class="contents">
<a href="ui__components_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#ifndef UI_COMPONENTS_H__</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#define UI_COMPONENTS_H__</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include &lt;libdragon.h&gt;</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include &quot;<a class="code" href="menu__state_8h.html">menu_state.h</a>&quot;</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#include &quot;<a class="code" href="fonts_8h.html">fonts.h</a>&quot;</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
<div class="foldopen" id="foldopen00020" data-start="{" data-end="};">
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0"> 20</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0ad59d41948ca8c475c75c4b2df95aed3c"> 21</a></span> <a class="code hl_enumvalue" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0ad59d41948ca8c475c75c4b2df95aed3c">IMAGE_BOXART_FRONT</a>, </div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a168c1c65c7a71060f51b90f4c72eebb6"> 22</a></span> <a class="code hl_enumvalue" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a168c1c65c7a71060f51b90f4c72eebb6">IMAGE_BOXART_BACK</a>, </div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a8c45009bd27938261bf3fdbcffe10034"> 23</a></span> <a class="code hl_enumvalue" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a8c45009bd27938261bf3fdbcffe10034">IMAGE_BOXART_TOP</a>, </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0aa94ad56ce027265773b773ae281e96c2"> 24</a></span> <a class="code hl_enumvalue" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0aa94ad56ce027265773b773ae281e96c2">IMAGE_BOXART_BOTTOM</a>, </div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0ace9b225f3b48bb882ad4c8c17accb5ff"> 25</a></span> <a class="code hl_enumvalue" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0ace9b225f3b48bb882ad4c8c17accb5ff">IMAGE_BOXART_LEFT</a>, </div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a8a3d14863765152a2bdbe199f841bb16"> 26</a></span> <a class="code hl_enumvalue" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a8a3d14863765152a2bdbe199f841bb16">IMAGE_BOXART_RIGHT</a>, </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0ab6182f6facb69f0d3dae86daa848cc43"> 27</a></span> <a class="code hl_enumvalue" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0ab6182f6facb69f0d3dae86daa848cc43">IMAGE_GAMEPAK_FRONT</a>, </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a4484878450652af835580e0c873fb202"> 28</a></span> <a class="code hl_enumvalue" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a4484878450652af835580e0c873fb202">IMAGE_GAMEPAK_BACK</a>, </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a31e4763c33fa1167be8534e1b699c141"> 29</a></span> <a class="code hl_enumvalue" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a31e4763c33fa1167be8534e1b699c141">IMAGE_THUMBNAIL</a>, </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <a class="code hl_enumvalue" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a70ee32ccb4ffff891ff0f614dc829e43">IMAGE_TYPE_END</a> </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a70ee32ccb4ffff891ff0f614dc829e43"> 31</a></span>} <a class="code hl_enumeration" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0">file_image_type_t</a>;</div>
</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="foldopen" id="foldopen00038" data-start="{" data-end="};">
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="ui__components_8h.html"> 38</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="ui__components_8h.html#a049287e5caeae123362fd8cdeb51749f"> 39</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="ui__components_8h.html#a049287e5caeae123362fd8cdeb51749f">directory</a>; </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="ui__components_8h.html#ad68ec911ef925a70e282b87ba9153bc2"> 40</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="ui__components_8h.html#ad68ec911ef925a70e282b87ba9153bc2">writeable</a>; </div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="ui__components_8h.html#afc2704956a72f4edcd6d19e69121b64e"> 41</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="ui__components_8h.html#afc2704956a72f4edcd6d19e69121b64e">encrypted</a>; </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="ui__components_8h.html#a8d131d693eca8d47806643b3578ce86a"> 42</a></span> time_t <a class="code hl_variable" href="ui__components_8h.html#a8d131d693eca8d47806643b3578ce86a">mtime</a>; </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="ui__components_8h.html#ae0be7ce776c6ae4552e889e26e9bcc97"> 43</a></span> uint64_t <a class="code hl_variable" href="ui__components_8h.html#ae0be7ce776c6ae4552e889e26e9bcc97">size</a>; </div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="ui__components_8h.html#a05bc2353cfff0bc7672df089e3ca3a3c"> 44</a></span> uint64_t <a class="code hl_variable" href="ui__components_8h.html#a05bc2353cfff0bc7672df089e3ca3a3c">compressed</a>; </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="ui__components_8h.html#a5dd252fa9c213c83226f5351b5467a27"> 45</a></span> uint32_t <a class="code hl_variable" href="ui__components_8h.html#a5dd252fa9c213c83226f5351b5467a27">crc32</a>; </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="ui__components_8h.html#a2d8204b4e1dacb11ca9b5d0a8aae759d"> 46</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="ui__components_8h.html#a2d8204b4e1dacb11ca9b5d0a8aae759d">is_controller_pak_dump</a>; </div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="ui__components_8h.html#ab40236cdd3bfad696bda100bdc6c48a3"> 47</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="ui__components_8h.html#ab40236cdd3bfad696bda100bdc6c48a3">is_controller_pak_dump_note</a>; </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span>} <a class="code hl_struct" href="ui__components_8h.html#structfile__info__t">file_info_t</a>;</div>
</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a19fde3f83a0b9050ffd8345ea0050032">ui_components_box_draw</a>(<span class="keywordtype">int</span> x0, <span class="keywordtype">int</span> y0, <span class="keywordtype">int</span> x1, <span class="keywordtype">int</span> y1, color_t color);</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a3e4221f0e019cd6a5242964a275c7fa3">ui_components_border_draw</a>(<span class="keywordtype">int</span> x0, <span class="keywordtype">int</span> y0, <span class="keywordtype">int</span> x1, <span class="keywordtype">int</span> y1);</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#aa1ac5e0f73a6d0d64acfc1f3d0147011">ui_components_layout_draw_tabbed</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a49736b8aac4d3edaa97c998fbbb84c3a">ui_components_layout_draw</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a150f8458f19c9d03bfd7297676fc7680">ui_components_progressbar_draw</a>(<span class="keywordtype">int</span> x0, <span class="keywordtype">int</span> y0, <span class="keywordtype">int</span> x1, <span class="keywordtype">int</span> y1, <span class="keywordtype">float</span> progress);</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a86fb1ca1e34bcb2e657394c83ce3790b">ui_components_seekbar_draw</a>(<span class="keywordtype">float</span> progress);</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> </div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#ae9083a4dbd1b374633445fce4781025c">ui_components_loader_draw</a>(<span class="keywordtype">float</span> progress, <span class="keyword">const</span> <span class="keywordtype">char</span> *msg);</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> </div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#ab7ef483e79ce878eac283808e415d5c4">ui_components_scrollbar_draw</a>(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> width, <span class="keywordtype">int</span> height, <span class="keywordtype">int</span> position, <span class="keywordtype">int</span> items, <span class="keywordtype">int</span> visible_items);</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> </div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#ab7813f3fda3c7021a40579f523c84bdc">ui_components_list_scrollbar_draw</a>(<span class="keywordtype">int</span> position, <span class="keywordtype">int</span> items, <span class="keywordtype">int</span> visible_items);</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> </div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a38d9464112258ff472b96fac7e5511f7">ui_components_dialog_draw</a>(<span class="keywordtype">int</span> width, <span class="keywordtype">int</span> height);</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> </div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a2a0e7f4688bff44d1e41a3b49ffbc791">ui_components_messagebox_draw</a>(<span class="keywordtype">char</span> *fmt, ...);</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a3eeb3a6154571a382cd721f3825f00b8">ui_components_main_text_draw</a>(<a class="code hl_enumeration" href="fonts_8h.html#a4f821600c8abd1a0aafc99675fc04f5b">menu_font_type_t</a> style, rdpq_align_t align, rdpq_valign_t valign, <span class="keywordtype">char</span> *fmt, ...);</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> </div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a52ef5e75e3fad6f6ed8aaa32d3c8796e">ui_components_actions_bar_text_draw</a>(<a class="code hl_enumeration" href="fonts_8h.html#a4f821600c8abd1a0aafc99675fc04f5b">menu_font_type_t</a> style, rdpq_align_t align, rdpq_valign_t valign, <span class="keywordtype">char</span> *fmt, ...);</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> </div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a9e46cb883ffa851e48a4d40beeb1a107">ui_components_background_init</a>(<span class="keywordtype">char</span> *cache_location);</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> </div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#aff8c7238e004733ed189888e0e639948">ui_components_background_free</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> </div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a3b997df3be1af71aae30da3b3db0f467">ui_components_background_replace_image</a>(surface_t *image);</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> </div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a430e0e508cd3f8afa45d92c829ef4641">ui_components_background_draw</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> </div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a4451d34e746c41d4b7da7ff949f00dd9">ui_components_file_list_draw</a>(<a class="code hl_struct" href="menu__state_8h.html#structentry__t">entry_t</a> *list, <span class="keywordtype">int</span> entries, <span class="keywordtype">int</span> selected);</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> </div>
<div class="foldopen" id="foldopen00203" data-start="{" data-end="};">
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"><a class="line" href="ui__components_8h.html"> 203</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>component_context_menu {</div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aa6307036a4767d033e871f5ddb38bdf0"> 204</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="ui__components_8h.html#aa6307036a4767d033e871f5ddb38bdf0">row_count</a>; </div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"><a class="line" href="ui__components_8h.html#a8183b2f441dc05921228700ad3c5775e"> 205</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="ui__components_8h.html#a8183b2f441dc05921228700ad3c5775e">row_selected</a>; </div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"><a class="line" href="ui__components_8h.html#a3f9c7fdf201044d4a5c2b26481a1e947"> 206</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="ui__components_8h.html#a3f9c7fdf201044d4a5c2b26481a1e947">hide_pending</a>; </div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"><a class="line" href="ui__components_8h.html#a62ed882efa35b7570bc0dbfef044b627"> 207</a></span> <span class="keyword">struct </span>component_context_menu *<a class="code hl_variable" href="ui__components_8h.html#a62ed882efa35b7570bc0dbfef044b627">parent</a>; </div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"><a class="line" href="ui__components_8h.html#ad4f2b342246c13cee51a157e581dd2b0"> 208</a></span> <span class="keyword">struct </span>component_context_menu *<a class="code hl_variable" href="ui__components_8h.html#ad4f2b342246c13cee51a157e581dd2b0">submenu</a>; </div>
<div class="foldopen" id="foldopen00209" data-start="{" data-end="};">
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"><a class="line" href="ui__components_8h.html"> 209</a></span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *text; </div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> void (*action)(<a class="code hl_struct" href="menu__state_8h.html#structmenu__t">menu_t</a> *menu, <span class="keywordtype">void</span> *arg); </div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <span class="keywordtype">void</span> *arg; </div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> <span class="keyword">struct </span>component_context_menu *submenu; </div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"><a class="line" href="ui__components_8h.html#ab4043f90ca1296b5121095aa9288ac48"> 214</a></span> } list[]; </div>
</div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span>} <a class="code hl_struct" href="ui__components_8h.html#structcomponent__context__menu__t">component_context_menu_t</a>;</div>
</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> </div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"><a class="line" href="ui__components_8h.html#aed8b55a844b1419369ca727617ed9930"> 217</a></span><span class="preprocessor">#define COMPONENT_CONTEXT_MENU_LIST_END { .text = NULL } </span></div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#af42a44cb942201920ae50554013ae624">ui_components_context_menu_init</a>(<a class="code hl_struct" href="ui__components_8h.html#structcomponent__context__menu__t">component_context_menu_t</a> *cm);</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> </div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a8b3e6c2e1c5f4525162f58f5b26f57d9">ui_components_context_menu_show</a>(<a class="code hl_struct" href="ui__components_8h.html#structcomponent__context__menu__t">component_context_menu_t</a> *cm);</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> </div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span><span class="keywordtype">bool</span> <a class="code hl_function" href="ui__components_8h.html#ac5f3e5007fdc55383741cbabe4164fa8">ui_components_context_menu_process</a>(<a class="code hl_struct" href="menu__state_8h.html#structmenu__t">menu_t</a> *menu, <a class="code hl_struct" href="ui__components_8h.html#structcomponent__context__menu__t">component_context_menu_t</a> *cm);</div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> </div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a70e42afc6a29c48031a5cc9b468e5ef0">ui_components_context_menu_draw</a>(<a class="code hl_struct" href="ui__components_8h.html#structcomponent__context__menu__t">component_context_menu_t</a> *cm);</div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> </div>
<div class="foldopen" id="foldopen00252" data-start="{" data-end="};">
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"><a class="line" href="ui__components_8h.html"> 252</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"><a class="line" href="ui__components_8h.html#a6ef3e230917241f16f9ba164c40cf247"> 253</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="ui__components_8h.html#a6ef3e230917241f16f9ba164c40cf247">loading</a>; </div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="ui__components_8h.html#a1b40bed1ca761e7243cc82e2ab700150"> 254</a></span> surface_t *<a class="code hl_variable" href="ui__components_8h.html#a1b40bed1ca761e7243cc82e2ab700150">image</a>; </div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span>} <a class="code hl_struct" href="ui__components_8h.html#structcomponent__boxart__t">component_boxart_t</a>;</div>
</div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> </div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span><a class="code hl_struct" href="ui__components_8h.html#structcomponent__boxart__t">component_boxart_t</a> *<a class="code hl_function" href="ui__components_8h.html#ac59a8da801d945a9467c641e4ffc7779">ui_components_boxart_init</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *storage_prefix, <span class="keyword">const</span> <span class="keywordtype">char</span> *game_code, <span class="keyword">const</span> <span class="keywordtype">char</span> *rom_title, <a class="code hl_enumeration" href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0">file_image_type_t</a> current_image_view);</div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> </div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#ac6936fee273ef656c6bc72f7378f22ca">ui_components_boxart_free</a>(<a class="code hl_struct" href="ui__components_8h.html#structcomponent__boxart__t">component_boxart_t</a> *b);</div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> </div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#ada31b54d8e469084084abd5d7f78a57a">ui_components_boxart_draw</a>(<a class="code hl_struct" href="ui__components_8h.html#structcomponent__boxart__t">component_boxart_t</a> *b);</div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> </div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#ad0e0f91b54697e10a583bfead945cb57">ui_components_tabs_draw</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> **text, <span class="keywordtype">int</span> count, <span class="keywordtype">int</span> selected, <span class="keywordtype">float</span> width);</div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> </div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a2165adf223aa5c97eba018cf21b82035">ui_components_tabs_common_draw</a>(<span class="keywordtype">int</span> selected);</div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> </div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#aa31dd59a37e716b20f0d65796d8bb63f">ui_component_value_editor</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> **header_text, <span class="keyword">const</span> <span class="keywordtype">char</span> **value_text, <span class="keywordtype">int</span> count, <span class="keywordtype">int</span> selected, <span class="keywordtype">float</span> width_adjustment);</div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> </div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span><span class="keywordtype">void</span> <a class="code hl_function" href="ui__components_8h.html#a4cdc4926164c85646e030e0020164516">ui_components_file_info_draw</a> (<span class="keywordtype">char</span>* filename, <a class="code hl_struct" href="ui__components_8h.html#structfile__info__t">file_info_t</a> *info);</div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> </div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span><span class="preprocessor">#endif </span><span class="comment">/* UI_COMPONENTS_H__ */</span><span class="preprocessor"></span></div>
<div class="ttc" id="afonts_8h_html"><div class="ttname"><a href="fonts_8h.html">fonts.h</a></div><div class="ttdoc">Menu fonts.</div></div>
<div class="ttc" id="afonts_8h_html_a4f821600c8abd1a0aafc99675fc04f5b"><div class="ttname"><a href="fonts_8h.html#a4f821600c8abd1a0aafc99675fc04f5b">menu_font_type_t</a></div><div class="ttdeci">menu_font_type_t</div><div class="ttdoc">Font type enumeration.</div><div class="ttdef"><b>Definition</b> fonts.h:16</div></div>
<div class="ttc" id="amenu__state_8h_html"><div class="ttname"><a href="menu__state_8h.html">menu_state.h</a></div><div class="ttdoc">Menu State.</div></div>
<div class="ttc" id="amenu__state_8h_html_structentry__t"><div class="ttname"><a href="menu__state_8h.html#structentry__t">entry_t</a></div><div class="ttdoc">File Entry Structure.</div><div class="ttdef"><b>Definition</b> menu_state.h:71</div></div>
<div class="ttc" id="amenu__state_8h_html_structmenu__t"><div class="ttname"><a href="menu__state_8h.html#structmenu__t">menu_t</a></div><div class="ttdoc">Menu Structure.</div><div class="ttdef"><b>Definition</b> menu_state.h:79</div></div>
<div class="ttc" id="aui__components_8h_html_a049287e5caeae123362fd8cdeb51749f"><div class="ttname"><a href="ui__components_8h.html#a049287e5caeae123362fd8cdeb51749f">file_info_t::directory</a></div><div class="ttdeci">bool directory</div><div class="ttdef"><b>Definition</b> ui_components.h:39</div></div>
<div class="ttc" id="aui__components_8h_html_a05bc2353cfff0bc7672df089e3ca3a3c"><div class="ttname"><a href="ui__components_8h.html#a05bc2353cfff0bc7672df089e3ca3a3c">file_info_t::compressed</a></div><div class="ttdeci">uint64_t compressed</div><div class="ttdef"><b>Definition</b> ui_components.h:44</div></div>
<div class="ttc" id="aui__components_8h_html_a150f8458f19c9d03bfd7297676fc7680"><div class="ttname"><a href="ui__components_8h.html#a150f8458f19c9d03bfd7297676fc7680">ui_components_progressbar_draw</a></div><div class="ttdeci">void ui_components_progressbar_draw(int x0, int y0, int x1, int y1, float progress)</div><div class="ttdoc">Draw a progress bar component.</div><div class="ttdef"><b>Definition</b> common.c:108</div></div>
<div class="ttc" id="aui__components_8h_html_a19fde3f83a0b9050ffd8345ea0050032"><div class="ttname"><a href="ui__components_8h.html#a19fde3f83a0b9050ffd8345ea0050032">ui_components_box_draw</a></div><div class="ttdeci">void ui_components_box_draw(int x0, int y0, int x1, int y1, color_t color)</div><div class="ttdoc">Draw a box component.</div><div class="ttdef"><b>Definition</b> common.c:22</div></div>
<div class="ttc" id="aui__components_8h_html_a1b40bed1ca761e7243cc82e2ab700150"><div class="ttname"><a href="ui__components_8h.html#a1b40bed1ca761e7243cc82e2ab700150">component_boxart_t::image</a></div><div class="ttdeci">surface_t * image</div><div class="ttdef"><b>Definition</b> ui_components.h:254</div></div>
<div class="ttc" id="aui__components_8h_html_a2165adf223aa5c97eba018cf21b82035"><div class="ttname"><a href="ui__components_8h.html#a2165adf223aa5c97eba018cf21b82035">ui_components_tabs_common_draw</a></div><div class="ttdeci">void ui_components_tabs_common_draw(int selected)</div><div class="ttdoc">Draw the common part of the tabs component.</div><div class="ttdef"><b>Definition</b> tabs.c:23</div></div>
<div class="ttc" id="aui__components_8h_html_a2a0e7f4688bff44d1e41a3b49ffbc791"><div class="ttname"><a href="ui__components_8h.html#a2a0e7f4688bff44d1e41a3b49ffbc791">ui_components_messagebox_draw</a></div><div class="ttdeci">void ui_components_messagebox_draw(char *fmt,...)</div><div class="ttdoc">Draw a message box component.</div><div class="ttdef"><b>Definition</b> common.c:219</div></div>
<div class="ttc" id="aui__components_8h_html_a2d8204b4e1dacb11ca9b5d0a8aae759d"><div class="ttname"><a href="ui__components_8h.html#a2d8204b4e1dacb11ca9b5d0a8aae759d">file_info_t::is_controller_pak_dump</a></div><div class="ttdeci">bool is_controller_pak_dump</div><div class="ttdef"><b>Definition</b> ui_components.h:46</div></div>
<div class="ttc" id="aui__components_8h_html_a38d9464112258ff472b96fac7e5511f7"><div class="ttname"><a href="ui__components_8h.html#a38d9464112258ff472b96fac7e5511f7">ui_components_dialog_draw</a></div><div class="ttdeci">void ui_components_dialog_draw(int width, int height)</div><div class="ttdoc">Draw a dialog component.</div><div class="ttdef"><b>Definition</b> common.c:203</div></div>
<div class="ttc" id="aui__components_8h_html_a3b997df3be1af71aae30da3b3db0f467"><div class="ttname"><a href="ui__components_8h.html#a3b997df3be1af71aae30da3b3db0f467">ui_components_background_replace_image</a></div><div class="ttdeci">void ui_components_background_replace_image(surface_t *image)</div><div class="ttdoc">Replace the background image.</div><div class="ttdef"><b>Definition</b> background.c:224</div></div>
<div class="ttc" id="aui__components_8h_html_a3e4221f0e019cd6a5242964a275c7fa3"><div class="ttname"><a href="ui__components_8h.html#a3e4221f0e019cd6a5242964a275c7fa3">ui_components_border_draw</a></div><div class="ttdeci">void ui_components_border_draw(int x0, int y0, int x1, int y1)</div><div class="ttdoc">Draw a border component.</div><div class="ttdef"><b>Definition</b> common.c:56</div></div>
<div class="ttc" id="aui__components_8h_html_a3eeb3a6154571a382cd721f3825f00b8"><div class="ttname"><a href="ui__components_8h.html#a3eeb3a6154571a382cd721f3825f00b8">ui_components_main_text_draw</a></div><div class="ttdeci">void ui_components_main_text_draw(menu_font_type_t style, rdpq_align_t align, rdpq_valign_t valign, char *fmt,...)</div><div class="ttdoc">Draw the main text component.</div><div class="ttdef"><b>Definition</b> common.c:262</div></div>
<div class="ttc" id="aui__components_8h_html_a3f9c7fdf201044d4a5c2b26481a1e947"><div class="ttname"><a href="ui__components_8h.html#a3f9c7fdf201044d4a5c2b26481a1e947">component_context_menu_t::hide_pending</a></div><div class="ttdeci">bool hide_pending</div><div class="ttdef"><b>Definition</b> ui_components.h:206</div></div>
<div class="ttc" id="aui__components_8h_html_a430e0e508cd3f8afa45d92c829ef4641"><div class="ttname"><a href="ui__components_8h.html#a430e0e508cd3f8afa45d92c829ef4641">ui_components_background_draw</a></div><div class="ttdeci">void ui_components_background_draw(void)</div><div class="ttdoc">Draw the background component.</div><div class="ttdef"><b>Definition</b> background.c:248</div></div>
<div class="ttc" id="aui__components_8h_html_a4451d34e746c41d4b7da7ff949f00dd9"><div class="ttname"><a href="ui__components_8h.html#a4451d34e746c41d4b7da7ff949f00dd9">ui_components_file_list_draw</a></div><div class="ttdeci">void ui_components_file_list_draw(entry_t *list, int entries, int selected)</div><div class="ttdoc">Draw the file list component.</div><div class="ttdef"><b>Definition</b> file_list.c:45</div></div>
<div class="ttc" id="aui__components_8h_html_a49736b8aac4d3edaa97c998fbbb84c3a"><div class="ttname"><a href="ui__components_8h.html#a49736b8aac4d3edaa97c998fbbb84c3a">ui_components_layout_draw</a></div><div class="ttdeci">void ui_components_layout_draw(void)</div><div class="ttdoc">Draw the layout component.</div><div class="ttdef"><b>Definition</b> common.c:83</div></div>
<div class="ttc" id="aui__components_8h_html_a4cdc4926164c85646e030e0020164516"><div class="ttname"><a href="ui__components_8h.html#a4cdc4926164c85646e030e0020164516">ui_components_file_info_draw</a></div><div class="ttdeci">void ui_components_file_info_draw(char *filename, file_info_t *info)</div><div class="ttdoc">Draw the file info component.</div><div class="ttdef"><b>Definition</b> ui_components/file_info.c:75</div></div>
<div class="ttc" id="aui__components_8h_html_a52ef5e75e3fad6f6ed8aaa32d3c8796e"><div class="ttname"><a href="ui__components_8h.html#a52ef5e75e3fad6f6ed8aaa32d3c8796e">ui_components_actions_bar_text_draw</a></div><div class="ttdeci">void ui_components_actions_bar_text_draw(menu_font_type_t style, rdpq_align_t align, rdpq_valign_t valign, char *fmt,...)</div><div class="ttdoc">Draw the actions bar text component.</div><div class="ttdef"><b>Definition</b> common.c:302</div></div>
<div class="ttc" id="aui__components_8h_html_a5dd252fa9c213c83226f5351b5467a27"><div class="ttname"><a href="ui__components_8h.html#a5dd252fa9c213c83226f5351b5467a27">file_info_t::crc32</a></div><div class="ttdeci">uint32_t crc32</div><div class="ttdef"><b>Definition</b> ui_components.h:45</div></div>
<div class="ttc" id="aui__components_8h_html_a62ed882efa35b7570bc0dbfef044b627"><div class="ttname"><a href="ui__components_8h.html#a62ed882efa35b7570bc0dbfef044b627">component_context_menu_t::parent</a></div><div class="ttdeci">struct component_context_menu * parent</div><div class="ttdef"><b>Definition</b> ui_components.h:207</div></div>
<div class="ttc" id="aui__components_8h_html_a6ef3e230917241f16f9ba164c40cf247"><div class="ttname"><a href="ui__components_8h.html#a6ef3e230917241f16f9ba164c40cf247">component_boxart_t::loading</a></div><div class="ttdeci">bool loading</div><div class="ttdef"><b>Definition</b> ui_components.h:253</div></div>
<div class="ttc" id="aui__components_8h_html_a70e42afc6a29c48031a5cc9b468e5ef0"><div class="ttname"><a href="ui__components_8h.html#a70e42afc6a29c48031a5cc9b468e5ef0">ui_components_context_menu_draw</a></div><div class="ttdeci">void ui_components_context_menu_draw(component_context_menu_t *cm)</div><div class="ttdoc">Draw the context menu component.</div><div class="ttdef"><b>Definition</b> context_menu.c:106</div></div>
<div class="ttc" id="aui__components_8h_html_a8183b2f441dc05921228700ad3c5775e"><div class="ttname"><a href="ui__components_8h.html#a8183b2f441dc05921228700ad3c5775e">component_context_menu_t::row_selected</a></div><div class="ttdeci">int row_selected</div><div class="ttdef"><b>Definition</b> ui_components.h:205</div></div>
<div class="ttc" id="aui__components_8h_html_a86fb1ca1e34bcb2e657394c83ce3790b"><div class="ttname"><a href="ui__components_8h.html#a86fb1ca1e34bcb2e657394c83ce3790b">ui_components_seekbar_draw</a></div><div class="ttdeci">void ui_components_seekbar_draw(float progress)</div><div class="ttdoc">Draw a seek bar component.</div><div class="ttdef"><b>Definition</b> common.c:120</div></div>
<div class="ttc" id="aui__components_8h_html_a8b3e6c2e1c5f4525162f58f5b26f57d9"><div class="ttname"><a href="ui__components_8h.html#a8b3e6c2e1c5f4525162f58f5b26f57d9">ui_components_context_menu_show</a></div><div class="ttdeci">void ui_components_context_menu_show(component_context_menu_t *cm)</div><div class="ttdoc">Show the context menu component.</div><div class="ttdef"><b>Definition</b> context_menu.c:45</div></div>
<div class="ttc" id="aui__components_8h_html_a8d131d693eca8d47806643b3578ce86a"><div class="ttname"><a href="ui__components_8h.html#a8d131d693eca8d47806643b3578ce86a">file_info_t::mtime</a></div><div class="ttdeci">time_t mtime</div><div class="ttdef"><b>Definition</b> ui_components.h:42</div></div>
<div class="ttc" id="aui__components_8h_html_a9e46cb883ffa851e48a4d40beeb1a107"><div class="ttname"><a href="ui__components_8h.html#a9e46cb883ffa851e48a4d40beeb1a107">ui_components_background_init</a></div><div class="ttdeci">void ui_components_background_init(char *cache_location)</div><div class="ttdoc">Initialize the background component.</div><div class="ttdef"><b>Definition</b> background.c:188</div></div>
<div class="ttc" id="aui__components_8h_html_aa1ac5e0f73a6d0d64acfc1f3d0147011"><div class="ttname"><a href="ui__components_8h.html#aa1ac5e0f73a6d0d64acfc1f3d0147011">ui_components_layout_draw_tabbed</a></div><div class="ttdeci">void ui_components_layout_draw_tabbed(void)</div><div class="ttdoc">Draw the layout component with tabs.</div><div class="ttdef"><b>Definition</b> common.c:63</div></div>
<div class="ttc" id="aui__components_8h_html_aa31dd59a37e716b20f0d65796d8bb63f"><div class="ttname"><a href="ui__components_8h.html#aa31dd59a37e716b20f0d65796d8bb63f">ui_component_value_editor</a></div><div class="ttdeci">void ui_component_value_editor(const char **header_text, const char **value_text, int count, int selected, float width_adjustment)</div><div class="ttdoc">Draw a value editor component.</div><div class="ttdef"><b>Definition</b> common.c:411</div></div>
<div class="ttc" id="aui__components_8h_html_aa6307036a4767d033e871f5ddb38bdf0"><div class="ttname"><a href="ui__components_8h.html#aa6307036a4767d033e871f5ddb38bdf0">component_context_menu_t::row_count</a></div><div class="ttdeci">int row_count</div><div class="ttdef"><b>Definition</b> ui_components.h:204</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0">file_image_type_t</a></div><div class="ttdeci">file_image_type_t</div><div class="ttdoc">File image Enumeration.</div><div class="ttdef"><b>Definition</b> ui_components.h:20</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0a168c1c65c7a71060f51b90f4c72eebb6"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a168c1c65c7a71060f51b90f4c72eebb6">IMAGE_BOXART_BACK</a></div><div class="ttdeci">@ IMAGE_BOXART_BACK</div><div class="ttdef"><b>Definition</b> ui_components.h:22</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0a31e4763c33fa1167be8534e1b699c141"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a31e4763c33fa1167be8534e1b699c141">IMAGE_THUMBNAIL</a></div><div class="ttdeci">@ IMAGE_THUMBNAIL</div><div class="ttdef"><b>Definition</b> ui_components.h:29</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0a4484878450652af835580e0c873fb202"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a4484878450652af835580e0c873fb202">IMAGE_GAMEPAK_BACK</a></div><div class="ttdeci">@ IMAGE_GAMEPAK_BACK</div><div class="ttdef"><b>Definition</b> ui_components.h:28</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0a70ee32ccb4ffff891ff0f614dc829e43"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a70ee32ccb4ffff891ff0f614dc829e43">IMAGE_TYPE_END</a></div><div class="ttdeci">@ IMAGE_TYPE_END</div><div class="ttdef"><b>Definition</b> ui_components.h:30</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0a8a3d14863765152a2bdbe199f841bb16"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a8a3d14863765152a2bdbe199f841bb16">IMAGE_BOXART_RIGHT</a></div><div class="ttdeci">@ IMAGE_BOXART_RIGHT</div><div class="ttdef"><b>Definition</b> ui_components.h:26</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0a8c45009bd27938261bf3fdbcffe10034"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0a8c45009bd27938261bf3fdbcffe10034">IMAGE_BOXART_TOP</a></div><div class="ttdeci">@ IMAGE_BOXART_TOP</div><div class="ttdef"><b>Definition</b> ui_components.h:23</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0aa94ad56ce027265773b773ae281e96c2"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0aa94ad56ce027265773b773ae281e96c2">IMAGE_BOXART_BOTTOM</a></div><div class="ttdeci">@ IMAGE_BOXART_BOTTOM</div><div class="ttdef"><b>Definition</b> ui_components.h:24</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0ab6182f6facb69f0d3dae86daa848cc43"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0ab6182f6facb69f0d3dae86daa848cc43">IMAGE_GAMEPAK_FRONT</a></div><div class="ttdeci">@ IMAGE_GAMEPAK_FRONT</div><div class="ttdef"><b>Definition</b> ui_components.h:27</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0ace9b225f3b48bb882ad4c8c17accb5ff"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0ace9b225f3b48bb882ad4c8c17accb5ff">IMAGE_BOXART_LEFT</a></div><div class="ttdeci">@ IMAGE_BOXART_LEFT</div><div class="ttdef"><b>Definition</b> ui_components.h:25</div></div>
<div class="ttc" id="aui__components_8h_html_aa77ed4c6e4f6494fea90d148786d15e0ad59d41948ca8c475c75c4b2df95aed3c"><div class="ttname"><a href="ui__components_8h.html#aa77ed4c6e4f6494fea90d148786d15e0ad59d41948ca8c475c75c4b2df95aed3c">IMAGE_BOXART_FRONT</a></div><div class="ttdeci">@ IMAGE_BOXART_FRONT</div><div class="ttdef"><b>Definition</b> ui_components.h:21</div></div>
<div class="ttc" id="aui__components_8h_html_ab40236cdd3bfad696bda100bdc6c48a3"><div class="ttname"><a href="ui__components_8h.html#ab40236cdd3bfad696bda100bdc6c48a3">file_info_t::is_controller_pak_dump_note</a></div><div class="ttdeci">bool is_controller_pak_dump_note</div><div class="ttdef"><b>Definition</b> ui_components.h:47</div></div>
<div class="ttc" id="aui__components_8h_html_ab7813f3fda3c7021a40579f523c84bdc"><div class="ttname"><a href="ui__components_8h.html#ab7813f3fda3c7021a40579f523c84bdc">ui_components_list_scrollbar_draw</a></div><div class="ttdeci">void ui_components_list_scrollbar_draw(int position, int items, int visible_items)</div><div class="ttdoc">Draw a list scrollbar component.</div><div class="ttdef"><b>Definition</b> common.c:185</div></div>
<div class="ttc" id="aui__components_8h_html_ab7ef483e79ce878eac283808e415d5c4"><div class="ttname"><a href="ui__components_8h.html#ab7ef483e79ce878eac283808e415d5c4">ui_components_scrollbar_draw</a></div><div class="ttdeci">void ui_components_scrollbar_draw(int x, int y, int width, int height, int position, int items, int visible_items)</div><div class="ttdoc">Draw a scrollbar component.</div><div class="ttdef"><b>Definition</b> common.c:166</div></div>
<div class="ttc" id="aui__components_8h_html_ac59a8da801d945a9467c641e4ffc7779"><div class="ttname"><a href="ui__components_8h.html#ac59a8da801d945a9467c641e4ffc7779">ui_components_boxart_init</a></div><div class="ttdeci">component_boxart_t * ui_components_boxart_init(const char *storage_prefix, const char *game_code, const char *rom_title, file_image_type_t current_image_view)</div><div class="ttdoc">Initialize the box art component.</div><div class="ttdef"><b>Definition</b> boxart.c:41</div></div>
<div class="ttc" id="aui__components_8h_html_ac5f3e5007fdc55383741cbabe4164fa8"><div class="ttname"><a href="ui__components_8h.html#ac5f3e5007fdc55383741cbabe4164fa8">ui_components_context_menu_process</a></div><div class="ttdeci">bool ui_components_context_menu_process(menu_t *menu, component_context_menu_t *cm)</div><div class="ttdoc">Process the context menu component.</div><div class="ttdef"><b>Definition</b> context_menu.c:57</div></div>
<div class="ttc" id="aui__components_8h_html_ac6936fee273ef656c6bc72f7378f22ca"><div class="ttname"><a href="ui__components_8h.html#ac6936fee273ef656c6bc72f7378f22ca">ui_components_boxart_free</a></div><div class="ttdeci">void ui_components_boxart_free(component_boxart_t *b)</div><div class="ttdoc">Free the box art component resources.</div><div class="ttdef"><b>Definition</b> boxart.c:176</div></div>
<div class="ttc" id="aui__components_8h_html_ad0e0f91b54697e10a583bfead945cb57"><div class="ttname"><a href="ui__components_8h.html#ad0e0f91b54697e10a583bfead945cb57">ui_components_tabs_draw</a></div><div class="ttdeci">void ui_components_tabs_draw(const char **text, int count, int selected, float width)</div><div class="ttdoc">Draw the tabs component.</div><div class="ttdef"><b>Definition</b> common.c:341</div></div>
<div class="ttc" id="aui__components_8h_html_ad4f2b342246c13cee51a157e581dd2b0"><div class="ttname"><a href="ui__components_8h.html#ad4f2b342246c13cee51a157e581dd2b0">component_context_menu_t::submenu</a></div><div class="ttdeci">struct component_context_menu * submenu</div><div class="ttdef"><b>Definition</b> ui_components.h:208</div></div>
<div class="ttc" id="aui__components_8h_html_ad68ec911ef925a70e282b87ba9153bc2"><div class="ttname"><a href="ui__components_8h.html#ad68ec911ef925a70e282b87ba9153bc2">file_info_t::writeable</a></div><div class="ttdeci">bool writeable</div><div class="ttdef"><b>Definition</b> ui_components.h:40</div></div>
<div class="ttc" id="aui__components_8h_html_ada31b54d8e469084084abd5d7f78a57a"><div class="ttname"><a href="ui__components_8h.html#ada31b54d8e469084084abd5d7f78a57a">ui_components_boxart_draw</a></div><div class="ttdeci">void ui_components_boxart_draw(component_boxart_t *b)</div><div class="ttdoc">Draw the box art component.</div><div class="ttdef"><b>Definition</b> boxart.c:194</div></div>
<div class="ttc" id="aui__components_8h_html_ae0be7ce776c6ae4552e889e26e9bcc97"><div class="ttname"><a href="ui__components_8h.html#ae0be7ce776c6ae4552e889e26e9bcc97">file_info_t::size</a></div><div class="ttdeci">uint64_t size</div><div class="ttdef"><b>Definition</b> ui_components.h:43</div></div>
<div class="ttc" id="aui__components_8h_html_ae9083a4dbd1b374633445fce4781025c"><div class="ttname"><a href="ui__components_8h.html#ae9083a4dbd1b374633445fce4781025c">ui_components_loader_draw</a></div><div class="ttdeci">void ui_components_loader_draw(float progress, const char *msg)</div><div class="ttdoc">Draw a loader component.</div><div class="ttdef"><b>Definition</b> common.c:136</div></div>
<div class="ttc" id="aui__components_8h_html_af42a44cb942201920ae50554013ae624"><div class="ttname"><a href="ui__components_8h.html#af42a44cb942201920ae50554013ae624">ui_components_context_menu_init</a></div><div class="ttdeci">void ui_components_context_menu_init(component_context_menu_t *cm)</div><div class="ttdoc">Initialize the context menu component.</div><div class="ttdef"><b>Definition</b> context_menu.c:30</div></div>
<div class="ttc" id="aui__components_8h_html_afc2704956a72f4edcd6d19e69121b64e"><div class="ttname"><a href="ui__components_8h.html#afc2704956a72f4edcd6d19e69121b64e">file_info_t::encrypted</a></div><div class="ttdeci">bool encrypted</div><div class="ttdef"><b>Definition</b> ui_components.h:41</div></div>
<div class="ttc" id="aui__components_8h_html_aff8c7238e004733ed189888e0e639948"><div class="ttname"><a href="ui__components_8h.html#aff8c7238e004733ed189888e0e639948">ui_components_background_free</a></div><div class="ttdeci">void ui_components_background_free(void)</div><div class="ttdoc">Free the background component resources.</div><div class="ttdef"><b>Definition</b> background.c:200</div></div>
<div class="ttc" id="aui__components_8h_html_structcomponent__boxart__t"><div class="ttname"><a href="ui__components_8h.html#structcomponent__boxart__t">component_boxart_t</a></div><div class="ttdoc">Box Art Structure.</div><div class="ttdef"><b>Definition</b> ui_components.h:252</div></div>
<div class="ttc" id="aui__components_8h_html_structcomponent__context__menu__t"><div class="ttname"><a href="ui__components_8h.html#structcomponent__context__menu__t">component_context_menu_t</a></div><div class="ttdoc">Context menu structure.</div><div class="ttdef"><b>Definition</b> ui_components.h:203</div></div>
<div class="ttc" id="aui__components_8h_html_structfile__info__t"><div class="ttname"><a href="ui__components_8h.html#structfile__info__t">file_info_t</a></div><div class="ttdoc">File information Structure.</div><div class="ttdef"><b>Definition</b> ui_components.h:38</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Oct 7 2025 22:02:27 for N64FlashcartMenu by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0
</small></address>
</div><!-- doc-content -->
</body>
</html>