mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-15 20:17:31 +00:00
162 lines
25 KiB
HTML
162 lines
25 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">
|
|
<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.17"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>ComSquare: sources/Debugger/TileViewer/TileViewer.hpp Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<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 style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">ComSquare
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- 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">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_08d237fc27d4ecd563f71c5d52f2fecc.html">sources</a></li><li class="navelem"><a class="el" href="dir_189293303b628b823f13ae296b502d01.html">Debugger</a></li><li class="navelem"><a class="el" href="dir_c321c6a7f0648929655fbb9f990d53a6.html">TileViewer</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">TileViewer.hpp</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="TileViewer_8hpp.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">// Created by cbihan on 5/7/21.</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>  </div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#pragma once</span></div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>  </div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#include <QtCore/QSortFilterProxyModel></span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include <QEvent></span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include <QMouseEvent></span></div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <array></span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include "<a class="code" href="PPU_8hpp.html">PPU/PPU.hpp</a>"</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include "<a class="code" href="ClosableWindow_8hpp.html">Debugger/ClosableWindow.hpp</a>"</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#include "<a class="code" href="QtSfmlTileRenderer_8hpp.html">Renderer/QtRenderer/QtSfmlTileRenderer.hpp</a>"</span></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include "ui/ui_tileView.h"</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include "<a class="code" href="Ram_8hpp.html">Ram/Ram.hpp</a>"</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#include "<a class="code" href="RAMTileRenderer_8hpp.html">RAMTileRenderer.hpp</a>"</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  </div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="keyword">namespace </span><a class="code" href="namespaceComSquare_1_1Debugger.html">ComSquare::Debugger</a></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> {</div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  </div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="classComSquare_1_1Debugger_1_1TileViewer.html"> 22</a></span>  <span class="keyword">class </span><a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html">TileViewer</a> : <span class="keyword">public</span> QObject</div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  {</div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="classComSquare_1_1Debugger_1_1TileViewer.html#a7fc6b63eac07a80198fcc930e7ed9121"> 26</a></span>  <a class="code" href="classComSquare_1_1Debugger_1_1ClosableWindow.html">ClosableWindow</a> *<a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#a7fc6b63eac07a80198fcc930e7ed9121">_window</a>;</div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="classComSquare_1_1Debugger_1_1TileViewer.html#a38e44c93232e4f833218c5683b12fad8"> 28</a></span>  <a class="code" href="classComSquare_1_1SNES.html">SNES</a> &<a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#a38e44c93232e4f833218c5683b12fad8">_snes</a>;</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classComSquare_1_1Debugger_1_1TileViewer.html#af3e644fb157110f995d041619a02f395"> 30</a></span>  Ui::TileViewer <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#af3e644fb157110f995d041619a02f395">_ui</a>;</div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classComSquare_1_1Debugger_1_1TileViewer.html#a4353f8f908154e7d33fbe37632969c66"> 32</a></span>  <a class="code" href="classComSquare_1_1PPU_1_1PPU.html">ComSquare::PPU::PPU</a> &<a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#a4353f8f908154e7d33fbe37632969c66">_ppu</a>;</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classComSquare_1_1Debugger_1_1TileViewer.html#a75248d159cdc070e1a04489dff3670d3"> 34</a></span>  std::unique_ptr<Renderer::QtSFMLTileRenderer> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#a75248d159cdc070e1a04489dff3670d3">_sfWidget</a>;</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classComSquare_1_1Debugger_1_1TileViewer.html#a347d60917d804698b17b4686572c4a17"> 36</a></span>  <a class="code" href="classComSquare_1_1Debugger_1_1RAMTileRenderer.html">RAMTileRenderer</a> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#a347d60917d804698b17b4686572c4a17">_ramTileRenderer</a>;</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keywordtype">void</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#a87369e8595194d9f9a67c8d9a3605ba4">_bppChangeUIHandler</a>(<span class="keywordtype">int</span> index);</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keyword">explicit</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#ab0e33561305c07927e197b839f4e4484">TileViewer</a>(<a class="code" href="classComSquare_1_1SNES.html">SNES</a> &snes, <a class="code" href="classComSquare_1_1PPU_1_1PPU.html">ComSquare::PPU::PPU</a> &ppu);</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#ab0e33561305c07927e197b839f4e4484">TileViewer</a>(<span class="keyword">const</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html">TileViewer</a> &) = <span class="keyword">delete</span>;</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#ac2255f598036f63b93bf542bf3cc7b23">~TileViewer</a>() <span class="keyword">override</span> = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html">TileViewer</a> &<a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#a72728b5f6732f53f234dfe1aac5ead53">operator=</a>(<span class="keyword">const</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html">TileViewer</a> &) = <span class="keyword">delete</span>;</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  uint16_t <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#afc8d418fe81cefe8d6a5f2c8bad8a3cc">read</a>(uint8_t addr);</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keywordtype">void</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#a1984038d8a6c543392dc42e97add23ba">focus</a>();</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keywordtype">void</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#afb3ef8801378ebaa4db78242cfae005e">setPaletteIndex</a>(<span class="keywordtype">int</span> paletteIndex);</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keywordtype">void</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#aca320901b74f8d5f984b99f5c6353ee3">setBpp</a>(<span class="keywordtype">int</span> bpp);</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keywordtype">void</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#af3c9744dece3630426a5529f4d4d8d18">setNbColumns</a>(<span class="keywordtype">int</span> nbColumns);</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordtype">void</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#a5324b474562c17231f11dfdf9d1c2c14">setRenderSize</a>(<span class="keywordtype">int</span> size);</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keywordtype">void</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#abb2ef1b9e26ab32bb85a06a6d1210f49">setRamOffset</a>(<span class="keywordtype">int</span> offset);</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  [[nodiscard]] <span class="keywordtype">int</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#aa648b05cbc56050aa33c14cf819cde8c">getBpp</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  [[nodiscard]] <span class="keywordtype">int</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#aaa3bac9b572f5c67dddf65f1d6f61aab">getPaletteIndex</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  [[nodiscard]] <span class="keywordtype">int</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#ac11b22abf647fae5c40a0f57b8cf58f2">getNbColumns</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keywordtype">void</span> <a class="code" href="classComSquare_1_1Debugger_1_1TileViewer.html#a7b4079af7b2e495f22457c6466043ab5">internalUpdate</a>();</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  };</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> }</div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_af3c9744dece3630426a5529f4d4d8d18"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#af3c9744dece3630426a5529f4d4d8d18">ComSquare::Debugger::TileViewer::setNbColumns</a></div><div class="ttdeci">void setNbColumns(int nbColumns)</div><div class="ttdoc">Set the number of maximum columns.</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:82</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_afb3ef8801378ebaa4db78242cfae005e"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#afb3ef8801378ebaa4db78242cfae005e">ComSquare::Debugger::TileViewer::setPaletteIndex</a></div><div class="ttdeci">void setPaletteIndex(int paletteIndex)</div><div class="ttdoc">Set the palette to use for render (index of palette)</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:53</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_aa648b05cbc56050aa33c14cf819cde8c"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#aa648b05cbc56050aa33c14cf819cde8c">ComSquare::Debugger::TileViewer::getBpp</a></div><div class="ttdeci">int getBpp() const</div><div class="ttdoc">Get the current bpp.</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:94</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_a347d60917d804698b17b4686572c4a17"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#a347d60917d804698b17b4686572c4a17">ComSquare::Debugger::TileViewer::_ramTileRenderer</a></div><div class="ttdeci">RAMTileRenderer _ramTileRenderer</div><div class="ttdoc">The ram tile renderer.</div><div class="ttdef"><b>Definition:</b> TileViewer.hpp:36</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_ac11b22abf647fae5c40a0f57b8cf58f2"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#ac11b22abf647fae5c40a0f57b8cf58f2">ComSquare::Debugger::TileViewer::getNbColumns</a></div><div class="ttdeci">int getNbColumns() const</div><div class="ttdoc">Get the numbr of maximum tile columns to render.</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:104</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_a5324b474562c17231f11dfdf9d1c2c14"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#a5324b474562c17231f11dfdf9d1c2c14">ComSquare::Debugger::TileViewer::setRenderSize</a></div><div class="ttdeci">void setRenderSize(int size)</div><div class="ttdoc">Set the size of ram to render.</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:88</div></div>
|
|
<div class="ttc" id="aQtSfmlTileRenderer_8hpp_html"><div class="ttname"><a href="QtSfmlTileRenderer_8hpp.html">QtSfmlTileRenderer.hpp</a></div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_a38e44c93232e4f833218c5683b12fad8"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#a38e44c93232e4f833218c5683b12fad8">ComSquare::Debugger::TileViewer::_snes</a></div><div class="ttdeci">SNES & _snes</div><div class="ttdoc">A reference to the snes (to disable the debugger).</div><div class="ttdef"><b>Definition:</b> TileViewer.hpp:28</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_abb2ef1b9e26ab32bb85a06a6d1210f49"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#abb2ef1b9e26ab32bb85a06a6d1210f49">ComSquare::Debugger::TileViewer::setRamOffset</a></div><div class="ttdeci">void setRamOffset(int offset)</div><div class="ttdoc">Set the ram offset.</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:115</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1ClosableWindow_html"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1ClosableWindow.html">ComSquare::Debugger::ClosableWindow</a></div><div class="ttdef"><b>Definition:</b> ClosableWindow.hpp:12</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_a72728b5f6732f53f234dfe1aac5ead53"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#a72728b5f6732f53f234dfe1aac5ead53">ComSquare::Debugger::TileViewer::operator=</a></div><div class="ttdeci">TileViewer & operator=(const TileViewer &)=delete</div><div class="ttdoc">assignment operator</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1RAMTileRenderer_html"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1RAMTileRenderer.html">ComSquare::Debugger::RAMTileRenderer</a></div><div class="ttdef"><b>Definition:</b> RAMTileRenderer.hpp:13</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_aca320901b74f8d5f984b99f5c6353ee3"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#aca320901b74f8d5f984b99f5c6353ee3">ComSquare::Debugger::TileViewer::setBpp</a></div><div class="ttdeci">void setBpp(int bpp)</div><div class="ttdoc">Set the bpp to render graphics.</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:59</div></div>
|
|
<div class="ttc" id="aRAMTileRenderer_8hpp_html"><div class="ttname"><a href="RAMTileRenderer_8hpp.html">RAMTileRenderer.hpp</a></div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_af3e644fb157110f995d041619a02f395"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#af3e644fb157110f995d041619a02f395">ComSquare::Debugger::TileViewer::_ui</a></div><div class="ttdeci">Ui::TileViewer _ui</div><div class="ttdoc">A widget that contain the whole UI.</div><div class="ttdef"><b>Definition:</b> TileViewer.hpp:30</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_a7fc6b63eac07a80198fcc930e7ed9121"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#a7fc6b63eac07a80198fcc930e7ed9121">ComSquare::Debugger::TileViewer::_window</a></div><div class="ttdeci">ClosableWindow * _window</div><div class="ttdoc">The QT window for this debugger.</div><div class="ttdef"><b>Definition:</b> TileViewer.hpp:26</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_afc8d418fe81cefe8d6a5f2c8bad8a3cc"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#afc8d418fe81cefe8d6a5f2c8bad8a3cc">ComSquare::Debugger::TileViewer::read</a></div><div class="ttdeci">uint16_t read(uint8_t addr)</div><div class="ttdoc">Read data at the CGRAM address send it to the debugger.</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:48</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html">ComSquare::Debugger::TileViewer</a></div><div class="ttdoc">window that allow the user to view all data going through the memory bus.</div><div class="ttdef"><b>Definition:</b> TileViewer.hpp:22</div></div>
|
|
<div class="ttc" id="anamespaceComSquare_1_1Debugger_html"><div class="ttname"><a href="namespaceComSquare_1_1Debugger.html">ComSquare::Debugger</a></div><div class="ttdef"><b>Definition:</b> APUDebug.cpp:11</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1SNES_html"><div class="ttname"><a href="classComSquare_1_1SNES.html">ComSquare::SNES</a></div><div class="ttdoc">Container of all the components of the SNES.</div><div class="ttdef"><b>Definition:</b> SNES.hpp:32</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_a7b4079af7b2e495f22457c6466043ab5"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#a7b4079af7b2e495f22457c6466043ab5">ComSquare::Debugger::TileViewer::internalUpdate</a></div><div class="ttdeci">void internalUpdate()</div><div class="ttdoc">Update the tile renderer.</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:109</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_aaa3bac9b572f5c67dddf65f1d6f61aab"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#aaa3bac9b572f5c67dddf65f1d6f61aab">ComSquare::Debugger::TileViewer::getPaletteIndex</a></div><div class="ttdeci">int getPaletteIndex() const</div><div class="ttdoc">Get the index of the current palette used.</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:99</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_a75248d159cdc070e1a04489dff3670d3"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#a75248d159cdc070e1a04489dff3670d3">ComSquare::Debugger::TileViewer::_sfWidget</a></div><div class="ttdeci">std::unique_ptr< Renderer::QtSFMLTileRenderer > _sfWidget</div><div class="ttdoc">the window</div><div class="ttdef"><b>Definition:</b> TileViewer.hpp:34</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_a4353f8f908154e7d33fbe37632969c66"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#a4353f8f908154e7d33fbe37632969c66">ComSquare::Debugger::TileViewer::_ppu</a></div><div class="ttdeci">ComSquare::PPU::PPU & _ppu</div><div class="ttdoc">A reference to the ppu.</div><div class="ttdef"><b>Definition:</b> TileViewer.hpp:32</div></div>
|
|
<div class="ttc" id="aClosableWindow_8hpp_html"><div class="ttname"><a href="ClosableWindow_8hpp.html">ClosableWindow.hpp</a></div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_a1984038d8a6c543392dc42e97add23ba"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#a1984038d8a6c543392dc42e97add23ba">ComSquare::Debugger::TileViewer::focus</a></div><div class="ttdeci">void focus()</div><div class="ttdoc">Focus the debugger's window.</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:43</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_ac2255f598036f63b93bf542bf3cc7b23"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#ac2255f598036f63b93bf542bf3cc7b23">ComSquare::Debugger::TileViewer::~TileViewer</a></div><div class="ttdeci">~TileViewer() override=default</div><div class="ttdoc">dtor</div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_ab0e33561305c07927e197b839f4e4484"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#ab0e33561305c07927e197b839f4e4484">ComSquare::Debugger::TileViewer::TileViewer</a></div><div class="ttdeci">TileViewer(SNES &snes, ComSquare::PPU::PPU &ppu)</div><div class="ttdoc">ctor</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:17</div></div>
|
|
<div class="ttc" id="aRam_8hpp_html"><div class="ttname"><a href="Ram_8hpp.html">Ram.hpp</a></div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1Debugger_1_1TileViewer_html_a87369e8595194d9f9a67c8d9a3605ba4"><div class="ttname"><a href="classComSquare_1_1Debugger_1_1TileViewer.html#a87369e8595194d9f9a67c8d9a3605ba4">ComSquare::Debugger::TileViewer::_bppChangeUIHandler</a></div><div class="ttdeci">void _bppChangeUIHandler(int index)</div><div class="ttdoc">Change the bpp from the index given by the ui (QT combo box)</div><div class="ttdef"><b>Definition:</b> TileViewer.cpp:121</div></div>
|
|
<div class="ttc" id="aPPU_8hpp_html"><div class="ttname"><a href="PPU_8hpp.html">PPU.hpp</a></div></div>
|
|
<div class="ttc" id="aclassComSquare_1_1PPU_1_1PPU_html"><div class="ttname"><a href="classComSquare_1_1PPU_1_1PPU.html">ComSquare::PPU::PPU</a></div><div class="ttdoc">The class containing all the registers of the PPU.</div><div class="ttdef"><b>Definition:</b> PPU.hpp:46</div></div>
|
|
<!-- 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.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|