#include <widget_id_registry.h>
Public Attributes | |
float | min_x = 0.0f |
float | min_y = 0.0f |
float | max_x = 0.0f |
float | max_y = 0.0f |
bool | valid = false |
Definition at line 69 of file widget_id_registry.h.
float yaze::gui::WidgetIdRegistry::WidgetBounds::min_x = 0.0f |
Definition at line 70 of file widget_id_registry.h.
Referenced by yaze::gui::AutoRegisterLastItem(), and yaze::gui::anonymous_namespace{widget_id_registry.cc}::BoundsFromImGui().
float yaze::gui::WidgetIdRegistry::WidgetBounds::min_y = 0.0f |
Definition at line 71 of file widget_id_registry.h.
Referenced by yaze::gui::AutoRegisterLastItem(), and yaze::gui::anonymous_namespace{widget_id_registry.cc}::BoundsFromImGui().
float yaze::gui::WidgetIdRegistry::WidgetBounds::max_x = 0.0f |
Definition at line 72 of file widget_id_registry.h.
Referenced by yaze::gui::AutoRegisterLastItem(), and yaze::gui::anonymous_namespace{widget_id_registry.cc}::BoundsFromImGui().
float yaze::gui::WidgetIdRegistry::WidgetBounds::max_y = 0.0f |
Definition at line 73 of file widget_id_registry.h.
Referenced by yaze::gui::AutoRegisterLastItem(), and yaze::gui::anonymous_namespace{widget_id_registry.cc}::BoundsFromImGui().
bool yaze::gui::WidgetIdRegistry::WidgetBounds::valid = false |
Definition at line 74 of file widget_id_registry.h.
Referenced by yaze::gui::AutoRegisterLastItem(), yaze::gui::anonymous_namespace{widget_id_registry.cc}::BoundsFromImGui(), and yaze::gui::WidgetIdRegistry::RegisterWidget().