yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
anonymous_namespace{agent_chat_widget.cc} Namespace Reference

Functions

std::filesystem::path ExpandUserPath (std::string path)
 
std::filesystem::path ResolveHistoryPath (const std::string &session_id="")
 
void RenderTable (const ChatMessage::TableData &table_data)
 

Function Documentation

◆ ExpandUserPath()

std::filesystem::path anonymous_namespace{agent_chat_widget.cc}::ExpandUserPath ( std::string  path)

Definition at line 45 of file agent_chat_widget.cc.

Referenced by ResolveHistoryPath().

◆ ResolveHistoryPath()

std::filesystem::path anonymous_namespace{agent_chat_widget.cc}::ResolveHistoryPath ( const std::string &  session_id = "")

Definition at line 60 of file agent_chat_widget.cc.

References ExpandUserPath(), and yaze::util::PlatformPaths::GetConfigDirectory().

Here is the call graph for this function:

◆ RenderTable()

void anonymous_namespace{agent_chat_widget.cc}::RenderTable ( const ChatMessage::TableData table_data)