#include "app/editor/agent/agent_proposals_panel.h"#include <fstream>#include <sstream>#include <string>#include "absl/strings/str_format.h"#include "absl/time/clock.h"#include "absl/time/time.h"#include "app/editor/agent/agent_ui_theme.h"#include "app/editor/ui/toast_manager.h"#include "app/gui/core/icons.h"#include "rom/rom.h"#include "imgui/imgui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{agent_proposals_panel.cc} |
Macros | |
| #define | IMGUI_DEFINE_MATH_OPERATORS |
Functions | |
| std::string | yaze::editor::anonymous_namespace{agent_proposals_panel.cc}::FormatRelativeTime (absl::Time timestamp) |
| std::string | yaze::editor::anonymous_namespace{agent_proposals_panel.cc}::ReadFileContents (const std::filesystem::path &path, int max_lines=100) |
| #define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 1 of file agent_proposals_panel.cc.