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

Functions

std::string ExtractWindowFromPath (absl::string_view path)
 
std::string ExtractLabelFromPath (absl::string_view path)
 
std::string FormatTimestampUTC (const absl::Time &timestamp)
 
WidgetIdRegistry::WidgetBounds BoundsFromImGui (const ImRect &rect)
 

Function Documentation

◆ ExtractWindowFromPath()

std::string yaze::gui::anonymous_namespace{widget_id_registry.cc}::ExtractWindowFromPath ( absl::string_view  path)

Definition at line 95 of file widget_id_registry.cc.

References ExtractWindowFromPath().

Referenced by ExtractWindowFromPath().

Here is the call graph for this function:

◆ ExtractLabelFromPath()

std::string yaze::gui::anonymous_namespace{widget_id_registry.cc}::ExtractLabelFromPath ( absl::string_view  path)

Definition at line 103 of file widget_id_registry.cc.

References ExtractLabelFromPath().

Referenced by ExtractLabelFromPath().

Here is the call graph for this function:

◆ FormatTimestampUTC()

std::string yaze::gui::anonymous_namespace{widget_id_registry.cc}::FormatTimestampUTC ( const absl::Time &  timestamp)

Definition at line 115 of file widget_id_registry.cc.

References FormatTimestampUTC().

Referenced by FormatTimestampUTC().

Here is the call graph for this function:

◆ BoundsFromImGui()