#include "app/gui/automation/widget_state_capture.h"#include "absl/strings/str_format.h"#include "imgui/imgui.h"#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::core |
| namespace | yaze::core::anonymous_namespace{widget_state_capture.cc} |
Functions | |
| std::string | yaze::core::anonymous_namespace{widget_state_capture.cc}::EscapeJsonString (const std::string &value) |
| const char * | yaze::core::anonymous_namespace{widget_state_capture.cc}::BoolToJson (bool value) |
| std::string | yaze::core::anonymous_namespace{widget_state_capture.cc}::FormatFloat (float value) |
| std::string | yaze::core::anonymous_namespace{widget_state_capture.cc}::FormatFloatCompact (float value) |
| std::string | yaze::core::CaptureWidgetState () |
| std::string | yaze::core::SerializeWidgetStateToJson (const WidgetState &state) |