yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
tui.cc File Reference
#include "tui.h"
#include <ftxui/component/component.hpp>
#include <ftxui/component/screen_interactive.hpp>
#include <ftxui/dom/elements.hpp>
#include <ftxui/screen/screen.hpp>
#include "absl/strings/str_cat.h"
#include "util/bps.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::anonymous_namespace{tui.cc}
 

Functions

void yaze::cli::anonymous_namespace{tui.cc}::SwitchComponents (ftxui::ScreenInteractive &screen, LayoutID layout)
 
bool yaze::cli::anonymous_namespace{tui.cc}::HandleInput (ftxui::ScreenInteractive &screen, ftxui::Event &event, int &selected)
 
void yaze::cli::anonymous_namespace{tui.cc}::ReturnIfRomNotLoaded (ftxui::ScreenInteractive &screen)
 
void yaze::cli::anonymous_namespace{tui.cc}::ApplyBpsPatchComponent (ftxui::ScreenInteractive &screen)
 
void yaze::cli::anonymous_namespace{tui.cc}::GenerateSaveFileComponent (ftxui::ScreenInteractive &screen)
 
void yaze::cli::anonymous_namespace{tui.cc}::LoadRomComponent (ftxui::ScreenInteractive &screen)
 
Element yaze::cli::anonymous_namespace{tui.cc}::ColorBox (const Color &color)
 
void yaze::cli::anonymous_namespace{tui.cc}::PaletteEditorComponent (ftxui::ScreenInteractive &screen)
 
void yaze::cli::anonymous_namespace{tui.cc}::HelpComponent (ftxui::ScreenInteractive &screen)
 
void yaze::cli::anonymous_namespace{tui.cc}::MainMenuComponent (ftxui::ScreenInteractive &screen)
 
void yaze::cli::ShowMain ()