MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / ImQsort

Function ImQsort

extern/imgui/imgui_internal.h:334–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332// Helpers: Sorting
333#ifndef ImQsort
334static inline void ImQsort(void* base, size_t count, size_t size_of_element, int(IMGUI_CDECL *compare_func)(void const*, void const*)) { if (count > 1) qsort(base, count, size_of_element, compare_func); }
335#endif
336
337// Helpers: Color Blending

Callers 8

BuildSortByKeyMethod · 0.85
AddWindowToSortBufferFunction · 0.85
DockNodeUpdateTabBarMethod · 0.85
ShowMetricsWindowMethod · 0.85
ShrinkWidthsMethod · 0.85
BeginTabBarExMethod · 0.85
TabBarLayoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected