yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
agent_chat_widget.cc File Reference
#include "app/editor/agent/agent_chat_widget.h"
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <optional>
#include <string>
#include <utility>
#include <vector>
#include "absl/status/status.h"
#include "absl/strings/match.h"
#include "absl/strings/str_format.h"
#include "absl/strings/str_join.h"
#include "absl/time/clock.h"
#include "absl/time/time.h"
#include "app/core/project.h"
#include "app/editor/agent/agent_chat_history_codec.h"
#include "app/editor/agent/agent_ui_theme.h"
#include "app/editor/agent/agent_chat_history_popup.h"
#include "app/editor/system/proposal_drawer.h"
#include "app/editor/system/toast_manager.h"
#include "app/gui/icons.h"
#include "app/rom.h"
#include "imgui/imgui.h"
#include "util/file_util.h"
#include "util/platform_paths.h"
#include <SDL.h>
#include <filesystem>

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{agent_chat_widget.cc}
 
namespace  yaze
 Main namespace for the application.
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 

Macros

#define IMGUI_DEFINE_MATH_OPERATORS
 

Functions

std::filesystem::path anonymous_namespace{agent_chat_widget.cc}::ExpandUserPath (std::string path)
 
std::filesystem::path anonymous_namespace{agent_chat_widget.cc}::ResolveHistoryPath (const std::string &session_id="")
 
void anonymous_namespace{agent_chat_widget.cc}::RenderTable (const ChatMessage::TableData &table_data)
 

Macro Definition Documentation

◆ IMGUI_DEFINE_MATH_OPERATORS

#define IMGUI_DEFINE_MATH_OPERATORS

Definition at line 1 of file agent_chat_widget.cc.