Snapshot for undo/redo operations. More...
#include <graphics_editor_state.h>
Public Member Functions | |
| bool | operator== (const PixelEditorSnapshot &other) const |
Public Attributes | |
| uint16_t | sheet_id |
| std::vector< uint8_t > | pixel_data |
| gfx::SnesPalette | palette |
Snapshot for undo/redo operations.
Definition at line 56 of file graphics_editor_state.h.
|
inline |
Definition at line 61 of file graphics_editor_state.h.
References pixel_data, and sheet_id.
| uint16_t yaze::editor::PixelEditorSnapshot::sheet_id |
Definition at line 57 of file graphics_editor_state.h.
Referenced by yaze::editor::PixelEditorPanel::DrawToolbar(), and operator==().
| std::vector<uint8_t> yaze::editor::PixelEditorSnapshot::pixel_data |
Definition at line 58 of file graphics_editor_state.h.
Referenced by yaze::editor::PixelEditorPanel::DrawToolbar(), and operator==().
| gfx::SnesPalette yaze::editor::PixelEditorSnapshot::palette |
Definition at line 59 of file graphics_editor_state.h.