yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
widget_state_capture.cc File Reference
#include "app/gui/automation/widget_state_capture.h"
#include "absl/strings/str_format.h"
#include "imgui/imgui.h"
#include <string>
Include dependency graph for widget_state_capture.cc:

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)