#include <imgui_memory_editor.h>
Public Member Functions | |
| Sizes () | |
Public Attributes | |
| int | AddrDigitsCount |
| float | LineHeight |
| float | GlyphWidth |
| float | HexCellWidth |
| float | SpacingBetweenMidCols |
| float | PosHexStart |
| float | PosHexEnd |
| float | PosAsciiStart |
| float | PosAsciiEnd |
| float | WindowWidth |
Definition at line 126 of file imgui_memory_editor.h.
|
inline |
Definition at line 138 of file imgui_memory_editor.h.
| int yaze::gui::MemoryEditorWidget::Sizes::AddrDigitsCount |
Definition at line 127 of file imgui_memory_editor.h.
Referenced by yaze::gui::MemoryEditorWidget::CalcSizes(), yaze::gui::MemoryEditorWidget::DrawContents(), and yaze::gui::MemoryEditorWidget::DrawOptionsLine().
| float yaze::gui::MemoryEditorWidget::Sizes::LineHeight |
Definition at line 128 of file imgui_memory_editor.h.
Referenced by yaze::gui::MemoryEditorWidget::CalcSizes(), and yaze::gui::MemoryEditorWidget::DrawContents().
| float yaze::gui::MemoryEditorWidget::Sizes::GlyphWidth |
Definition at line 129 of file imgui_memory_editor.h.
Referenced by yaze::gui::MemoryEditorWidget::CalcSizes(), yaze::gui::MemoryEditorWidget::DrawContents(), yaze::gui::MemoryEditorWidget::DrawOptionsLine(), and yaze::gui::MemoryEditorWidget::DrawPreviewLine().
| float yaze::gui::MemoryEditorWidget::Sizes::HexCellWidth |
Definition at line 130 of file imgui_memory_editor.h.
Referenced by yaze::gui::MemoryEditorWidget::CalcSizes(), and yaze::gui::MemoryEditorWidget::DrawContents().
| float yaze::gui::MemoryEditorWidget::Sizes::SpacingBetweenMidCols |
Definition at line 131 of file imgui_memory_editor.h.
Referenced by yaze::gui::MemoryEditorWidget::CalcSizes(), and yaze::gui::MemoryEditorWidget::DrawContents().
| float yaze::gui::MemoryEditorWidget::Sizes::PosHexStart |
Definition at line 132 of file imgui_memory_editor.h.
Referenced by yaze::gui::MemoryEditorWidget::CalcSizes(), and yaze::gui::MemoryEditorWidget::DrawContents().
| float yaze::gui::MemoryEditorWidget::Sizes::PosHexEnd |
Definition at line 133 of file imgui_memory_editor.h.
Referenced by yaze::gui::MemoryEditorWidget::CalcSizes().
| float yaze::gui::MemoryEditorWidget::Sizes::PosAsciiStart |
Definition at line 134 of file imgui_memory_editor.h.
Referenced by yaze::gui::MemoryEditorWidget::CalcSizes(), and yaze::gui::MemoryEditorWidget::DrawContents().
| float yaze::gui::MemoryEditorWidget::Sizes::PosAsciiEnd |
Definition at line 135 of file imgui_memory_editor.h.
Referenced by yaze::gui::MemoryEditorWidget::CalcSizes(), and yaze::gui::MemoryEditorWidget::DrawContents().
| float yaze::gui::MemoryEditorWidget::Sizes::WindowWidth |
Definition at line 136 of file imgui_memory_editor.h.
Referenced by yaze::gui::MemoryEditorWidget::CalcSizes(), yaze::gui::MemoryEditorWidget::DrawContents(), and yaze::gui::MemoryEditorWidget::DrawWindow().