window that allow the user to view all data going through the memory bus.
More...
#include <CGramDebug.hpp>
window that allow the user to view all data going through the memory bus.
◆ CGramDebug() [1/2]
◆ CGramDebug() [2/2]
| ComSquare::Debugger::CGramDebug::CGramDebug |
( |
const CGramDebug & |
| ) |
|
|
delete |
◆ ~CGramDebug()
| ComSquare::Debugger::CGramDebug::~CGramDebug |
( |
| ) |
|
|
overridedefault |
◆ focus()
| void ComSquare::Debugger::CGramDebug::focus |
( |
| ) |
|
Focus the debugger's window.
◆ operator=()
◆ read()
| uint16_t ComSquare::Debugger::CGramDebug::read |
( |
uint8_t |
addr | ) |
|
Read data at the CGRAM address send it to the debugger.
- Parameters
-
| addr | The address to read from. |
- Returns
- The color value in BGR, looks like this xbbbbbgggggrrrrr.
◆ tileClicked()
| void ComSquare::Debugger::CGramDebug::tileClicked |
( |
const QModelIndex & |
index | ) |
|
Update call updateInfoTile with the correct address.
◆ updateInfoTile()
| void ComSquare::Debugger::CGramDebug::updateInfoTile |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
Update the text fields with corresponding tile info.
◆ _model
| CGramModel ComSquare::Debugger::CGramDebug::_model |
|
private |
The Log visualizer model for QT.
◆ _ppu
◆ _snes
| SNES& ComSquare::Debugger::CGramDebug::_snes |
|
private |
A reference to the snes (to disable the debugger).
◆ _ui
| Ui::CgramView ComSquare::Debugger::CGramDebug::_ui |
|
private |
A widget that contain the whole UI.
◆ _window
The QT window for this debugger.
The documentation for this class was generated from the following files: