File utils.cpp¶
↰ Parent directory (portal/engine/imgui)
Definition (portal/engine/imgui/utils.cpp)¶
Includes¶
glm/gtc/type_ptr.hppimgui_internal.himgui_scoped.h(File imgui_scoped.h)imgui_stdlib.hutils.h(File utils.h)widgets/edit_vec3.h(File edit_vec3.h)
Namespaces¶
Functions¶
Function portal::imgui::expand_rect(const ImRect&, const float, const float)
Function portal::imgui::expand_rect(const ImRect&, const float)
Function portal::imgui::property(std::string_view, double&, float, double, double, std::string_view)
Function portal::imgui::property(std::string_view, int64_t&, int64_t, int64_t, std::string_view)
Function portal::imgui::property(std::string_view, uint32_t&, uint32_t, uint32_t, std::string_view)
Function portal::imgui::property(std::string_view, uint16_t&, uint16_t, uint16_t, std::string_view)
Function portal::imgui::property(std::string_view, int16_t&, int16_t, int16_t, std::string_view)
Function portal::imgui::property(std::string_view, uint8_t&, uint8_t, uint8_t, std::string_view)
Function portal::imgui::property(std::string_view, int8_t&, int8_t, int8_t, std::string_view)
Function portal::imgui::property(std::string_view, int32_t&, int32_t, int32_t, std::string_view)
Function portal::imgui::property(std::string_view, const std::string&, const std::string_view)
Function portal::imgui::property(std::string_view, bool&, std::string_view)
Function portal::imgui::property(std::string_view, uint64_t&, uint64_t, uint64_t, std::string_view)
Function portal::imgui::property(std::string_view, std::string&, const std::string_view)
Function portal::imgui::property(std::string_view, float&, float, float, float, std::string_view)
Function portal::imgui::property_color(std::string_view, glm::vec4&, std::string_view)
Function portal::imgui::property_color(std::string_view, glm::vec3&, std::string_view)
Function portal::imgui::property_slider(std::string_view, int&, int, int, std::string_view)
Function portal::imgui::rect_offset(const ImRect&, const ImVec2)
Function portal::imgui::rect_offset(const ImRect&, const float, const float)
Function portal::imgui::shift_cursor(const float, const float)
Function portal::imgui::underline(const ImU32, const bool, const float, const float)
Function portal::imgui::underline(const bool, const float, const float)