|
| bool | yaze::gui::property_inspector_internal::IsInPropertyTable () |
| |
| void | yaze::gui::property_inspector_internal::BeginRow (const char *label, const char *tooltip) |
| |
| std::string | yaze::gui::property_inspector_internal::ResolveWidgetId (const char *label) |
| |
| template<typename T > |
| void | yaze::gui::anonymous_namespace{property_inspector.cc}::ClampIfBounded (T *value, const PropertyOptions &opts) |
| |
| const char * | yaze::gui::anonymous_namespace{property_inspector.cc}::IntFormat (const PropertyOptions &opts) |
| |
| const char * | yaze::gui::anonymous_namespace{property_inspector.cc}::FloatFormat (const PropertyOptions &opts, const char *fallback) |
| |
| bool | yaze::gui::DrawProperty (const char *label, bool *value, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawProperty (const char *label, int *value, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawProperty (const char *label, std::uint8_t *value, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawProperty (const char *label, std::uint16_t *value, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawProperty (const char *label, std::uint32_t *value, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawProperty (const char *label, float *value, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawProperty (const char *label, double *value, const PropertyOptions &opts) |
| |
| int | yaze::gui::anonymous_namespace{property_inspector.cc}::StringInputCallback (ImGuiInputTextCallbackData *data) |
| |
| bool | yaze::gui::DrawProperty (const char *label, std::string *value, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawProperty (const char *label, ImVec4 *value, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawProperty (const char *label, Color *value, const PropertyOptions &opts) |
| |
| template<typename T > |
| bool | yaze::gui::anonymous_namespace{property_inspector.cc}::DrawHexScalar (const char *label, T *value, ImGuiDataType type, const char *default_fmt, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawPropertyHex (const char *label, std::uint8_t *value, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawPropertyHex (const char *label, std::uint16_t *value, const PropertyOptions &opts) |
| |
| bool | yaze::gui::DrawPropertyHex (const char *label, std::uint32_t *value, const PropertyOptions &opts) |
| |