#include <memory_editor.h>
Definition at line 18 of file memory_editor.h.
◆ MemoryEditorWithDiffChecker()
yaze::editor::MemoryEditorWithDiffChecker::MemoryEditorWithDiffChecker |
( |
Rom * |
rom = nullptr | ) |
|
|
inlineexplicit |
◆ Update()
void yaze::editor::MemoryEditorWithDiffChecker::Update |
( |
bool & |
show_memory_editor | ) |
|
|
inline |
Definition at line 21 of file memory_editor.h.
References BEGIN_TABLE, DrawToolbar(), END_TABLE, yaze::Rom::filename(), yaze::gui::InputHex(), yaze::Rom::LoadFromFile(), NEXT_COLUMN, PRINT_IF_ERROR, rom(), SETUP_COLUMN, yaze::util::FileDialogWrapper::ShowOpenFileDialog(), yaze::Rom::size(), and yaze::SnesToPc().
Referenced by yaze::editor::EditorManager::DrawMenuBar().
◆ set_rom()
void yaze::editor::MemoryEditorWithDiffChecker::set_rom |
( |
Rom * |
rom | ) |
|
|
inline |
◆ rom()
Rom * yaze::editor::MemoryEditorWithDiffChecker::rom |
( |
| ) |
const |
|
inline |
◆ DrawToolbar()
void yaze::editor::MemoryEditorWithDiffChecker::DrawToolbar |
( |
| ) |
|
|
private |
◆ DrawJumpToAddressPopup()
void yaze::editor::MemoryEditorWithDiffChecker::DrawJumpToAddressPopup |
( |
| ) |
|
|
private |
◆ DrawSearchPopup()
void yaze::editor::MemoryEditorWithDiffChecker::DrawSearchPopup |
( |
| ) |
|
|
private |
◆ DrawBookmarksPopup()
void yaze::editor::MemoryEditorWithDiffChecker::DrawBookmarksPopup |
( |
| ) |
|
|
private |
◆ rom_
Rom* yaze::editor::MemoryEditorWithDiffChecker::rom_ |
|
private |
◆ jump_address_
char yaze::editor::MemoryEditorWithDiffChecker::jump_address_[16] = "0x000000" |
|
private |
◆ search_pattern_
char yaze::editor::MemoryEditorWithDiffChecker::search_pattern_[256] = "" |
|
private |
◆ current_address_
uint32_t yaze::editor::MemoryEditorWithDiffChecker::current_address_ = 0 |
|
private |
◆ bookmarks_
std::vector<Bookmark> yaze::editor::MemoryEditorWithDiffChecker::bookmarks_ |
|
private |
The documentation for this struct was generated from the following files: