yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
enhanced_tui.h File Reference
#include <string>
#include <vector>
#include <map>
#include <functional>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "cli/service/resources/command_handler.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::cli::agent::TUIStyle
 Visual styling configuration for TUI components. More...
 
struct  yaze::cli::agent::TUIConfig
 Configuration for the enhanced TUI. More...
 
class  yaze::cli::agent::EnhancedTUI
 Enhanced Terminal User Interface for z3ed CLI. More...
 
struct  yaze::cli::agent::EnhancedTUI::Layout
 
class  yaze::cli::agent::TUICommandHandler
 Base class for TUI-integrated command handlers. More...
 
class  yaze::cli::agent::TUIAutocomplete
 Advanced autocomplete system for the TUI. More...
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::agent
 

Enumerations

enum class  yaze::cli::agent::TUITheme {
  yaze::cli::agent::kDefault , yaze::cli::agent::kDark , yaze::cli::agent::kLight , yaze::cli::agent::kZelda ,
  yaze::cli::agent::kCyberpunk
}
 Visual themes for the enhanced TUI. More...
 
enum class  yaze::cli::agent::TUIComponent {
  yaze::cli::agent::kHeader , yaze::cli::agent::kCommandPalette , yaze::cli::agent::kChatArea , yaze::cli::agent::kToolOutput ,
  yaze::cli::agent::kStatusBar , yaze::cli::agent::kSidebar , yaze::cli::agent::kHelpPanel , yaze::cli::agent::kHistoryPanel
}
 Different UI components in the enhanced TUI. More...
 

Functions

std::string yaze::cli::agent::TUIThemeToString (TUITheme theme)