yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::MemoryEditorWithDiffChecker Struct Reference

#include <memory_editor.h>

Collaboration diagram for yaze::editor::MemoryEditorWithDiffChecker:

Public Member Functions

 MemoryEditorWithDiffChecker (Rom *rom=nullptr)
 
void Update (bool &show_memory_editor)
 
void set_rom (Rom *rom)
 
Romrom () const
 

Private Attributes

Romrom_
 

Detailed Description

Definition at line 17 of file memory_editor.h.

Constructor & Destructor Documentation

◆ MemoryEditorWithDiffChecker()

yaze::editor::MemoryEditorWithDiffChecker::MemoryEditorWithDiffChecker ( Rom * rom = nullptr)
inlineexplicit

Definition at line 18 of file memory_editor.h.

References rom(), and rom_.

Here is the call graph for this function:

Member Function Documentation

◆ Update()

void yaze::editor::MemoryEditorWithDiffChecker::Update ( bool & show_memory_editor)
inline

◆ set_rom()

void yaze::editor::MemoryEditorWithDiffChecker::set_rom ( Rom * rom)
inline

Definition at line 62 of file memory_editor.h.

References rom(), and rom_.

Here is the call graph for this function:

◆ rom()

Rom * yaze::editor::MemoryEditorWithDiffChecker::rom ( ) const
inline

Definition at line 65 of file memory_editor.h.

References rom_.

Referenced by MemoryEditorWithDiffChecker(), set_rom(), and Update().

Member Data Documentation

◆ rom_

Rom* yaze::editor::MemoryEditorWithDiffChecker::rom_
private

Definition at line 68 of file memory_editor.h.

Referenced by MemoryEditorWithDiffChecker(), rom(), and set_rom().


The documentation for this struct was generated from the following file: