#include "app/gui/automation/widget_auto_register.h"#include <vector>#include "absl/strings/str_join.h"#include "absl/strings/string_view.h"#include "imgui/imgui_internal.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::gui |
| Graphical User Interface (GUI) components for the application. | |
Functions | |
| void | yaze::gui::AutoRegisterLastItem (const std::string &widget_type, const std::string &explicit_label="", const std::string &description="") |
| Automatically register the last ImGui item. | |
Variables | |
| thread_local std::vector< std::string > | yaze::gui::g_auto_scope_stack_ |