#include <hex_viewer.h>
Definition at line 11 of file hex_viewer.h.
◆ HexViewerComponent()
yaze::cli::HexViewerComponent::HexViewerComponent |
( |
Rom * |
rom, |
|
|
std::function< void()> |
on_back |
|
) |
| |
|
explicit |
◆ Render()
ftxui::Component yaze::cli::HexViewerComponent::Render |
( |
| ) |
|
|
overridevirtual |
◆ rom_
Rom* yaze::cli::HexViewerComponent::rom_ |
|
private |
◆ on_back_
std::function<void()> yaze::cli::HexViewerComponent::on_back_ |
|
private |
◆ offset_
int yaze::cli::HexViewerComponent::offset_ = 0 |
|
private |
◆ lines_to_show_
const int yaze::cli::HexViewerComponent::lines_to_show_ = 20 |
|
private |
◆ component_
ftxui::Component yaze::cli::HexViewerComponent::component_ = nullptr |
|
private |
The documentation for this class was generated from the following files: